@charset "UTF-8";

body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#content {
	width: 900px;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#hero {
	background-image: url(../images/bg_hero.gif);
	height: 330px;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;	
}
#herotext {
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
}
.herosmall {
	font-size: 18px;
}

.herobig {
	font-size: 36px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	
	line-height: 0%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
		line-height: 0%;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

#feature li {
	font-size: 14px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}


.contact {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	text-align: left;
	clear:both;
}
a {
	text-decoration: none;
	color: #003399;
}

.thumbname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-image: url(../images/ico_magnify.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0;
}
.date {
	font-size: 12px;
}

.acrobat {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

#rightside {
	width: 230px;
	float: right;
	padding: 25px;
}
#leftside {
	width: 560px;
	float: left;
	padding: 25px;
}
#nav {
background-image: url(../images/nav_bg.gif);
	height: 31px;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
		
	font-size:18px;
	}
	
	#nav a{
	color: #fff;
	padding-left: 15px;	
	padding-right: 15px;	
	}
	#navon a  {
	color: #99ccff;
	}