@charset "utf-8";
/* CSS Document */

* 
{
	margin: 0;
	padding: 0;
}
html 
{
	 
 width: 100%;
}
body 
{
width: 100%;

}
#main
{
	margin: auto;
	margin-top: 0px;
	width: 775px;
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding: 4px;
	}


table tr td
{
	margin: auto;
	margin-top: 0px;
 
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
 
	padding: 4px;
	}

h2,h3,h4,h5
{
	color: #3965b0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	margin-bottom: 10px;
}

h3
{
	margin-bottom: 8px;
}

h4
{
	margin-bottom: 6px;
}

h5
{
	margin-bottom: 4px;
}

.clear
{
	clear: both;
}

/* Layout */

#header
{
 
	float:left;
	width: 759px;
	height: 87px;
	background: url(/img/header.jpg);
}

#left_nav
{
	clear: both;
	float: left;
	width: 157px;
	background-image: url(/img/nav_texture.gif);
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#main_content
{
	float: left;
	width: 580px;
	background-color: #fff;
	padding: 10px;
}

#footer
{
	clear: both;
	background-color: #3965b0;
	margin: 0px;
 height: 15px;
	width:771px;
	
}

/* Text Replacement */
#header h1 
{
	 
	float: left;
	 

}



.grey_border
{
	padding: 1px;
	border: 1px #ccc solid;
	width:774px;
}
.grey_border2
{
	padding: 1px;
	border: 1px #ccc solid;
 
}

.hr
{
	background: #3965b0;
	height: 15px;
	width:771px;
}
.hr2
{
	background: #3965b0;
	height: 15px;
 
}

.hr hr
{
	display:none;
}

#left_nav ul
{
	background: #fff;
	margin-top: 15px;

}

#left_nav ul li
{
	list-style: none;
		width:157px;
	height:28px;
 
}

#left_nav ul li a
{
	display: block;
	font-weight: bold;
	color: #666;
	padding:5px;
	text-decoration: none;
	border-top: 1px #ccc solid;
	height:28px;
}

#left_nav ul li a:hover
{
	color: #3a66b1;
	background-color: #e1e7f3;
	height:28px;
}

#downloads
{
	background: #fff;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#downloads a
{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#downloads a:hover
{
	color: #3a66b1;
}

#downloads img
{
	border: 0px;
	padding: 5px;
	vertical-align: middle;	
}

#left_nav .bottom_margin
{
	margin-bottom: 10px;
}

#email_signup
{
	background-color: #fff;
	font-weight: bold;
	color: #666;
	padding: 5px;
}

#left_nav .image_wrapper
{
	background-color: #fff;
	text-align: center;
	padding: 5px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#main_content p
{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
}

#main_content img
{
	padding: 2px;
	border: 1px #ccc double;
	margin: 5px;
}

#footer ul
{
	float: right;
}

#footer ul li
{
	list-style: none;
	display: block;
	float: left;
}

#footer ul li a
{
	font-weight: bold;
	color: #fff;
	padding: 2px;
	padding-left: 15px;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

.next_page_button
{
	margin: 15px;
	float: right;
}

.next_page_button img
{
	border: 0px;
}