a:link {
	text-decoration: none;
	color: #2B89AC;
	left: 5px;
}
a:visited {
	text-decoration: none;
	color: #2B89AC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}	

.wrapper {
overflow:hidden;
padding:10px 20%;
width:100%;
margin: 0 auto;
}
.float-left {
float:left;
}
#footer a {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:active {
	color: #2B89AC;
}
#footer a:hover {
	color: #2B89AC;
	text-decoration: underline;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #fdfdfd;
	background-image: url(/images/bkgrd2.jpg);
	background-repeat: repeat-x;
	background-position: 1px;
	margin: 0 auto;
}
html, body {
	margin: 12px, 0, 0;
	}
	
.names{
	line-height: 1.2 em;
	}
.white{
	color: #FFFFFF;
}
.signinbutton{
	padding-bottom: 4px;
}
.borderrightbottom{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
.borderleftbottom{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
 }
	
.borderallbutleft{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	}
.borderallbutright{
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	}	
.borderrighttop{
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 0px;
	}
	
.borderlefttop{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC; 
	padding: 0px;
 }
 
 .borderall{
	border: 1px solid #606060;
	margin: 0px;
	padding: 0px;
	}
hr {
width:100%;
height:2px;
border:0;
background: transparent url(/images/hr.gif) repeat-x 0 0;	
}

.rollovertable{
	padding-top: 35pt;
	padding-right: 0px;
	padding-bottom: 35pt;
	}
.Heading1 {
	font-size: 24px;
	color: #2b89ac;

}
.Heading2 {
	font-size: 24px;
	color: #2b89ac;
	padding-top: 70px;
	margin-left: 30px;
}

.fronttextleft {
	line-height: 1.75;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	
.emphasis{
	font-weight: bolder;
	color: #2B89AC;
}	

.darkertext {color: #333333}

.bodytext{
	line-height: 1.75;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 12px;
}
	
.fronttextright {
	line-height: 1.75;
	padding-left: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
	}	

#footer{
	border-bottom-width: 0px;
	margin: 0 auto;
}

.headinglinks a {
	font-size: 12px;
	color: #2B89AC;
	
}
.bottomnav a {
	font-size: 12px;
	color: #666666;
	
}

blockquote{
	color: #333333;
	background-color: #E9E9E9;
	margin: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 14px;
}

.quote {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:11px;
	line-height: 2.2;
	font-style:italic;
	padding: 0 5px;
	color:#666666;
}

ul{
list-style-type:none;
padding: 0; 
margin: 0; 
}
li {
background-image: url(../images/bullet.gif);
	background-repeat: no-repeat; 
	background-position: 0 .4em; 
	padding-left: 1.4em; 
}
ul ul{
	margin-left: 10px;
	list-style-type: none;
	background-image: none;
	list-style-image: none;
	}
	
ul ul li{
	background-image: none;
	list-style-type: disc;
	list-style-position: inside;
}
