@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:22px;
	background-image:url(../images/bg_repeat.png);
	background-repeat:repeat-x;
	background-position:0px 7px;
	
}

.wrapper{
}

.container{
	width:952px;
	margin:auto;
}

a{
	text-decoration: none;
	color: #005297;
}

a:hover{
	text-decoration: underline;
	color: gray;
}

.header{
}

.logo{
	padding:15px 0px 0px 0px;
	
}

.nav{

	height:38px;
	float:right;
}

.banner{
	margin-top:5px;
	clear:right;
}

.bannerIn{
	margin-top:5px;
}

.devider_green{
	background-image:url(/images/greenline_repeat.jpg);
	background-repeat:repeat-y;
	background-position:237px 50%;
	clear:right;
}
.title{
	font-family:"Times New Roman", Times, serif;
	font-size:23pt;
	text-align:left;
	padding:5px 0px 10px 0px;
	color:#4c64ad;
	white-space:nowrap;
	line-height:40px;
	border-bottom:#8cc63f 3px solid;
}

.leftCol{
	width:615px;
	min-height:50px;
	padding:10px;
}


.leftColInside{
	width:223px;
	min-height:50px;
	padding:10px;
	float:left;
}

.rightColInside{
	width:610px;
	border-left:#8cc63f solid 6px;
	margin-top:5px;
	padding:5px 10px;
	float:left;
    min-height:50px;
}

.rightCol{
	width:293px;
	border-left:#8cc63f solid 3px;
	margin-top:5px;
	padding:5px 10px;
	float:right;
    min-height:50px;
}


.insideContent{
	padding-top:10px;
}

.clr{
	clear:both;
}

.footer{
	min-height:38px;
		background-image:url(../images/navrepeat_left.jpg);
		background-repeat:repeat-x;
		margin-top:15px;
}

.footer-txt{
	text-align:left; 
	font-family:Helvetica; 
	color: white; 
	width:952px;
	margin:auto;
	font-size: 7pt;

}

.associations{
	width:952px;
	margin:10px auto;
}