@charset "UTF-8";
/* CSS Document */


/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body  {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	
	}
	
a:link {
	text-decoration: none;
	color: #0032ac;
	}
	
a:visited {
	text-decoration: none;
	color: #0032ac;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #00adee;
	}
	
	
/* type styles */		
	

	
.blue_subheads {
	color: #0032ac;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}
	
/* home page */

#homecontainer {
	margin:auto;
	width:693px;
	position:relative;
	background-repeat: repeat-y;
	overflow: visible;
	height: 640px;
	}
	
#index_content {
	position: absolute;
	top: 99px;
	left: 25px;
	margin: 0;
	width: 177px;
	height: 334px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: auto;
	}
	
#index_contact {
	position: absolute;
	top: 355px;
	left: 29px;
	margin: 0;
	width: 440px;
	padding: 0 10px;
	vertical-align: top;
	height: 94px;
	}
	
	
