* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px arial;
	background: #e7e6e6;
	color: #000;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	/*background-color: #E7E6E6;*/
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
}
#wrapperWide {
	width: 1016px;
	margin: 0 auto;
	/*background-color: #E7E6E6;*/
	background-image: url(../images/wrapper-wide.gif);
	background-repeat: repeat-y;
}
#rightBanner {
	float:right;
	width:116px;
}
.right {
	width: 655px;
	background: #fff;
	float: right;
}
.rightWide {
	width: 655px;
	background: #fff;
	float: right;
	margin-right:1px;
}
#left {
	width: 230px;
	background-color: #FFFFFF;
	min-height: 1000px;
	height:100%;	
}
html, body, #left {
	min-height:100%;
	height:100%;
}
html>body #left{
	height:auto;
}
.clearboth {
	clear:both;
}
#flashnav {
	width: 635px;
	height: 395px;
	position: relative;
	background-image: url(../images/h_home.jpg);
}
#tagline {
	width: 637px;
	background-color: #80CCE6;
	height: 55px;
	margin: 0;

}
#tagline h1{
	font:arial;
	color: #FFFFFF;
	font-size: 1.6em;
	padding-left: 37px;
	padding-top: 15px;
}
#taglineindex h1{
	font:arial;
	color: #FFFFFF;
	font-size: 1.4em;
	padding-top: 274px;
	padding-left: 37px;
}
#blog {
	width: 636px;
	background-color: #56A5C3;
	height: 50px;
	margin: 0;
	font-size: 1.2em;
}
#blog a{
	text-decoration: none;
	color: #FFFFFF;
}
#blog p {
	padding-top:10px;
	padding-left:5px;
	}
	
#maintext {
	margin: 20px 40px;
}
#maintext h2 {
	font: 20px century gothic, arial;
	color: #08b;
	padding-bottom: 1em;
}
#maintext p {
	padding-bottom: 1em;
}
#maintext ul {
	margin: 10px 20px;
	list-style: none;
	font-size: 14px;
	
}
#maintext li {
	padding-left: 24px;
	list-style-image:url(../images/bullet.gif);
	padding-bottom: 0.5em;
	
}
#footerlinks {
	text-align: center; 
	height: 50px;
	border-top: 2px solid #e7e6e6;
	border-bottom: 2px solid #e7e6e6;
	color: #777;
}
#footerlinks p {
	margin: 0;
	padding-top: 17px;
}
#footerlinks a {
	font-size: 10px;
	color: #555;
}
#footerlinks a:hover {
	color: #08b;
}
#footerprint {
	height: 100px;
	background: #f6f5f5;
	position: relative;
}

a img { 
	border: none; 
	}
a {
	color:#08b;
}
#disclaimer {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 200px;
}
#printbutton {
	position: absolute;
	top: 0px;
	left: 450px;
}
#footerprint p {
	font-size: 10px;
	margin-right: 10px;
	margin-top: 50px;
	text-align: right;
}
#main-menu {
	background-color: #FFFFFF;
	margin-left: 20px;
}
#left-contact 
{
	background-color:#F6F5F5;
	margin-top: 5px;

}
#left-addr 
{
	background-color:#F6F5F5;
	margin-top: 5px;
	text-align: center;
	border-top: solid #80CCE6 5px;
	border-bottom: solid #80CCE6 5px;
	padding: 5px 5px;

}
#left-addr p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	color:#0087BA;

}
#newsletter
{
    width:220px;
	height:380px;
	background-color:#ffffff;
	margin:5px 0 0 5px;
}

#newsletter_head
{
    float:left;
	width:195px;
	height:22px;
	background-color:#D9D9D9;
	margin:14px 0 0 3px;
	padding:0;
}

#newsletter_head_title
{
    margin:2px 0 0 15px;
	font:bold 10pt "Verdana"; 
	color:#616161; 
}

#newsletter_content
{
    float:left;
	width:185px;
	height:120px;
	margin:4px 0 0 15px;
	padding:0;
	font:normal 10px "Verdana"; 
	color:#616161; 
	/*border:1px solid #000000;*/
}
.blue {
	color: #0087BA;
}
#newsletter img {
	margin-bottom: 5px;
}

