@charset "utf-8";
/* CSS Document */

body {
	background-color: #DAE2EE;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #7F7F7F;
	color: #0F0F0F;
}
#nav {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFF;
	line-height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #193E94;
}


#header {
	background-color: #FFFFFF;
	height: 125px;

}


h1 {
	font-size: 18px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 4px;
	margin-top: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #C60;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: -6px;
	margin-top: 20px;
}


.blue_small {
	font-size: 13px;
	font-weight: bold;
	color: #063C7A;
	display: block;
	margin-bottom: 14px;
}


#header_right {
	width: 320px;
	float: right;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: right;
	padding-right: 12px;
	color: #333333;
	font-weight: bold;
}

.NonHighlightMenu
{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}

.NonHighlightMenu:hover {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

.HighlightMenu
{
	color: #F47A00;
	text-decoration: none;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
}
.NonHighlightsubMenu
{
	color: #063C7A;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: normal;
	margin-top: 10px;
}





.NonHighlightsubMenu:hover {
	color: #C60;
	text-decoration: underline;
	font-size: 12px;
}

.HighlightsubMenu
{
	color: #C60;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

#content_right {
	float: right;
	width: 195px;
	padding-bottom: 25px;
	color: #333333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}
#content_left {
	width: 674px;
	font-size: 12px;
	color: #333333;
}

#content {
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#copy {
	width: 600px;
	padding: 25px;
}
#content_right h1 {
	color: #193E94;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
}

#content_left a {
	color: #333333;
	text-decoration: underline;
}
#content_left a:hover {
	color: #CC6600;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #193E94;
	padding-bottom: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#credit {
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	padding-top: 15px;
}
#credit a {
	text-decoration: none;
	color: #999;
}



#clear {
	clear: both;
}

#header_right a {
	text-decoration: none;
}
#header_right a:hover {
	text-decoration: underline;
}
.phone_email {
	font-size: 13px;
	color: #333333;
	display: block;
	padding-bottom: 10px;
}
.phone_email a {
	color: #D09609;
}
#footer a:hover {
	color: #606060;
	text-decoration: underline;
}
#content_right li {
	padding-bottom: 10px;
}

.imgborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.imgborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content_right a {
	color: #CC6600;
	font-size: 10px;
}
#content_left #copy li {
	padding-bottom: 12px;
}
