/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0px;
		padding: 0px;
		border: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
	}

/* END RESET */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00264c;
	background:url(/images/top_bg.jpg) repeat-x top #ebebeb;
	height: 100%;
	}

.body_home {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00264c;
	background:url(/images/top_bg.jpg) repeat-x top #d7d7d7;
	height: 100%;
	}

html{
	height: 100%;
	}

a,a:link,a:visited {
	color:#0b5583;
	text-decoration:underline;
	}

a:hover {
	color: #000000;
	text-decoration:none;
	}

img {
	border: none;
	}

h1 {
	font-size: 22px;
	color: #000000;
	margin-bottom: 12px;
	}

h2 {
	font-size: 18px;
	color: #00264c;
	border-bottom:#00264c solid 1px;
	margin-bottom: 8px;
	margin-top: 15px;
	}

hr {
	height:1px;
	color:#a1abb4;
	}
	
p {
	margin-bottom: 10px;
	}

.top {
	height:29px;
	float:right;
	margin-top: 39px; 
	}

.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left; /* Contain floated list items */
	}
	
.nav li {
	margin: 0 0 0 20px;
	padding: 0;
	height: 29px;
	float: left;
	}

.nav a {
	float: left;
	color: #FFF;
	text-decoration: none;
	margin-bottom:15px;
	}

.nav a:hover {
	float: left;
	color: #FFF;
	text-decoration: underline;
	margin-bottom:15px;
	}

.nav_current {
	background:url(../images/topnav_arrow.jpg) bottom center no-repeat;
	}

.footer {
	background:url(../images/bottom_bg.jpg) repeat-x #08456a top;
	height: 177px;
	color:#FFFFFF;
	text-align:center;
	}
	
.footer_title {
	height:40px;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	text-align:left;
	}

.footer_text a {
	color: #FFF;
	text-decoration: none;
	text-align:left;
	}

.footer_text a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align:left;
	}

.header_img {
	width:800px;
	height:162;
	margin-bottom:15px;
	}

.articles_title {
	width: 800px;
	font-size: 18px;
	border-bottom:#00264c solid 1px;
	margin-top: 12px;
	} 

.articles {
	padding:10px 20px; 
	width:800px; 
	}

.articles a, .articles a:link, .articles a:visited {
	color: #00264c;
	font-weight: bold;
	}

.articles a:hover {
	color: #0051b0;
	font-weight: bold;
	}

.home_button {
	height: 174px;
	display: inline;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
.home_spacer {
	height: 174px;
	display: inline;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}

.product {
	width: 178px;
	margin: 0 25px;
	float: left;
	}
	
.product_description {
	display: inline;
	float: left;
	width: 572px;
	}

.rotating {
	position: relative;
	display:block;
	}

img.rotating_watermark {
	position:absolute;
	top:0px;
	left:0px;
	}
	
img.rotating {
	padding: 7px 11px 11px 5px;
	}

.header_img {
	width:800px;
	height:162;
	margin-bottom:15px;
	position: relative;
	display: block;
	}

img.header_watermark {
	position:absolute;
	top:0px;
	left:0px;
	}
	
.reg_title {
	text-align:right;
	width: 200px;
	float:left;
	display:inline; 
	margin: 5px;
	line-height: 20px;
	}

.reg_field {
	width: 350px;
	float:left;
	display:inline;
	margin: 5px;
	}

.reg_additional {
	width: 350px;
	height: 50px;
	float:left;
	display:inline;
	margin: 5px;
	}
