@charset "UTF-8";
/* CSS Document */

body {
	color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#666;
	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 */
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009500;
	font-weight:600;
	text-decoration: underline;
}
a:visited {
	color: #009500;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #009900;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/name.gif);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	padding-top:70px;
	padding-left:500px;  /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:760px;
	color: #333;
	height:100PX;
	float:left;
	padding: 55px 55px 0px 10px;
}
.box1
{width:370px;
background-image:url(images/name.gif);
height:99px;
float:left;

}
.text
{width:750px;
background-color:#E4E4E4;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:10px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
}
.text-about
{width:760px;
background-color:#E4E4E4;
padding-left:10px;
padding-right:10px;
padding-top:5px;
height:280px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
}

.box3
{background-color:#C7ECA2;
line-height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
padding:2px;
margin-bottom:5px;
}
.box4
{background-color:#999;
line-height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
padding:2px;
margin-bottom:5px;
}
.box5-descriptions
{background-color:#fff;
line-height:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
height:140px;
padding:4px;
margin-bottom:5px;
}
.h4
{clear:both;
margin-top:5px;
}
.style6
{color:#FFFFCC;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E4E4E4;
	border-top:11px solid  #99CC33;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:550px;
}

.oneColFixCtrHdr #mainContent-index {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333;
	border-top:11px solid  #99CC33;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:480px;
}
.oneColFixCtrHdr #footer {
	border-top:2px solid  #99CC33;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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 *
	}

</style>


.style2 {color: #FFFFFF}

