/* CSS Document */
body {background-color: #F6821F;}

A:link {text-decoration: underline; color: #0000ff;}
A:visited {text-decoration: underline; color: #0000ff;}
A:hover {text-decoration: underline; color:#F6821F;}
A:active {text-decoration: none; color: #F6821F;}

.bgorange{
background-color: #f68321;
border: solid 1px #ca0349;
}
.whtheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.boldtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.navtext a:link, A:active, A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}
.navtext A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6821F;
	font-weight: bold;
	text-decoration: none;
}
.navtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.btmnavtext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration: underline;
}
.btmnavtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #0000ff;
	text-decoration: none;
}


.borderright{
border-right: thin solid 1px #cc0033;
}
.borderleft{
border-left: thin solid 1px #990000;
}
.borderbottom{
border-bottom: thin solid 1px #cc0033;
}
.imgborder {border:1px solid #C2005B}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.edgeleft {background-image: url(images/leftofnav.gif); 
	  		background-repeat: repeat-y; background-position: top right;}		   
.edgeright {background-image: url(images/rightofcontent2.gif); 
	  		background-repeat: repeat-y; background-position: top left;}
			
.bg {background-image: url(images/bg.gif); 
	  background-repeat: repeat-y; background-position: top left; background-color: #FFFFFF;}
	  
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C2005B;
	font-weight: bold;
	background-color: #ffcc66;
}
	  
.bg2 {background-color: #ffcc66;}	  
	  
.bgwh {background-color: #FFFFFF;}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}