html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	/* background-image: url(/images/bg.gif); */
	background-repeat: repeat;
	background-color: #e2e2e2;
	font-family: Georgia, Helvetica, serif;
	font-size: 10px;
	
}
/* html, body, #contents {
	min-height: 100%;
	width: 760;
	height: 100%;
	height: auto;
}

 html>body, html>body #contents {
	
} 

#contents {
	position: absolute;
	top: 0;
	left: 0;
} */

.maincont {
	position: relative;
	width: 775px;
	height: 100%;
	vertical-align: top;
	/*font-family: Trebuchet MS, Georgia, Arial, Century Gothic, Verdana, Helvetica, sans-serif;*/
	font-size: 7pt;
	line-height: 1.5em;
	text-align:left;
	background-color:#e2e2e2;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	line-height: 18px;
	border-style:solid; 
	border-color:#CCCCCC;  
}

h1 {
	/*font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif; */
	color: #93B9E1;
	font-size: 18px;
	padding-left: 23px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
}

h2 {
	/*font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;*/
	color: #333333;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 20px;
	background-image: url(/images/subhead_dots.gif);
	background-repeat: no-repeat;
}
p {
/*	padding-top: .25em; */
	padding-top: 0px;
	margin-top: 8px;
	padding-left: 25px;
	padding-right: 30px;
	text-align: justify;
}

#menu {
	position: relative;
	color: #FFFFFF;
	font-weight:100;
	font-size: 14px;
	width: 208px;
	left: 1px;
	/*border-left-width: 0px;*/
}

.menu-spacer {
	padding: 3px;
}

.menuNormal {
	position: relative;
	color: #F4F7ED; 
	font-weight:100;
	font-size: 14px;
	left: 1px;	
	padding-right: 0px;
	padding-left: 18px;
	text-decoration: none;
}

.menuRollover {
	position: relative;
	color: #FFFFFF;
	font-weight:100;
	font-size: 14px;
	left: 1px;
	padding-right: 0px;
	padding-left: 18px;
	background-image: url(/images/bulletImage.gif);
        background-repeat: no-repeat;
}

.menuLink {
	font-weight: bold;
	color: #57697e;
	font-size: 8pt;
	text-decoration: none;
}

.content {
	position: relative;
	width: 100%;
	padding: 0px;
	font-size: 14px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 758px;
	
}

ul {
	/*list-style-image: url(/images/bulletImage.gif);
	background-image: url(/images/midPageBG.gif);*/
	padding-right: 0px;
	padding-left: 25px;
	margin-left: 20px;
	
}

.copy {
	font-size: 10px;
	color: #7a7329;
	text-align: right;
	font-weight: bold;
}

.link-trail {
	font-size: 12px;
	padding-left: 25px;
	margin: 0px;
}

.pullquote {
	font-style: italic;
	padding-left: 25px;
	padding-right: 30px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

.callout {
	font-weight: bold;
	font-size: 12px;
	color: #447473;
	text-align: left;
}

.content-list {
	padding-left: 15px;
}

a {
	color: #765e1e;
	text-decoration: none;
}

a:hover {
	color: #57697e;
}

.menu li a { font-family: Trebuchet MS, Arial, Georgia, "Times New Roman", Times, serif; color:#333333; text-decoration:none; }
.menu li A:link { font-family: Trebuchet MS, Arial, Georgia, "Times New Roman", Times, serif; text-decoration: none; color: #333333}
.menu li A:visited { font-family: Trebuchet MS, Arial, Georgia, "Times New Roman", Times, serif; text-decoration: none; }
.menu li A:active { font-family: Trebuchet MS, Arial, Georgia, "Times New Roman", Times, serif; text-decoration: none; }
.menu li A:hover { font-family: Trebuchet MS, Arial, Georgia, "Times New Roman", Times, serif; text-decoration: underline; color: #A2BE50}
