/*CSS DOCUMENT*/
/*BASIC HTML STYLES*/
html, body, p, form, fieldset, a {
	margin-top: 0;
}

/* IE 5.5 FRIENDLY */
body {text-align: center}
table {font-size: 1em;}
form {font-size: 1em;}
/* END OF IE 5.5 FRIENDLY */

/* REMOVE LINK OUTLINE IN FIREFOX */
a {outline: none;}
/* END OF REMOVE LINK OUTLINE IN FIREFOX */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	width:770px;
	background-color: #FFFFFF;
}

a:link { color: #004990; text-decoration: underline; }
a:hover { color: #004990; text-decoration: none; }
a:visited { color: #004990; text-decoration: underline; }
a:visited:hover { color: #004990; text-decoration: none; }

h1 {
	font-size: 180%;
	font-weight:bold;
	color: #003C77;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}

h2 {
	font-size: 120%;
	font-weight:bold;
	color: #039CDB;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}

h3 {
	font-size: 110%;
	font-weight:bold;
	color: #003C77;

	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}

/*TEXT & DEFAULT VIEWS*/

.defaultview {display:none}
.textview {}

/*GENERAL STYLES*/

li {padding: 0.6em;}

.date {float:right;
	font-size:90%;
	font-weight:normal;
}
.topofpage {
	font-size: 90%;
	color: #DCF3F8;
	background: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.whiteandbold {color:#FFFFFF; font-weight:bold;}

.advertborder {border: 2px solid #003768;}

.floatingrightpic {float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}
.floatingleftpic {float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
.letterlist {list-style-type:lower-alpha;}

.tableborders {
	border-style: solid solid solid solid;
	background-color:#D7E1F3;
	padding: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border: 0px;
}

.tablebackground1 {background-color:#6190CB}
.tablebackground2 {background-color:#F7F9FC}
.tablebackground3 {background-color:#DFE9F5}

.structuretableheader {background-color:#004990; color:#FFFFFF;}
.structuretable {background-color:#B8DAF3}
.structuretablelarge {font-size:150%; font-weight:bold;}
.structuretablesmall {font-size:90%; background-color:#B8DAF3}

/*FORM STYLES*/
.textfield {
	width: 200px;
}

/* DIV STYLES*/
#styles {
	margin-top: 5px;
	margin-bottom: 5px;
}

.styles {text-align:right}
.styles a { text-decoration: none; 	font-size: 80%;}
.styles a:hover { text-decoration: underline; }
.styles a:visited{ text-decoration: none; }
.styles a:visited:hover { text-decoration: underline; }

#container {
	margin-top: 0px;
	text-align:left;
	width: 770px;
	left:50%;
	background-color: #FFFFFF;
	background-image:url(../images/containerbg.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	border: 2px solid #283C5D;
}

#header {
	width:770px;
	height:187px;
	margin-left: 0px;
	margin-bottom:0px;
}

#header2 {
	display:none;
}


#left {
	float: left;
	width: 196px;
	padding-bottom: 50px;
}

#content {
	float: left;
	width: 540px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#contentinner {
	padding-top: 33px;
	padding-left: 33px;
	padding-bottom: 33px;
	padding-right: 0px;
}

#footer {
	width: 770px;
	height: 73px;
	clear: both;
	text-align: center;
	background-image:url(../images/footerbg.gif);
}

#footer2 {
	display:none;
}

#copyright {
	width:770px;
	margin-bottom:10px;
	padding:10px;
	font-size: 90%;
}



/*NAVIGATION*/

.staticnav {
	display: block;
	/*background-color:#2BB673; */
	height: 100%;
	padding: 5px 5px 3px 5px;
	background-color:#013668;
	color:#fff;
	font-weight:bold; 
	margin: 0px;
}

#left ul {
	padding: 0px;
	margin: 0px; 
	list-style-type: none;
}

#left li {
	font-weight:bold;
	margin: 0px;
	background-color:#013668;
	border-bottom: 1px solid #fff;
}

#left ul li a {
	display: block; 
	height: 100%;
	color:#fff;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	background-position: 5px 12px;
	background-repeat: no-repeat;
}


#left li a:hover {
	background-color:#fff;
	color:#013668;
	background-repeat: no-repeat;

}

#left ul ul li {
	font-weight: normal;
	border: 0px;
}
				
#left ul ul li a {
	background-image: url(../images/bullet-off.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding: 1px 2px 1px 15px;
}

/*FORM STYLES*/

.textfield {width: 250px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}

.required {color:#FF0000;}


legend {
	font-size: 1em;
	color:#484848;
	padding-left:0px;
	margin-left: 0px;
	/*font-weight:bold;
	
	margin-bottom: 1em;*/
	margin-top: 1em;
}

fieldset {
	margin-top: 1em;
	margin-bottom: 1em; 
	margin-left: 0px; 
	margin-right: 0px;  
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
}


.form {width: 400px;}

.form table {
	width : 100%;
	border : 0px solid #00AEEF;
	margin : 0 0 0 0;
}


.form td{
	/*vertical-align : top;*/
	padding : 0px 0px 0px 0px;
	text-align : left;
}
