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

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	color: #FFFFFF;
	background-color: #0E171E;
	font-size: 16px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #73020B;
}
a:active {
	text-decoration: none;
}

p.item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

p.color {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: oblique;
	}
	
.style2 {color: #FF0000}

/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #dfdfdf;
	}


#wrapper {
	width: 1024px;
	top: 0px;
	text-align: center;
	margin: auto;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}


h4 {
	font-size: 24px;
	font-style: oblique;
	color: #FFFFFF;
}

h5 {
	color:#CC0000;
	font-size: 24px;
	font-style: oblique;
}


h6 {
	color: #FFFFFF;
	font-size: 55px;
	font-style: oblique;
}

a:link img{
color:#000000;
}

a:link table{
	color: #FFFFFF;
	text-decoration:underline;
}

 a:visited table{
	color:#CCCCCC;
	text-decoration: none;
}

table {
border-collapse:collapse;
}

table, td, th
{
border:1px solid white;
}

ul {
	list-style-type: none;
	height: 40px;
	width: 1005px;
	margin-top: 0px;
}

li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

ul a {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 32px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

ul a:hover {
	color: #73020B;
}

div#outer {
	width: 1005px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;

}

div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/header2010.jpg);
	background-repeat: no-repeat;
	height:203px;
	width: 1005px;
	background-position: center top;
}

div#nav {
	width: 1005px;
	float: left;
	background-color: #0E171E;
	height: 42px;
	background-image: url(images/nav-bg.jpg);
	color: #FFFFFF;

}

div#faq {
	margin-right: 0px;
	font-size: 15px;
	text-align: left;
	background-color: #000000;
	
}


div#nav2 {
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	float: left;
	background-color: #0e171e;
	margin-left: 10px;

}

div#main {
	margin-top: 17px;
	padding: 20px;
	background-color: #000000;
	font-size: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;


}
#navcontainer2
{
	background: #0e171e;
	width: auto;
	margin: 0 auto;
	padding: 0;
	font-family: georgia, serif;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

ul#navlist2
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

ul#navlist2 li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist2 li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #000000;
	text-decoration: none;
	background: white;
}

#navcontainer2>ul#navlist2 li a { width: auto; }

ul#navlist2 li#active2 a
{
	background: #f0e7d7;
	color: #003366;
}

ul#navlist2 li a:hover, ul#navlist2 li#active2 a:hover
{
	color: #6699CC;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

div#footer {
	margin: 0px;
	background-color: #000000;
	clear: both;
	height: auto;
	width: 1005px;
	color: #CCCCCC;

}

hr {
	color:#CC0000;
}

