* {padding: 0; margin: 0; border: 0;}
p {padding: 8px 0px;}

body {
	background-color: #2F4769;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #2F4769;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F4769;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #2F4769;
}

h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 10px;
	border-right: 3px solid #2F4769;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	border-right: 3px solid #2F4769;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
	text-transform: uppercase;
}

strong {
	color: #333333;
}



#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 170px;
	background: url(images/header.jpg) no-repeat;
}

#nav_flash {
	height: 180px;
	background:url(images/nav_flash_bg.jpg) no-repeat;
}

#nav_float {
	float: left;
	width: 204px;
	
}

#nav {
	float: right;
	width: 123px;
	height: 150px;
}

/*----Main Nav----*/

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*#nav ul li {
	height: 10px;
	line-height: 10px;
	margin-bottom: 5px;
}*/

#nav ul a {
	display: block;
	width: 100%;
	color: #000;
	background: #CCCCCC;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	text-indent: 10px;
	border-bottom: 2px #fff solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#nav ul a:hover {
	background: #666666;
	color: #fff;
}

/*----/Main Nav----*/


#flash_float {
	float: right;
	width: 536px;
	
}

#flash {
	float: left;
	width: 456px;
	height: 150px;
}

#content_wrapper {
	background: url(images/content_wrapper_bg.jpg) no-repeat;
}

#content_footer {
	clear: both;
	height: 20px;
	background: url(images/maintext_footer.jpg) no-repeat;
}

#side_float {
	float: left;
	width: 204px;
}

#side_column {
	float: right;
	width: 123px;
}

#maintext_float {
	float: right;
	width: 536px;
}

#maintext {
	float: left;
	width: 446px;
	padding: 0px 10px;
}

#maintext ul {
	padding: 10px;
}

#maintext li {
	text-indent: 30px;
	list-style: none;
	background:url(images/tick.gif) 15px center no-repeat;

}

#footer {
	height: 50px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	line-height: 50px;
}
.border {
	border: 1px solid #2F4769;
}
