﻿@charset "utf-8";
/* CSS Document */

.header a:visited { color:  white; } 

.header a:link { color: white; text-decoration: none; }
.header a:visited { color: white; text-decoration: none; } 
.header a:hover { color: white; text-decoration:underline; }

p {
padding:0px;
margin:0px;
}

body {
background-color:#E8E9ED;
margin:0px;
}

#wrapper {
width:773px;
margin:0 auto;
text-align:left;
background-color:#ffffff;
}

#header {
width:767px;
height:179px;
background: url(../images/header.jpg) 6px 6px no-repeat;
}

#leftcolumn {
width:201px;
background: url(../images/rightback.jpg) repeat-y;
float:left;
}

#rightcolumn {
background: #F3F4F6 url(../images/leftback.jpg) repeat-y right;
width:572px;
float:left;
}

#footer {
width:773px;
}

#wrapme {
width:773px;
background: #F3F4F6 url(../images/leftback.jpg) repeat-y right;
float:left;
}



#navBar ul{
list-style:none;
margin:0px;
padding:0px;
}
#navBar li{
display: inline;
margin:0px;
padding:0px;
}
.navcells{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	list-style:none;
	list-style-position:inside;
color:#ffffff;
line-height:35px;
background: url(../images/navback.jpg) -10px 0px no-repeat;
display: inline;
float:left;
width:150px;
height:35px;
text-decoration:none;
margin-left:-17px;
padding-left:10px;

}
.navcells a:link, .navcells li a:visited, .navcells li a:active {
text-decoration:none;
color:#ffffff;
}


.navcells2{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	list-style:none;
	list-style-position:inside;
color:#406389;
line-height:20px;
display: inline;
float:left;
width:150px;
text-decoration:none;
margin-left:-17px;
padding-left:10px;

}

.navcalls2 li {
color:#406389;
}
.navcells2 a:link li, .navcells2 li a:active {
text-decoration:none;
color:#406389;
}
.navcells2 li a:hover {
text-decoration:none;
color:#406389;
}

.titletext {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	font-weight: bold;
	text-align:left;
	color:#72869E;
	
float:left;
width:560px;
margin-left:6px;
margin-top:10px;


}

.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#666666;
	
float:left;
width:560px;
margin-left:6px;
margin-top:10px;


}

.memberstitle {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
	font-weight: bold;
	text-align:left;
	list-style:none;
	list-style-position:inside;
color:#436A8C;
line-height:20px;
display: inline;
float:left;
width:150px;
text-decoration:none;
margin-left:14px;
margin-top:14px;
padding-left:10px;

}

.membersform {
margin-left:24px;
margin-top:24px;
}