/* Global Styles */

body 
{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #556b81;
}
body,td,p,li,div 
{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #2b2914;
}
li
{
	margin-bottom: 10px;
}
h1
{
	font-size: 16pt;
	color: #53532f;
}
h2
{
	font-size: 14pt;
	color: #8c8c68;
}
.heading
{
	font-size: 13pt;
	background: #9ebfc8;
	background-image: url(/images/bkg_blue.gif);
	background-repeat: repeat-x;
	color: #002c64;
	border: 3px double #474e2c;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}
.heading a:link, .heading a:visited
{
	color: #002c64;
	text-decoration: none;
}
.heading a:hover, .heading a:active
{
	color: #7e3030;
	text-decoration: underline;
}
.feature
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e6ca2;
	border: 1px solid #4e6ca2;
	padding: 3px;
	width: 126px;
	height: 205px;
	font-weight: bold;
}
.feature img
{
	margin-top: 2px;
	margin-bottom: 5px;
}
.feature a:link, .feature a:visited
{
	color: #4e6ca2;
	text-decoration: none;
}
.feature a:active, .feature a:hover
{
	color: #4e6ca2;
	text-decoration: underline;
}
.mainNavWrapper
{
	
	height: 90px;
	margin-bottom: 5px;
	margin-right: 25px;
}
.mainNav
{
	background-image: url(/images/bkg_top_nav.gif);
	background-repeat: no-repeat;
	background-color: #8c8c68;
	width: 410px;
	height: 20px;
	font-weight: bold;
	float: right;
	margin-top: 30px;
	border-bottom: 3px double #7d7b54;
	border-right: 3px double #52532b;
	border-left: 3px double #7d7b54;
	border-top: 3px double #7d7b54;
}
.mainNav a:link, .mainNav a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 5px;
}
.mainNav a:active, .mainNav a:hover
{
	color: #ffffff;
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 5px;
}
hr
{
	color: #bdbd99;
	height: 1px;
}
.imgView
{
	border: 1px solid #4e6ca2;
	padding: 2px;
}
.imgThumb
{
	border: 1px solid #4e6ca2;
	float: left;
	margin-right: 5px;
}


