@import url(navigation.css);

* {
	padding:0; margin:0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border:none;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	background-color: #E1E1E1;
}

DIV#outerContainer {
	background-image:url(../images/bg_internal.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

DIV#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
DIV#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
DIV#topmasthead {
	width: 900px;
	height: 97px;
	background-image:url(../images/header_internal_ie6_fix.jpg);
	background-repeat:repeat-y;
	
}	

UL#nav { /* all lists */

	
	list-style: none;
	background:#1b243d repeat-x;
	height:14px;
	text-align:left;
	text-transform: uppercase;
	width:460px;
	float:left;
	margin-top:-20px;
	
}

UL#nav LI { /* all list items */
	float: left;
	position: relative;	
}

UL#nav LI a {
	color:#999899;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:0.7em;
	padding-left:10px;
	padding-right:10px;
}

UL#nav a:hover {
	color:#ffffff;
	background:#1b243d;
}

UL#nav a.selected {
	color:#ffffff;
	background:#1b243d;
}

UL#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	list-style:none;
	padding-top:5px;
	padding-bottom:10px;
	
}

UL#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 18px;
	left: 0;
	background-color:#1b243d;
}

UL#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width:180px;
}	

UL#nav li ul li ul{ /* third-level lists */
	padding-left: 15px;
	background:none;
	display: block;
	position: static;
	float: none; /* disables floats from ul parents */
	border: none; /* takes out borders */
	padding-bottom:5px;
}

UL#nav li ul li ul a{
	font-weight: normal;	

}



DIV#mainmasthead {
	width: 900px;
	height: 242px;
	margin-right: auto;
	margin-left: auto;
}

DIV#mainContent {
	width: 554px;
	background-color:#FFFFFF;
	padding-left:30px;
	padding-top: 50px;	
	float:left;
}

DIV#mainContent h1{
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight:bolder;
	color:#96271d;
	line-height:normal;
	text-transform: uppercase;
}

DIV#mainContent h2{
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight:bolder;
	color:#1b243d;
	line-height:normal;
	padding-top: 8px;
	text-transform: uppercase;
}
DIV#mainContent h3{
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight:bolder;
	color:#333333;
	line-height:normal;
	padding-top: 12px;
}



DIV#mainContent p{
	width: 530px;
	font-size:.8em;
	font-style: normal;
	font-weight:normal;
	color:#767575;
	line-height:1.3em;
	padding-top: 8px;
}


DIV#mainContent ul{
	padding-left:20px;
	padding-top: 10px;
}


DIV#mainContent li{
	font-size:.8em;
	font-style: normal;
	font-weight:normal;
	color:#767575;
	line-height:1.3em;
	margin-left:15px;
	list-style-type: square;
}

DIV#mainContent a{
	text-decoration:overline
	font-size:.8em;
	font-style: normal;
	font-weight:normal;
	color:#767575;
}

DIV#mainContent a:hover{
	text-decoration:overline
	font-size:.8em;
	font-style: normal;
	font-weight:normal;
	color:#1b243d;
}


DIV#sidebarRight {
	width: 304px;
	background-color:#FFFFFF;
	margin-top: 50px;
	float:left;
	border-left:dashed;
	border-color:#767575;
	border-left-width:thin;
	padding-left:10px;
	min-height:400px;



}

DIV#sidebarRight h1{
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color:#8b8481;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 12px;
}

DIV#sidebarRight h2{
	color:#1b243d;
	font-size:.8em;
	font-style: normal;
	font-weight:bold;
	margin-right: 12px;
	padding-bottom:5px;
}

DIV#sidebarRight p{
	color:#1b243d;
	font-size:.8em;
	font-style: normal;
	font-weight:bold;
	line-height:1.3em;
	color:#767575;
	margin-right: 12px;
	

}



Label input{
	border: 1px solid #999999;	
}
FORM textarea{
	border: 1px solid #999999;	
}

label {
	font-size:0.8em;
	font-style: normal;
	font-weight:normal;
	color:#767575;
	margin-bottom: 10px;
	display: block;
	}

.radio_label {
	display: inline;	
	}
	
.radio_list {
	display: inline;
	margin-bottom: 5px;
	}

	
DIV#footer {
	width: 900px;
	height: 50px;
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_internal.jpg);
	background-repeat: no-repeat;
	
}


DIV#footer p {
	font-size: .6em;
	font-style: normal;
	line-height: 0.8em;
	color: #696969;
	text-align:right;
	padding-top: 6px;
	padding-bottom:10px;
	padding-right:10px;
}

.clear { 
	clear:both;

}

