/* top right bottom left */

html,body {

	background-image:url(/images/bgMain.gif);
	background-repeat:repeat-x;
	
	background-color:#cbcbca;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	
	margin: 0px;
	padding: 0;	
}

/* Generic Site links */
a:link 		{ color:#333333; font-weight:bold; text-decoration:none;}
a:visited 	{ color:#333333; font-weight:bold; text-decoration:none;}
a:hover 	{ color:#CC0000; font-weight:bold; text-decoration:underline;}



#wrapper {
	position:relative;
	
	background-image:url(/images/bgWrapper.gif);
	background-repeat:repeat;
	
	
	width: 850px;

	margin: 0px auto;
	
	/*
	height:auto !important; 
  	height:700px;
	min-height:700px;
	*/
}



#logoClick{
	position:absolute;
	top: 20px;
	left: 25px;
}


#banner {
	position:relative;
	height:280px;
	width:850px;
	
	background-image:url(/images/bgBanner.gif);
}

.date {
	position:absolute;
	top: 80px;
	left: 715px;
	font-size:12px;
	color:#FFFFFF;
}

#navContent {
	position:relative;
	
	height:224px;
	width:950px;
	
	margin-top:10px;
	margin-bottom:10px;
	
	background-color:#996633;
}

#navLeft {
	position:relative;
	width: 200px;
	float: left;	
}

#navRight {
	position:relative;
	width: 750px;
	float: left;
	background-color:#00FF33;	
}

#navTop {
	position:relative;
	float: right;
	margin-top:25px;
	margin-right:20px;
	
	font-size:11px;	
}


.formData {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#868b3a;
}


#mainContent {
	position:relative;
	
	height:auto !important;
  	height:400px;
	min-height:400px;

	

}

#mainLeft {
	position:relative;
	width: 250px;
	float: left;

	font-size:12px;
}

#mainLeft .content{
	position:relative;
	padding: 20px 20px 20px 10px;
}

#mainRight {
	position:relative;
	width: 600px;
	float: left;
	
	margin-top:-120px;

}



#mainRightHome {
	position:relative;
	width: 600px;
	float: left;
}

#mainRight .content {
	position:relative;
	padding: 40px 0px 0px 50px;
}




.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


#footerShadow {
	position:relative;
	background-image:url(/images/bgFooterShadow.gif);
	height:100px;
	
	width: 1000px;
	margin: 0px auto;
}

#footer {
	position:relative;
	
	height:30px;
	width: 850px;
	
	text-align:right;
	/* margin: 0px auto; */
	
	font-size:10px;
}

#footer .content {
	position:relative;
	padding: 4px 20px 0px 0px;
	font-size:10px;
	color:#FFFFFF;
}


#footer .nav {
	position:absolute;
	float:right;
}

#footer .copyright {
	position:absolute;
	float:left;
	text-align:left;
	color:#666666;
}


.header {
	color:#8e0000;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	
	margin: 0;
}

h1 {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	
	margin: 0;
}

h2 {
	color:#000000;
	font-size:13px;
	margin: 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}


