/* CSS Document */

body, html
	{
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 13px;
	background: url(../i/bg.gif) repeat-y;
	background-position: center;
	}
	
a, a:link, a:visited, a:active
	{
	color: #62b7ff;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
#container
	{
	position: relative;
	right: 1px;
	width: 940px;
	/*background: url(../i/bg.gif) repeat-y;*/
	margin: 0 auto;
	}
	
#container02
	{
	width: 865px;
	margin-left: 38px;
	}
	
#logo
	{
	padding: 44px 0 0 33px;
	margin: 0;
	}
	
#nav
	{
	margin-top: 21px;
	background: url(../i/navBG.gif) no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0;
	}
	
#nav a img
	{
	border: 0;
	}
	
#navLoad, #searchBump
	{
	position: absolute;
	left: -9999px;
	}
	
#col1
	{
	float: left;
	width: 162px;
	margin: 3px 27px 0 70px;
	}
		
#col2
	{
	float: left;
	width: 440px;
	margin: 0 27px 0 0;
	}
	
#col3
	{
	float: left;
	width: 146px;
	margin: 0;
	}
	
h2
	{
	font-size: 11px;
	}

h1
	{
	font-size: 15px;
	padding-bottom: 10px;
	}
	
#footer
	{
	padding: 12px;
	text-align: center;
	font-size: 9px;
	color: #999;
	}
	
#footer .secNav
	{
	font-size: 10px;
	color: #ccc;
	}
	
a.frameLeft
	{
	color: #ed921c;
	}
	
.clear
	{
	clear: both;
	}
	
.byline
	{
	text-align: right;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
	
.faqQuestions
	{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
	
.faqQuestions a
	{
	display: block;
	margin: 0 0 6px 0;
	}
	
.question
	{
	font-weight: bold;
	color: #333;
	}
	
.top
	{
	font-size: 9px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
	
.photoRight
	{
	width: 250px;
	float: right;
	margin: 1px 4px 24px 30px;
	}
	
/* Misc Styles */

img
	{
	border: 0;
	}