body{
	padding:0;
	margin:0;
	background-color: #dcdad3;
	background-image: url(images/bckgd_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0c1f6b;
	background-attachment: fixed;
}
b{font-size: 110%;}
em{color: red;}

table{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

tr{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* standard link styles */

a:link{
	color:#0000ff;
	text-decoration:none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active{
color:#0000ff;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:none;
font-weight: bold;
}
a:visited{
color:#0000ff;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:none;
font-weight: bold;
}
a:hover{
color:#000099;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:none;
font-weight: bold;
}


.maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #b1913a;
	font-size: 12px;
	vertical-align: top;
	background-image: url(../images/maincontainer_bckgd.jpg);
	background-repeat: repeat-y;
}

.header{

	padding: 0px;
	width: 812px;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

.nav{
	background-image: url(../images/nav.jpg);
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 812px;
	color: #edeae0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

.nav a:link{
	color: #edeae0;
}

.nav a:active{
	color: #edeae0;
}

.nav a:hover{
	color: #00c0ff;
}

.nav a:visited{	
color: #edeae0;
}

.contentwrapper{
	float: left;
	width: 100%;
}

.centercolumn{
	padding: 0px;
	background-image: url(images/bckgd_content.jpg);
	width: 812px;
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
	background-color: #f3f3f3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}


.floatright{
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.floatleft{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer{
	text-align: center;
	background-image: url(images/footer.jpg);
	margin: 0px;
	padding: 0;
	height: 57px;
	width: 812px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

.footer a:link{
	color: #ffffff;
}

.footer a:active{
	color: #ffffff;
}

.footer a:hover{
	color: #ffffff;
}

.footer a:visited{	
color: #ffffff;
}


.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.input_bckgd{
	background-image: url(../images/bckgd_texture_input.jpg);
	background-repeat: repeat;
}

.message 				{ font-family: arial; font-size: 10px; color: #00c0ff; }
.accufind				{ font-family: arial; font-size: 10px; color: #0c1f6b; }
A.af:LINK				{ font-family: arial; font-size: 10px; color: #0c1f6b; text-decoration: none; }
A.af:VISIT				{ font-family: arial; font-size: 10px; color: #0c1f6b; text-decoration: none; }
A.af:VISITED			{ font-family: arial; font-size: 10px; color: #0c1f6b; text-decoration: none; }
A.af:HOVER			{ font-family: arial; font-size: 10px; color: #ffb11b; text-decoration: underline; }


/*drop down css*/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #999999;
	width: 155px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #000099;
color: white;
}
