body  {
	font-size:11px;
	font-family: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-color: #ffffff;
}
h3 {
	background: url(../images/titleBackground.jpg) left top repeat-x;
	height:31px;
	color:#000;
	padding:7px 5px;
	margin:8px 0;
	font-size: 10px;
}
iframe {
	height: 270px;
	margin-top: -20px;
	padding-top: -20px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	margin-bottom: 5px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
}
.pic {
	float:right;
	margin:0 0 10px 10px;
}
.picLeft {
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 10px;
	clear: right;
}
.stretcher p {
	margin:5px;
}
a {
	color:#255da4;
	text-decoration:underline;
}
a:hover {
	color:#255da4;
	text-decoration:none;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7fb299;
	border-left-color: #7fb299;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #7fb299;
} 
#header {
	background: #DDDDDD url(../images/headerBackground.jpg);
	width:800px;
	height:220px;
} 
#header h1 {
	color:#fff;
	margin: 0 20px; /* 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 */
}
#header span {
	margin:0 20px;
	color:#fff;
}
#topmenu {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 214px;
	margin-bottom: 0px;
	width: 800px;
	display: inline;
	position: absolute;
	top: 0px;
	margin-left: -25px;
}
#main {
	position: relative;
	top: 30px;
	padding-top: 5px;
}
#top {
	width: 800px;
}
#topmenu a {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 3px;
	color: #000000;
	border: 1px solid #003300;
	margin-left: 10px;
}


#topmenu a:visited,active {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 3px;
	color: #000000;
	border: 1px solid #003300;
	margin-left: 10px;
}
#topmenu a:hover {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 3px;
	color: #000000;
	border: 1px solid #003300;
	margin-left: 10px;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#topmenu .active a {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 3px;
	color: #000000;
	border: 1px solid #003300;
	margin-left: 10px;
}
#sidebar1 {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #faffeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border:1px solid #c2d788;
	float: left;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
}
#mainContent {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.special {
	width: 95%;
	min-height: 160px;
	text-align: left;
	padding: 10px;
}
.welcome {
	font-size: 14px;
	color: #060;
}

#content {
	border:1px solid #360;
	padding:5px;
	margin-right: auto;
	margin-left: auto;

} 
#footer {
	background:#DDDDDD url(../images/footerBackground.jpg) left top repeat-x;
	height:40px;
	text-align:center;
	font-size:10px;
	margin-top: 30px;
}
#footer a {
	color:#000;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#mainMenu { 
	width: 150px; 
}
#mainMenu .tab {
	margin:3px 0;

}
#mainMenu h3 {
	margin:0;
	padding:0;
}
#mainMenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#mainMenu a {
	display: block;
	padding: 3px;
	width: 150px;
	background-image: url(../images/menuBackground.jpg);
	background-repeat: repeat-x;
}
#mainMenu a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
}
#mainMenu a:hover {
	background-color: #060;
	color: #FFF;
}
#first a {
	display: block;
	border-color:#FFF
	padding: 3px;
	width: 150px;
	text-decoration: none;
	background-image: url(../images/none.jpg);
}
#first a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
}
#first a:hover {
	background-color: #fff;
	color: #FFF;
}
.first a {
	border: none;
	border-color:#FFF
}

#container #header img {
	margin-top: 10px;
	margin-left: 10px;
}
