/*----------- Reseting Basic HTML CSS --------------*/
* {
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
	background:url(../images_generic/page_redstripe.gif) top left repeat-x;
	background-color:#000000;
}
p {
	margin:10px 0;
}
a img{
	border:none;
	}

textarea, input, form, select{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	width:100%;
}
textarea{
	padding:1px;
}
a {
	color:#0A4873;
	text-decoration: none;
	outline:none;
}
.clearer { 
	clear:both;
	display:block;
	margin:0;
	padding:0px;
	height:0px;
	line-height:1px;
	font-size:1px;
}


a:hover {
	color: #CC6666;
	text-decoration: none;
}
#wrapper{
	background:url(../images_generic/page_mesh.jpg) top center no-repeat;
	width:100%;
}
#inner_wrapper{
	background:url(../images_generic/page_contentbg.jpg) top left repeat-y;
	background-color:#f5f5f5;
	width:731px;
	margin:0 auto;
	border:solid #000;
	border-width:0 1px;
	position:relative;
}
#topmenu{
	background:url(../images_generic/page_topmenubg.gif) top left no-repeat;
	width:346px;
	height:44px;
	float:right;
	margin-right:28px;
	padding-top:18px;
	#margin-right:15px;
}

#topmenu a:link, #topmenu a:active, #topmenu a:visited{
	float:left;
	height:21px;
	padding:6px 0 2px 30px; 
	color:#fff;
	font-weight:bold;
}
#topmenu a:hover{
	text-decoration:underline;
}
#navigation{
	position:absolute;
	top:446px;
	left:67px;
	z-index:1;	
}
#navigation a:link, #navigation a:active, #navigation a:visited{
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
}
#navigation a:hover{
	background-position:0 -44px;
}
.arrow{
	background:url(../images_generic/bullet-arrow.gif) left no-repeat;
	background-position:0 3px;
	padding-left:15px;
	margin:5px 0;
}
.ie_padding{
	#margin-bottom:-3px;
	}
.twelve{
	font-size:12px;
}
.subheading{
	font-size:14px;
	font-weight:bold;
	color:#ad101f;
}
a.form:link, a.form:active, a.form:visited{
	font-weight:bold;
	color:#ad101f;
	text-decoration:none;
	font-size:12px;
}
a.form:hover{
	text-decoration:underline;
}
.pdf{
	height:17px;
	background:url(../images/pdf_icon.gif) top left no-repeat;
	padding:3px 0 0 25px;
}
a.subnav:link, a.subnav:active, a.subnav:visited, a.subnav_selected{
	display:block;
	margin:0;
	padding:5px 0 5px 24px;
	width:163px;
	color:#000000;
}
a.subnav:hover{
	color:#920000;
	}
a.subnav_selected{
	color:#920000 !important;
	background:url(../images_generic/subnav_arrow.gif) no-repeat;
	background-position:12px 9px;
	}
a.subsubnav:link, a.subsubnav:active, a.subsubnav:visited{
	display:block;
	margin:0;
	padding:1px 0 1px 40px;
	width:147px;
	color:#000000;
	background:url(../images_generic/bullet-arrow2.gif) no-repeat;
	background-position:25px 7px;
}
a.subsubnav:hover{
	color:#920000;
	}
.highlight{
	color:#ad101f;
}
.bullet{
	margin:1px 0px;
	padding-left:12px;
	background:url(../images_generic/bullet-arrow2.gif) no-repeat;
	background-position:0px 7px;
}
