body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: black;
	margin: auto;
	padding-top: 21px;
	background: url(../images/stripe-new.gif) #FFF top left repeat-x;
}
html>body {
	padding-top: 27px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
}
form
{
	margin:0px;
	padding:0px;
}
a img {
	border: none;
}

.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

#container {
	background-color: #FFF;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}		
#header {

}
#header img {
	width: 326px;
	height: 60px;
	float: left;
}
#header ul#nav{
	clear: left;
	display: inline;
	list-style: none;
	margin-left: 70px;
}
html>body #header ul#nav {
	display: inherit;
	padding-top: 10px;
	margin-left: 30px;
}
#header ul#nav li {
	display:			inline;
	padding-left:		4px;
	margin-right:		0;
	padding-right:		0;
}
#header ul#nav li+li {
	border-left:		1px solid #999999;
}
#header ul#nav *{
	color:				#999999;
	text-decoration:	none;
	font-weight: bold;
}
#header ul#nav li.active, ul#nav a:hover {
	color:				#000033;
	text-decoration:	none;
}
#header ul#nav li.sub {
	position: relative;
}
#header ul#nav li.sub ul {
	display: none;
}
#header ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	position: absolute;
	left: 0;
	float: none;
	width: 120px;
	background-color: #003366;
	margin: 0;
	padding: 0;
}
#header ul#nav li:hover ul li, ul#nav li.over ul li {
	display: block;
	border: none;
	background-color: #336699;
	margin-bottom: 1px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header ul#nav li:hover ul li a, ul#nav li.over ul li a {
	color: white;
}
#header ul#nav li:hover ul li a:hover, ul#nav li.over ul li a:hover {
	font-weight: bold;
}

#header #tracker {
	width: 280px;
	background-color: #D6D6D6;
	float: right;
	display: inline;
}
#header #tracker, #tracker table, #tracker h3 {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#header #tracker table {
	width: 270px;
}
#header #tracker table input {
	width: 100px;
}
#header #tracker table .label {
	width: 60%;
}
#header #tracker .label {
	text-align: right;
}

#main {

}
#main #splash {
	background: url(../images/index_image2.jpg) top left no-repeat;
	width: 800px;
	height: 368px;
}

#terms {
	background-color: #D6D6D6;
	width: 280px;
	height: 30px;
}

/* New CSS Styles Start - 1/5/10 */
#colView {
	width: 780px;
	margin-left: 10px;
	margin-top: 2em;
}
#colView a h2 {
	text-decoration: none;
}
#colView h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	margin-left: 1em;
	margin-top: 0.5em;
}
#colView .col {
	border-top: solid 10px #000033;
	margin-right: 20px;
	background-color: #000033;
}
#colView #last {
	margin-right: 0em;
}
#colView img {
	width: 180px;
	height: 140px;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
}
/* New CSS Styles Finish - 1/5/10 */

#footer {
	padding-top: 5px;
}