body {
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

img {
	border-style:none;
}

br.clearer {
	clear:both;
}

/* Layout
*************************************/
	
#content {
	width:1000px;
	height:638px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(../images/index/index_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#left{
	float:left;
	width:284px;
	margin-left:156px;
}

#right{
	float:right;
	width:284px; 
	margin-right:156px;
}

#footer {
	width:1000px;
	height:164px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(../images/index/index_footer.gif);
	background-repeat:no-repeat;
}

/* Text Styles
*************************************/

a:link, a:visited{
	color:#ffff00;
}

a:active, a:hover{
	color:#ffffff;
}

h1{
	margin:0px;
	padding:79px 0px 0px 0px;
	text-align:center;
	font-size:40px;
	font-weight:normal;
}

h2{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:22px;
	font-weight:normal;
}

h3{
	margin:-4px 0px 12px 0px;
	padding:0px;
	text-align:center;
	font-size:17px;
	font-weight:normal;
}

div.info{
	margin:0px 20px 0px 20px;
	padding:0px 20px 0px 20px;
	text-align:center;
	color:#6a9e86;
}

/* Holly Hack
*************************************/

* html #left{
	margin-left:100px;
}

* html #right{
	margin-right:100px;
}

/* added by pmdf */

#acc_links {
	position:absolute;
	left:-9999px;
}

/* Mini Sitemap */
#mini-sitemap {
	color:#333333;
	text-align:left;
	width:1000px;
	margin:0 auto;
	line-height:150%;
	padding-bottom:2em;
}

#mini-sitemap a {
	color:#333333;
	font-size:0.9em;
}
#mini-sitemap h4, #mini-sitemap h5 {
	color:#666666;
	margin:1em 0;
	font-size:0.9em;
}
#mini-sitemap h4 {
	border-style:solid;
	border-color:#333333;
	border-width:0 0 1px 0;
	width:200px;
	padding-bottom:5px;
}
#mini-sitemap li,ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#mini-sitemap .column {
	float:left;
	width:200px;
	margin:0 45px 0 5px;
}
.ms-header, .ms-header-last {
	width:480px;
	float:left;
	background-color:#6a9e86;
	color:#ffffff;
	font-weight:bold;
	padding: 2px 5px;
	margin-right:10px;
}
.ms-header-last {
	margin-right:0 !important;
	width:485px;
}
#index-footer {
	clear:left;
	padding-top:45px;
	font-size:0.9em;
}
