﻿body {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	font-size: 13px;font-style: normal;	background-color: #003038;}
	
html { min-height: 100%; margin-bottom: 1px; }

#container {
	width: 924px;
	margin: auto;
	border: 3px double #006371;
	background-color: #003038;
}
#header {
	width: 924px;
	height: 157px;border-bottom:#006371 solid 1px;}
	
#navigation {
	background-color: #004048;padding:2px;height:28px;
	border-top: 1px solid #005060;
	border-bottom: 1px solid #005060;}

#content {
	width: 924px;
	border-top: #006371 solid 1px;
	border-bottom: 1px solid #006371;
	background-color: #f0f0f0;
}
.table {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e6f7f7;}
	
.leftcell {width:160px;background-color:#fff;border:#a0cbcb solid 1px; padding-top:25px;}
.rightcell {background-color:#fff;border:#a0cbcb solid 1px;}

#rightcontent {
	background-color: #fff;
	text-align: justify;
	padding-left:15px; padding-right:15px;}
	
#rightcontent li {list-style:circle;}

#leftcontent img {border: #a0cbcb 1px solid; padding:4px;}
#leftcontent p {text-align:center;}

/*Styles for Top Navigation*/
#navigation ul {
	list-style-type: none;
	width: 98%;
	margin: 0;
	padding: 0;padding-left:8px;
}
#navigation li {
	float: left;
	padding: 2px;
	margin-right: 3px;word-spacing:3px;
}
	
#navigation a {
	color: #f0f0f0;letter-spacing:1px;
	text-decoration: none;text-transform:uppercase;
	font-weight: normal;
	font-size: 14px;
	display: block;
	padding: 3px;
	border: 1px solid #00a0a9;
	background-color: #008093;
}
#navigation a:hover {
	color: #ffff00;
	text-decoration: none;
	border: 1px solid #00c0cc;
	background-color: #0092a5;
}

/* Styles for Footer */

#footer {padding-top: 10px;text-align: center;font-size: 11px;color: #fff; background-color: #008598; padding-bottom: 0px;height:55px;}

#footer a {color:  #f0f0f0;text-decoration:none;}

#footer a:hover {color:  #ffff00;text-decoration: underline;}

/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #c64f1a;
	text-decoration: underline;
}

/* Styles for content */

h2 {
	font-size: 13px;
	color: #006371;
}
h3 {
	font-size: 15px;margin-left:-10px;
	color: #006371;
}

.style_bold {
	font-weight: bold;color:#3f175b;
}
.style_italic {
	font-style: italic;	
}

.error {color:#ff0000;font-weight:bold;}
.center {text-align:center;}
.small {font-size: 10px;}
.picbox {border: #a0cbcb 1px solid; padding:4px;}

#links li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;}
#wf {width:924px;text-align:right;margin:auto;}
#wf a {color: #006371;text-decoration: none;font-size:9px;}
#wf a:hover {color: #ffff00; text-decoration: none;}


