body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #006533;
}
a:visited{
	color: #006533;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */

h2{
	height: 30px;
	width: 422px;
	background: url(../../images/section_header_bg.gif) no-repeat; 
	color: #fff;
	font-weight:bold;
	font-size: 139%;
	padding: 6px 0px 0px 10px;
	margin: 35px 0px 0px 10px;
}
h3{
	height: 30px;
	width: 685px;
	background: url(../../images/section_header_bg2.gif) no-repeat; 
	color: #fff;
	font-weight:bold;
	font-size: 139%;
	padding: 6px 0px 0px 10px;
	margin: 35px 0px 0px -21px;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}