body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #929192 url(images/backgd.png) repeat-x;
	font:12px Georgia, "Times New Roman", Times, serif
}
h1 {}
h2 { border-bottom:1px solid #333333;}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a { color: #006600; }
a:hover { color: #333333;
text-decoration:none;}
form {
	background-color: #CCCC99;
}
/***** CONTAINER **********/
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/***** HEADER ************/
#top {
	background-color:#000000;
	color:#FFFFFF;
	font-size:11px;
	padding:5px;
	}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/********* NAVIGATION *********/
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #336633;
	padding:7px 0;
}
#nav a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 13px;
	color:#FFFFFF;
}
#nav a:hover {
	text-decoration:underline;}
#homeimage {
	background: url(images/homepage_header1.png) no-repeat left top;
	height: 80px;
	padding:95px 0 0 370px;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
/***** CONTENT ***********/
.oneColFixCtrHdr #mainContent {
	padding: 3px; 
	margin: 0;
	background: #FFFFFF;
}
#maincontent2 {
padding: 30px;
line-height: 1.6em;
}
#maincontent2 img {
padding: 0 10px;}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}
.left1 {
	position:relative;
	float:left;
	width:235px;
	height:450px;
	margin:3px 3px 0 3px;
	border:1px solid #333333;
	padding:2px;
	background-color:#E7E7E7;
}
.left1 h2 {
font-size: 12px;
text-align:center;
padding:3px;
}
.left1 p {
padding:2px 8px;
line-height: 1.5em;
}
.style2 {
font-size:20px;}
.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}
	
/******** FORM STYLES ******/
.form {
width:500px;
padding: 10px;
}
.form fieldset{
clear:both;
border:1px solid #000000;
margin: 5px;
padding: 3px 5px;
}
.form legend {
font-weight:bold;
}
.form input {
width: 400px;
margin:3px;
}
.form textarea {
width: 400px;
}
.form label{
display:block;
float: left;
text-align: left;
  padding: 0;
  margin: 0; clear:right;
}
.form .label2 {display:block;
float: left;
text-align: left;
  padding: 0;
  margin: 0; clear:right;
}
.form .radio
{
  float:  none;
  width: 25px;
  height: expression('1%');
  padding: 0;
  margin: 0;
  text-align: left;
}
/***** FOOTER ************/
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gx {	padding: 15px 0}
.gx a{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/