body {

		background: #A6A6A6;

}
#wrapper {

		width:970px;
		margin:0px auto;
		margin-top: 5px;
		padding:0px;
		font-family: arial, verdana, sans-serif;
		font-size: 10px;
		text-indent: 0px;
		background-color: #FFFFFF;
		border-left: #999999;
		border-right: #999999;
		border-top:#999999;
		border-bottom:#999999;
		border-style: solid;
		border-width: 1px;
		
	
					}
.indent {
margin-left: 50px;
margin-right: 50px;
}

					
.first_indent {
margin-left: 50px;
margin-right: 50px;
}



.second_indent {
margin-left: 50px;
margin-right: 50px;
text-indent: 10px;
}
#mainbox {
		
		width: 926px;
		height: 100%;
		float: left;
		background-color: #EBEBEB;
		margin-left: 5px;
		margin-top: 3px;
		padding:0px;
		
		
}

.success {
width: 800px;
margin-left: 40px;
}
			

.orange {
color: #f08713;
}
#bottompics {
float: left;


}

#header {

		width: 965px;
		height: 105px;
		margin: 0px 0px 0px 10px;
}

#navigation {
 		float: left;
 		width: 965px;
 		color: white;
 		padding: 0px;
 		height: 28px;
 		text-align: left;
}

#pageimage {
margin-right: 35px;
float: right;
margin-top: 30px;
}


.footer {

		background-repeat: repeat-x;
		background-image: url(./images/footer.png);
		width: 963px;
		clear: both;
		height: 22px;
		border-style: solid;
		border-width: 1px;
		border-color: white;
		color: white;
		text-align: right;
		line-height: 20px;
		padding-right: 5px;
		margin-top: 1px;
		}


	
	.logo {
	
		color: white;
		float: left;
		margin: 1px 1px 1px 1px;
	}
	
	.ad {
	
		color: white;
		float: left;
		margin-left: 0px;
		margin-top: 9px;
	}
		.adspan {
	
		color: white;
		float: left;
		margin-left: 9px;
		margin-top: 9px;
		}
	
#main {

		width: 965px;
		float: left;
		height: 100%;
		margin-top:5px;
		margin-bottom:1px;
		margin-left: 13px;
	}
	
	
	
	#leftcolumn {
	
	
		border-top: none;
		border-bottom: #999999;
		width: 175px;
		float: left;
		margin: 5px 15px 5px 12px;
		height: auto;
		background-color: #FFFFFF;
	}
	
	
	#centercolumn {
		
		border-top: none;
		border-bottom: none;
		width: 450px;
		float: left;
		margin: 5px 1px 5px 2px;
		background-color: #EBEBEB;
		height: auto;
	}
	
	#rightcolumn {
		border-top: none;
		border-bottom: #999999;
		width: 272px;
		float: left;
		margin: 5px 5px 5px 15px;
		height: auto;
		background-color: #FFFFFF;
	}
	
	
	#pagetext {
	float: left;
	clear: both;
	width: 890px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	clear: both;
	}
	
	.privacy {
	float: left;
	clear: both;
	width: 890px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 35px;
	margin-bottom: 10px;

	
	}
		
	.mainimage {
	
		width: 540px;
		height: 250px;
		float: left;
		margin: 8px 5px 5px 0px;
		border-style: solid;
		border-width: 1px;
		border-color: white;
		clear: both;
		}
		
.thumbnail {
margin-left: 6px;
margin-bottom: 10px;
float: left;
width: 300px;

}		
	.thumbnail2 {
margin-left: 6px;
margin-bottom: 10px;
float: left;
width: 450px;

}		
	
	
	.mainimage2 {
	
		float: right;
		margin: 8px 0px 0px 25px;
}

	.mainimage3 {
	
		width: 75px;
		float: left;
		margin: 2px 4px 2px 37px;
}
	
	.list {
	
		float: right;
		width: 180px;
		height: auto;
		margin: 0px 5px 2px 21px;
		background-color: #FFFFFF;
		
		border-top: none;
		border-bottom: #999999;
	}
	
.indent
{
font-size: 14px;
width: 600px;
clear: both;

}

.indent2
{
font-size: 14px;
width: 650px;
clear: both;
text-indent: -10px;
margin-left: 60px;
margin-top: 5px;
margin-bottom: 1px;

}
.menus {
font-size: 13px;
font-weight: bold;
width: 700px;
}
.container {
	float: left;
		width: 100%;
		height: auto;
		border: #666666; border-style: solid; border-width:1px;
		border-top: none;
		
	}
	
	
.arrowlistmenu{
		width: 100%; /*width of menu*/
	
}

.arrowlistmenu .headerbar{
		font: bold 14px Arial;
		color: white;
		background: black url(./images/titlebar2.png) repeat-x center left;
		margin-bottom: 10px; /*bottom spacing between header and rest of content*/
		margin-top: 0;
		text-transform: uppercase;
		padding: 4px 0 4px 10px; 
		clear: both;/*header text is indented 10px*/

}

.arrowlistmenu ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
		padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
		color: #1f4952;
		background: url(./images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
		display: block;
		padding: 2px 0;
		padding-left: 19px; /*link text is indented 19px*/
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #dadada;
		font-size: 90%;
}

.arrowlistmenu ul li a:visited{
		color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
		color: #9b1a1a;
		background-color: #A8A8A8;
}


	.updates {
	
		float: left;
		margin: 1px 5px 5px 5px;
		clear: both;
	
	}
	
	h1 {
	
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		margin-top: 10px;
		clear: both;
		margin-bottom: 10px;
		margin-left: 5px;
		
		
		
	
	}
	
	h1.forceleft {
	
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		margin-top: 10px;
		clear: both;
		margin-bottom: 10px;
		margin-left: 0px;
		
		
		
	
	}
	
	
	h2 {
	
		font-family: Arial, sans-serif;
		font-size: 11px;;
		color: #000000;
		text-indent: 0px;
		font-weight:normal;
		width: 440px;
		margin: 10px;
			

	}
	
		h15 {
	
		font-family: Arial, sans-serif;
		font-size: 11px;;
		color: #000000;
		text-indent: 0px;
		font-weight:normal;
		width: 440px;
		margin: 10px;
		
			

	}
	
	h2.news {
	
		font-family: Arial, sans-serif;
		font-size: 11px;;
		color: #000000;
		text-indent: 0px;
		font-weight:normal;
		width: 840px;
		margin: 10px;
			

	}
	
	h4 {
	font-family: Arial, sans-serif;
		font-size: 14px;
		color: #000000;
		text-indent: 0px;
		font-weight: normal;
		text-align: left;
				margin: 5px;
				margin-bottom:10px;
				float: left;
		}
		
		h12 {
	font-family: Arial, sans-serif;
		font-size: 14px;
		color: #000000;
		text-indent: 0px;
		font-weight: normal;
		text-align: left;
				margin-left: 40px;
				float: left;
		}
		
		
	hr {
	margin-top: 3px;
	margin-bottom: 3px;
	}	
		
	h8 {
	font-family: Arial, sans-serif;
		font-size: 16px;
		color: #FFFFFF;
		text-indent: 0px;
		font-weight:normal;
		text-align: left;
				margin: 5px;
				float: left;
		}

	
	h6 {
	font-family: Arial, sans-serif;
		font-size: 11px;;
		color: #000000;
		text-indent: 0px;
		font-weight:normal;
		margin-left: 5px;
		margin-top: 1px;
		margin-bottom: 5px;
		float: left;
	}
	h5 {
	margin-left: 50px;
	margin-top: 50px;
	}
	
	a:link {
		color: #FFFFFF;
		text-decoration: none;
}

	a:link.black {
		color: #315684;
		text-decoration: none;
		font-weight: bold;
}

	
a {
		color: #FFFFFF;
		text-decoration: none;
		
}

a.back {
		color: #333333;
		text-decoration: none;
		
}
a.active {
		color: #0000CC;
		font-weight: bold;
		text-decoration: underline;
		
}

a:hover {
		color: #FF0000;
		text-decoration: underline;
}

p {

		margin: 1px 1px 1px 1px;
}

#menu{position:absolute;margin-top:4px; margin-left: 8px; font-size: 11px;  }
#menu ul .item{display:none; }
#menu ul:hover .item{display:block; background-image: url(./images/button2.png); width: 154px; height: 22px; padding: 0px; }

#menu ul:hover .item a{color: #FFFFFF ;text-decoration:none; }
#menu ul:hover .item a:hover{display:block; background-image: url(./images/button3.png); width: 154px; height: 22px; padding: 0px;}

#menu ul{width:154px; height: 22px; float:left;margin:0px; background-image: url(./images/button.png);list-style:none; text-align: center; text-indent: 0px; line-height: 19px; margin-left: 1px; padding: 0px; }
.clear{clear:both;height:10px;}

p.loading
{
  float: left;
}

