/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#555555;
}

h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
    margin:  .2em 0;
    padding: 0;
	}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight:normal; color: #333333; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: #007dc3; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:normal; color: #757678; }

a {
	text-decoration: underline;
	color:#666666;
}

a:hover {
	text-decoration: underline;
	color:#666666;
}

#wrapper {
	width:716px;
	margin-right: auto;
	margin-left: auto;
}

#top_wrapper {
	width:716px;
	height:150px;
	margin-bottom:5px;
}

#logo {
	width:332px;
	height:87px;
	float:left;
	padding-left:26px;
	padding-top:63px;
}

#menu_wrapper {
	width:358px;
	height:135px;
	float:left;
}

#menu {
	width:358px;
	height:15px;
	float:left;
	text-align: right;
	font-size: 12px;
	color: #00649d;
}

#menu a {
	color: #00649d;
	text-decoration: none;
}

#menu a:hover {

	color: #1f99de;
}

#menu a.here {
	color:#666666;
	text-decoration: none;
}

#banner {
	width:716px;
	height:219px;
	margin-bottom:8px;
	float:left;
}

#ruler {
	width:716px;
	height:4px;
	background-color: #00649d;
	margin-bottom:8px;
	float:left;
}

#content_wrapper {
	width:716px;
	margin-bottom:8px;
	float:left;
}

#development_title {
	width:450px;
	height:30px;
	float:left;
	background-color: #00649d;
	color:#FFFFFF;
	font-size:16px;
	line-height:36px;
	padding-left:10px;
}

#content_text {
	width:450px;
	float:left;
	padding-left:10px;
	padding-top:20px;
}

#footer_banner {
	width: 716px;
	height:113px;
	background-color: #e4e396;
	margin-bottom: 5px;
	float:left;
}
	

#footer_wrapper {
	width:711px;
	height:15px;
	background-color: #007dc3;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:5px;
	padding-top: 5px;
	float:left;
}

#footer_left {
	width:620px;
	float:left;
}

#footer_right {
	width:40px;
	float:right;
}

#footer_right a {
	color: #FFFFFF;
	text-decoration: underline;
}

.hrule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #999999; border-style: none none dashed; width:180px; }

.blue {
	color:#007dc3;
	text-decoration: none;
}

.textbox {
	color: #555555;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #00649d;
}