body {
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: fixed;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	width: 780px;
	background-image: url(images/contentbkg.png);
	margin-right: auto;
	margin-left: auto;
}
.firstpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	clear: both;
	color: #00346C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CE955F;
	padding-bottom: 5px;
	font-weight: normal;
}




#container #menu {
	padding-top: 43px;
	padding-bottom: 18px;
	padding-left: 200px;
	clear: both;
}

#container #flash {
	height: 370px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}
#container #content {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#container #title {
	height: 50px;
}
.rightimgflt {
	float: right;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CDE3EB;
	border-right-color: #CDE3EB;
	border-left-color: #CDE3EB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.clear {
	clear: both;
	border-top-color: #CDE3EB;
	border-top-width: 1px;
	border-top-style: solid;
}


#container #content A:link, #container #content A:visited {
	color: #00346C;
	text-decoration: underline;
}

#container #content A:hover {
	color: #00346C;
	text-decoration: none;
}



#container #content  #submenu a:link, #container #content  #submenu a:visited {
	width: 200px;
	text-align: center;
	list-style-type: none;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-position: inside;
	border-bottom-color: #CCCCCC;
	display: block;
	color: #CE955F;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	float: left;
	background-color: #00346C;
}

#container #content  #submenu a:hover {
	border-bottom-color: #CE955F;
	color: #FFFFFF;
}

#submenu {
	margin-top: 30px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.logo {
	margin-top: 5px;
	margin-bottom: 10px;
}
