@charset "utf-8";
/* CSS Document */

body {
margin: 0px 0px 0px 0px; 
padding: 0;
height: 100%;
background-color: #f1f2f2;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;

}
p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: .90em;
}

ul {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
}

a {
color:#333;

text-decoration:none;

	
}
a:hover {
	color: gray;
	text-decoration:none;
	
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em; 
	line-height: 1.2;
	
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color:#666;
	
}

table
{color:#666;

}


	
#mainwrap {
	
margin-top:0px;
margin-left: auto;
margin-right:auto;
width: 960px;
height:100%;

}

div#header {height:20px; width: 960px; 
 margin:25px 0px 0px 0px; 
}

div#topbar { width: 960px; height: 30px;
background-image: url(images/top_bar.jpg);
background-repeat:no-repeat;
 margin: 10px 0px 0px -22px;
 }

div#container {background-image:url(images/extend_bar.jpg);
	background-repeat:repeat-y;
	margin: 0px 0px 0px -22px; 
	width: 960px;
}
div#hpcontainer {
	margin: 20px 0px 0px 3px; 
	width: 915px;
	height:525px;
	
}

div#content {
width:850px;
margin: 0px 0px 0px 0px;
}

div#content2 {
width:715px;
margin: 0px 0px 0px 220px;
}

div#content3 {
width:715px;
margin: -90px 0px 0px 220px;
}

div#sidebar {
width: 100px;
margin: 30px 0px 0px 55px;
}

div#bottombar { width: 960px; height: 60px;
background-image: url(images/bottom_bar.jpg);
background-repeat:no-repeat;
 margin: -17px 0px 0px -22px;
 }
 
 div#secondnav {height:40px; width: 900px; 
 margin: 0px 0px 0px 50px; 
}

div#footersecondary {width: 925px; height: 60px;
background-image: url(images/footer_secondary.jpg);
background-repeat:no-repeat;
margin: 0px 0px 0px 20px;
}

div#footerhome {width:960px; height: 100px;
background-image: url(images/footer_home.jpg);
background-repeat:no-repeat;
 margin: -5px 0px 0px -22px;
padding: 0px;
}


#footerlink {
background-image: url(images/footer_secondary.jpg);
background-repeat:no-repeat;
display:block;
height: 100px;
width: 960px;
text-indent: -9999px;

}