@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
html {
	background: #14192C url(/images/styles/background2.jpg) top center no-repeat;
}
#header {
	width: 100%;
	height: 50px;
}
#headercontent {
	width: 960px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 225px;
	height: 50px;
	padding-top:5px;
}
#wrapper {
	width: 100%;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 15px 0 0 0;
	background-color:#fff;
	background: #fff url(/images/styles/wrapperbg.jpg) top center no-repeat;
}
#contentwrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#main {
	background: #fff url(/images/styles/mainbg.jpg) top center no-repeat;
	padding: 10px;
	min-height: 600px;
}
#main a, a:link, a:visited, #column1 a, a:link, a:visited {
	color: #50668F;
	text-decoration:underline;
}
#main h1 {
	font-size: 18px;
	color: #000;
}
#main h2 {
	font-size: 15px;
	color: #000;
}
#main h3 {
	font-size: 14px;
	color: #000;
}
#main p {
	font-size: 12px;
	color: #40434F;
}
#main ul {
	list-style-image: url("/images/styles/bullet.png");
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 20px 0px;
}
#main li {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 13px;
	color: #6F1454;
}



/*<group=images>*/
img {
	border: none;
	font: normal 12px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #666;
}
.picleft {
	float: left;
	margin: 0px 10px 0 0;
}
.picright {
	float: right;
	margin: 0px 5px 0 5px;
}
/*</group>*/


/*<group=Navigation>*/
#topnav {
	width: 960px;
	height: 35px;
	margin: 200px auto 0 auto;
	background-color:#14192C;
	background-image:url(/images/styles/navbg.png);
	background-repeat:no-repeat;
	}
#topnav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
}
#topnav li {
	height: 35px;
	font: normal 14px/30px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 0px 35px 0px 35px;
	color: #fff;
	float: left;
	background-image:url(/images/styles/navsep.png);
	background-repeat:no-repeat;
	background-position:right;
}
#topnav li:last-child {
	background-image:none;
}
#topnav a {
	float: left;
	color: #fff;
	margin:0;
	text-decoration: none;
}
#topnav > ul a {
	width: auto;
}
#topnav #active a {
	color: #000;
}
#topnav li a:hover {
	color: #AF508A;
}
#topnav #active a:hover {
	color: #222;
}
/*</group>*/

/*<group=table>*/
table.table {
	margin: 0;
}
.caption, table.table .caption {
	font: 11px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
	color: #003366 !important;
	text-align:center !important;
}
table.table td {
	width: 50%;
}
/*</group>*/

/*<group=Footer>*/
#footer {
	height: 20px;
	position: relative;  /* Needed for Safari */
	padding: 0;
	width: 100%;
	text-align:center;
}
#footer p {
	font: normal 10px/20px Myriad Pro, Myriad, Tahoma, Arial, sans-serif;
	color: #fff;
	margin:0;
}
#footer a, a:link, a:visited {
	color: #fff;
}
/*</group>*/
.redtext {
	color: #F00;
	text-align: center;
}
.bluetext {
	color: #00F;
	text-align: center;
}
.centeredtext {
	text-align: center;
}
