﻿@import url(layout.css);
body {
	color: black;
	font-size: 12pt;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}

#navleft a {
	float: left;
	display: block;
	margin: 0 0px;
	padding: 0px 0px;
	border: 0px solid #fff;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#navleft a:hover {
	color: #003F5F;
	text-decoration: none;
	border: 1px solid #003F5F;
	background-color: #003F5F;
	
}
#navleft ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#navleft li {
	display: inline;
	margin: 0; padding: 0;
}



#navleft2 {
	padding: 0px;
	background-color: #808080;
}
#navleft2 ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#navleft2 li {
	display: inline;
	margin: 0; padding: 0;
}
#navleft2 a {
	float: left;
	display: block;
	margin: 0 0px;
	padding: 0px 0px;
	border: 0px solid #fff;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#navleft2 a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}


#container {
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #3F7194;  
	width: 1200px;
}

#column_l {
	width: 600px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 700px;
	text-align: center;
	background-color: #D93734;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
	

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
/* Text formatting styles */
.style_verdanafont {
	font-family: verdana;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_redtext {
	color: red;
}

.style_bluetext {
	color: blue;
}

.style_greentext {
	color: green;
}

.style_largebluetext {
	color: blue;
	font-size: 15px;
}

.style_largeredtext {
	color: red;
	font-size: 15px;
}

.style_largetext {
	color: black;
	font-size: 16px;
}

.style_extralargetext {
	color: black;
	font-size: 20px;
}



.style_pagetitle {
	font-size: x-large;
}
.style_centertext {
	text-align: center;
}
.style_lefttext {
	text-align: left
}

.style_leftredtext {
	text-align: left;
	color:red
}


.style_rightttext {
	text-align: right
}

.style_tableborderwide {
	border: 3px solid #000000;
	outline:black;
}

.style_tablebordernarrow {
	border: 1px solid #000000;
}



#navigation {
	background-color: #545454;
	overflow: hidden;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}


#submenu {
	background-color: #D93734;
	overflow: hidden;
}
/* Styles for Navigation */
#submenu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#submenu li {
	float: left;
}
#submenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	;
}
#submenu a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

#submenu ul ul {
	display:none;
	left:75px;
	top:5px;	
	list-style-type: none;
	width: 150px;
	margin: 0;
	padding: 0;
}




#submenu ul li:hover {position:relative; }
#submenu ul li:hover ul {display:block;} 

#submenu ul ul {display:none; }

#submenu ul ul li { width:200px; float:left; display:inline; border:none; font-size: 12px}
#submenu ul ul li:hover {text-decoration:underline; border:none;} 
#submenu li:hover ul li ul {display:none;} 
#submenu ul ul li ul {left:110px}
#submenu ul ul li:hover ul {display:block;}