@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background: #004494 url(../images/universal/body_bg.png) repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#bg {
	background: url(../images/universal/sunset.jpg) no-repeat center;
	height: 200px;
}


#wrapper {
	min-height: 100%;
	width: 750px;
	margin: -199px auto -30px;
	text-align: left;
	position: relative;
	background: #FFFFFF url(../images/universal/wrapper_bg.jpg) no-repeat top;
}
#header {
	height: 160px;
	padding-top: 74px;
}
#header span {
	display: none;
}
#flash {
	float: right;
	padding-left: 4px;
}
#innerwrapper {
	padding-top: 20px;
}



#nav {
	width: 180px;
	float: left;
	padding-left: 5px;
}
#nav  a:link, #nav  a:visited {
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
#nav  a:hover, #nav  a:active, #nav  a:focus {
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	float: right;
	width: 550px;
	padding-right: 5px;
}
#content  ul {
	font-size: 70%;
	padding-left: 20px;
	padding-bottom: 15px;
}

#left_column {
	float: left;
	width: 250px;
	padding-top: 20px;
}
#right_column {
	float: right;
	width: 255px;
	padding-top: 20px;
}
#content h2 {
	font-size: 100%;
	padding-bottom: 10px;
	color: #5CA626;
}
#content h3 {
	font-size: 80%;
	padding-bottom: 10px;
	color: #004494;
}

#content p {
	font-size: 70%;
	padding-bottom: 10px;
}
#content a:link, #content a:visited {
	color: #5CA626;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	color: #5CA626;
	text-decoration: underline;
}
#contentwrapper img {
	border: 3px outset #9EAEB7;
}

#footer {
	background: #DDE4E8;
	height: 30px;
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #004494;
	margin-top: -30px;
}
#footer p {
	font-size: 70%;
	text-align: center;
	padding-top: 8px;
}
#footer a:link, #footer a:visited {
	color: #004494;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #004494;
	text-decoration: underline;
}
#footer span {
	display: none;
}
.clearfooter {
	clear: both;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
}
.fltlft {
	float: left;
}
.imglft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgrht {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.clearfloat {
	clear: both;
}
.fltrt {

	float: right;
}

  
p
{  
text-transform: capitalize;
}
