/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

td img {display: block;}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:left;
color:#0f3c68;
font-weight:normal;
background-color:#406174;
scrollbar-base-color:#3F6174;
scrollbar-arrow-color:#7B9FAD;
scrollbar-face-color:#3F6174;
scrollbar-track-color:#ACACE6;
}

a{
color:#0f3c68;
font-weight:bold;
text-decoration:none;
}

a:hover{color:#0f3c68; text-decoration:underline;}
a img{border:none;}

/**************** Header and navigation styles ****************/

#header{
margin: 0px auto 0px auto;
width:950px;
height:221px;
}

#navigation{
margin: 0px auto 0px auto;
width:950px;
height:28px;
background:#304059;
color:#FFFFFF;
text-align:left;
padding-top:5px;
}

#navigation li{
float:left;
list-style-type:none;
text-align:left;
border-right:1px solid #FFFFFF;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 3px;
font-size: 13px;
text-align:left;
font-weight:bold;
text-transform:uppercase; /* transformed text to uppercase */
text-decoration:none;
background-color:#304059;
color: #FFFFFF;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#FFFFFF;
color:#304059;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul{
		height: 20px;
		width: 100%;
		margin-top: 5px;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		background-color: #304059;
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: 0% 0%;
		color: #ffffff;
		list-style-type: none;
	}

		#navigation li ul {
			border-top		: 1px solid #FFFFFF;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 106px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			width			: 106px;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:2 0px;
		font-size:1.0em;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase; /* transformed text to uppercase */
		text-decoration:none;
		background-color:#304059;
		color: #FFFFFF;
		border-right: 1px solid #304059;
		width: 97px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:#FFFFFF;
		color: #304059;
		}
		
		#navigation .sel a {
		background-color:#FFFFFF;
		color: #304059;
		}

		#navivation a:active {
		background-color:#FFFFFF;
		color: #304059;
		}

/**************** Content styles ****************/

#content{
margin: 0px auto 0px auto;
width:900px;
height: 505px;
font-size:0.9em;
background-color:#608194;
padding: 15px 25px 15px 25px;
}

#content h1{
display:block;
margin:16px 0 16px 0;
font-size:25pt;
font-weight:bold;
color:#0f3c68;

}

#content h2{
display:block;
margin:16px 0 16px 0;
font-size:13pt;
font-weight:normal;
color:#0f3c68;
}

#content h2 a{font-weight:normal; white-space:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px; white-space:normal;}
#content a:hover,#subcontent a:hover{text-decoration:underline; white-space:normal;}
#content ul,#content ol{margin:0 5px 16px 35px; white-space:normal;}
#content dl{margin:0 5px 10px 25px; white-space:normal;}
#content dt{font-weight:bold; margin-bottom:5px; white-space:normal;}
#content dd{margin:0 0 10px 15px; white-space:normal;}



/**************** Footer styles ****************/

#footer{
margin: 0px auto 0px auto;
clear:both;
width:950px;
font-size:8pt;
color:#FFFFFF;
text-align:center;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#FFFFFF;  font-weight:bold;}
#footer a:hover{color:#406174;  text-decoration: underline;}

/**************** Misc classes and styles ****************/


.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#E9EFE3;
color:#505050;
line-height:1.5em;
}
