/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #061f68;
	background-color: #cecfd0;
}

.page {
	width: 999px;
	text-align: left;
	border: 1px solid #041C58;
}

a {
	text-decoration: none;
	color: #061f68;
}

a:hover {
	text-decoration: underline;
}

#masthead {
	background-image: url(images/I_masthead.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: inherit;
}

#nav {
	background-image: url(images/I_nav.jpg);
	background-repeat: no-repeat;
	height: 32px;
	text-align: center;
	padding-top: 13px;
	width: inherit;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#nav ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #16242D;
}

#nav ul li a:hover, #nav ul li a.selected {
	text-decoration: underline;
}

#marquee {
	background-image: url(images/I_Marquee.jpg);
	background-repeat: no-repeat;
	height: 334px;
}

#content_area {
	width: inherit;
	background-color: #F5F9FA;
}

#content_top {
	background-image: url(images/I_Content.jpg);
	background-repeat: repeat-x;
	width: inherit;
	min-height: 400px;
}

#content_top_inside {
	background-image: url(images/I_Content_Inside.jpg);
	background-repeat: no-repeat;
	width: 931px;
	min-height: 350px;
	padding-top: 20px;
	padding-left: 37px;
	padding-right: 31px;
}


#content_box {
	padding: 15px;
	border: 1px solid #C3DFE3;
	line-height: 20px;
	text-align: justify;
}

#content_box_inside {
	padding: 15px;
	border: 1px solid #C3DFE3;
	line-height: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	min-height: 350px;
}

.title {
	font-size: 30px;
}

#footer {
	background-image: url(images/I_Footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	text-align: center;
	padding-top: 25px;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer ul li a:hover, #footer ul li a.selected {
	text-decoration: underline;
}

#footer div.copyright {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 5px;
}

#footer a {
	color: #FFFFFF;
}
