@charset "utf-8";
body {
	background: #666666;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.stylesheet #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #018752;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.stylesheet #header {
	padding: 0 0 0 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. */
	clear:both;
}
.stylesheet 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 */
	font-size:xx-large;
}
.stylesheet #mainContent {
	width: 70%;
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3%;
	float:left;
}

.stylesheet #mainside {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 18%;
	float:right;
	height:100%;
	border-left: 1px;
	border-right: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	padding-top:20px;
}
.stylesheet #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#018752;
} 
.stylesheet #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 */
	clear:both;
}

.smallText {
	font-size:small;
	color: #FFFFFF;
}

.subHeader {
	font-size:medium;
	color:#0A4A80;
	font-weight:bold;
}a:link {
	color: #333333;
}

.form {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.formReq {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

#navigation2 a {
	color: #990000;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	}
	
#navigation2 a:link {
	color: #FFFFFF;
	background-color: #C63C01;
}
#navigation2 a:hover {
	color:#C63C01;
	background-color: #FFFFFF;
	}
	
.selectedPage {
	color: #FFFFFF;
	background-color: #C63C01;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.listtext {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 2%;
	font-size: small;
	color: #FFFFFF;
	background:none;
}
.tipsheading {
	color: #FFFF00;
	font-weight:bolder;
}
