@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EBE8D9;
	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: #333333;
}



a:active     { color: #467946; text-decoration:none}
a:visited    { color: #467946; text-decoration:none}
a:link       { color: #467946; text-decoration:none}
a:hover      { color: #DBB844; text-decoration:underline}



.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* 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 {
	FONT-SIZE: 13px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
	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 */
}
.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: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBE8D9;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #EBE8D9;
	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: #333333;
	}
h1, h2, h3, h4, h5, h6, h7 {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: bold;
	}
h1 {
	FONT-SIZE: 13px;
	COLOR: #666666;
	line-height: 13px;
	margin: 0px;
	padding: 3px;
	}
	
h2 {
	FONT-SIZE: 16px; COLOR: #DBB844; 
	line-height: 20px; 
	}
h3 {
	FONT-SIZE: 14px; COLOR: #333333; 
	line-height: 19px;
	}
h4 {
	FONT-SIZE: 14px; COLOR: #C09D25; 
	line-height: 24px;
	}
h5 {
	FONT-SIZE: 17px; COLOR: #689864; 
	line-height: 20px;	}
h6 {
	FONT-SIZE: 18px; COLOR: #547B4F; FONT-FAMILY: Georgia, Times, Times New Roman, serif;
	line-height: 24px; 
	}
h7 {
	FONT-SIZE: 14px; COLOR: #C09D25; 
	line-height: 16px;
	}
h8 {
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 18px;
	COLOR: #333333;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	FONT-WEIGHT: normal;
	}
	
.login {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal; 
	line-height: 12px;
	}
ol { margin-top:0px;}

ul { font-size: 14px; COLOR: #333333; list-style-position: outside; margin-top:0px; FONT-WEIGHT: normal;}
li { line-height: 16px; margin-top:0px; margin-bottom:5px } 

.bullet {
	list-style-image: url(../images/bullet.gif);
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	}
.references {
	FONT-SIZE: 12px; COLOR: #C09D25; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: right;
	line-height: 14px; 
	margin-top:8px; margin-bottom:25px;
	}
.references2 {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: left;
	line-height: 14px; 
	margin-top:15px; margin-bottom:0px;
	}
	
.references3 {
	FONT-SIZE: 12px; COLOR: #C09D25; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: left;
	line-height: 14px; 
	margin-top:8px; margin-bottom:25px;
	}

