@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #185a75;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body a {
	color: #185a75;
	text-decoration: none;
}
body a:hover {
	color: #185a75;
	text-decoration: underline;
}
hr {
	color: #185e79;
	background-color: #185e79;
	height: 1px;
	width: 100%;	
	border: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}
.subhead {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #185a75;
}
#pageFrame {
	width: 770px;
}
#menuBox {
	position: relative;
	height: 177px;
	background: url(images/head_bkgrnd.jpg) no-repeat;
}
#menu {
	position: relative;
	width: 720px;
	top: 150px;
	text-align: right;
}
#menu a {
	color: #185a75;
	text-decoration: underline;
}
#menu a:hover {
	color: #185a75;
	text-decoration: none;
}
#contentFrame {
	/*position: relative;*/
	clear: both;
	background: url(images/head_fade.jpg) repeat-x top;
	background-color: #185a75;
	padding-left: 24px;
}
#content{
	/*position: absolute;*/
	width: 678px;
	background-color: White;
	padding-left: 40px;
	/*padding-right: 40px;*/
	padding-top: 15px;
	text-align: left;
	
	/*background: url(images/bg_frame.gif) repeat-y center;*/
}
#contentSecondary{
	/*position: absolute;*/
	width: 638px;
	background-color: White;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	text-align: left;
	
	/*background: url(images/bg_frame.gif) repeat-y center;*/
}
#footer {
	clear: both;
	height: 20px;
	background-image: url(images/bottomCorners.gif);
	background-position: top;
	background-repeat: no-repeat;
}
