/*
==============
GENERAL STYLES
==============
*/

@media print {
	.stateNav	{
		display:none;
		}
	.distPrintLink	{
		display:none;
		}
	.backTopLink	{
		display:none;
		}
	}

body	{
	background:#2266ad url(../images/bg.jpg) repeat-x;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	}
	
.totalWrap	{
	margin:11px auto;
	width:800px;
	border:1px solid #black;
	background:#fff;
	}
	
a	{
	color:#7AA3CD;
	}

a:hover	{
	color:#7AA3CD;
	text-decoration:none;
	background-color:#F6F6F6;
	}
	
/*
====================
HEADER STYLES
====================
*/

.headLeft	{
	float:left;
	width:218px;
	}

.headRight	{
	float:right;
	}

.headText	{
	font-weight:bold;
	font-size:18px;
	margin-top:13px;
	float:left;
	}

.distPrintLink	{
	text-align:right;
	font-size:10px;
	}
	
.headBar	{
	margin:0px 5px 0px 0px;
	height:20px;
	width:575px;
	background:#2266ad;
	border-bottom:2px solid black;
	clear:both;
	}

/*
====================
MAIN CONTENT AREA STYLES
====================
*/

.mainWrap	{
	clear:both;
	padding:5px;
	}

.stateNav	{
	text-align:center;
	}



h1.text_header	{
	font-weight:bold;
	font-size:16px;
	color:#2267AD;
	border-bottom:1px solid #2267AD;
	display:block;
	width:100%;
	clear:both;
	}
	
a.backTopLink	{
	color:#000;
	font-size:16px;
	text-decoration:none;
	position:relative;
	bottom:2px;
	}

a.backTopLink:hover	{
	color:#7AA3CD;
	text-decoration:none;
	background-color:#F6F6F6;
	}

a.backTopLink:visited	{
	color:#000;
	font-size:16px;
	text-decoration:none;
	position:relative;
	bottom:2px;
	}

h3.distributor	{
	margin-bottom:0px;
	margin-top:0px;
	font-size:13px;
	font-weight:bold;
	}

.distLine	{
	padding:10px;
	float:left;
	}

p.standOut	{
	padding:10px;
	background:#2267ad;
	border:1px solid #000;
	color:#fff;
	}
	

