body
{
	background-color: #0a659e;
	font-family: Verdana, Helvetica, Arial;
	background-image: url(images/mass_back.jpg);
	background-repeat: repeat-x;
}

h1
{
	font-size: 16pt;
	font-weight: bold;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 12pt;
	font-weight: bold;
}

p
{
	font-size: 12px;
	line-height: 14px;
}



.test
{
	visibility: hidden;
	height: 2px;
	margin: 0px;
}

#main
{
	width: 975px;
	margin: 10px auto;
	background-color: white;
	border: 2px black solid;

}

#topnav
{
	width: 975px;
	height: 28px;
	background-image: url(graphics/nav_bar.jpg);
	background-repeat: no-repeat;
}

#tnav
{
	height: 28px;
	margin: 0;
	text-align: center;	
	padding-top: 4px;
}

#tnav ul
{

}
#tnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 60px;
	text-indent: -1 em;	

}


#tnav a:link, #tnav a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

#tnav a:hover
{
	color: #900;
	font-weight: bold;
	text-decoration: none;	
}



#bottomnav
{
	width: 975px;
	height: 28px;
	margin: 0 auto;
	background-image: url(graphics/nav_bar.jpg);
	background-repeat: no-repeat;
}

#bnav
{
	height: 28px;
	margin: 0;
	text-align: center;
	padding-top: 8px;
	font-size: 8pt;
}

#bnav ul
{

}
#bnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 60px;
	text-indent: -1 em;	

}


#bnav a:link, #bnav a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

#bnav a:hover
{
	color: #900;
	font-weight: bold;
	text-decoration: none;	
}



#content
{
	width:960px;

	margin: 0 auto;
	background-color: white;
}

#index_left_block
{
	position: relative;
	width: 430px;
	float: left;
	padding: 2px;
}

#index_right_block
{
	position: relative;
	width: 500px;
	float: right;
	padding: 0px;
}

#index_ad_block
{
	position: relative;
	width: 245px;
	float: left;
	margin: 2px;
}

#index_bottom_content
{
	position: relative;
	clear: both;
	width: 960px;
	margin: 0px auto;
}

#form_block
{
	position: relative;
	width: 340px;
	margin-top: 20px;
	float: right;
}

#form_block_left
{
	background-image: url(images/form_block_04.jpg);
	background-repeat: repeat-y;
}

#form_block_right
{
	background-image: url(images/form_block_06.jpg);
	background-repeat: repeat-y;
}

#site_left_block
{
	position: relative;
	width: 600px;
	float: left;
	padding: 5px;
}



.foot_cta
{
	text-align: center;
	color: #903;
	font-size: 16pt;
	margin-top: 0px;

	font-weight: bold;
}
