﻿/* mac hide\*/
html, body {
	height:100%
}
/* end hide */

html,body {
	padding:0;
	margin:0;
}

body {	
	font:100%/130% Arial, Helvetica, sans-serif;
	min-width:774px;/* for mozilla*/
	background-color:#dddddd;
	background-repeat:repeat-y;
	color: #000000;
}

#page {
	height:99.9%;
	min-height:100%;
	width:774px;
	color: #000000;
	text-align:left;
	position:relative;	
}


 
html>body #main-container {
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/


#header {
	height:110px;
	width:774px;
	border-bottom:solid 4px #000000;
}

#header-left {
	height:110px;
	width:300px;
	float:left;
	position:relative;
}

#header-right {
	height:110px;
	width:474px;
	float:right;
}


#left-column {
	width:185px;
	padding-top:20px;
	float:left;
}

#main-content {
	width:589px;
	float:right;
}

#body {
	margin-left:30px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
}

#body h1 {
	font-size:1.9em;
	color:#e1c982;
	font-weight:bold;
}

#body h2 {
	font-size:1.25em;
	color:#004b00;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

#body ul {
	padding-top:0px;
	margin-top:0px;
}

#title-background {
    position:absolute;
    top:0px;
    z-index:1;
}

#title {
    position:absolute;
    top:0px;
    height:40px;
    margin:0px;
    padding-left:60px;
    padding-top:2px;
    overflow:visible;
    z-index:2;
    
}

#title h1 {margin:0px;
	height:40px;
	overflow:visible;
	line-height:1.2em;
}

#body-main {
    width:100%;
    padding-top:60px;
}

#body-left {
    width:350px;
    float:left;
}

#body-right {
    width:147px;
    float:right;
}

#footer {
	margin-left:30px;
	margin-right:15px;
	text-align:center;
	font-size:0.8em;
	border-top:#004b00 solid 3px;
}



div,p  {
	margin-top:0
}/*clear top margin for mozilla*/


#clearfooter {
	width:100%;
	height:0px;
	clear:both;
} /* to clear footer */

html >body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-1px;
} /*safari wrapper */

.caption {color:#e1c982;
	font-size:0.8em;
	font-style:italic;
}

.NavLink {color:#e1c982;
	font-size:0.8em;
}
