
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	background-color: #EEE0C4;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #2F4979;
	color: white;
	border-top: 2px solid;
	border-top-color: #EEE0C4;
}

#header{
	position: absolute; 
	top: 0px;
	left: 200px;
	right: 0;
	width: auto;
	height: 150px;
	overflow: hidden;
	background-image: url(Images/GreenMts.jpg);
	border-top: 2px solid;
	border-top-color: #EEE0C4;
	border-left: 2px solid;
	border-left-color:#EEE0C4;
	border-right: 2px solid;
	border-right-color: #EEE0C4;
	color: white;
}

#header h1{font-size: 30px; text-align:center}

#footer{
	position: absolute;
	top: auto;
	left: 200px;
	bottom: 0;
	right: 0;
	height: 60px;
	overflow: hidden;
	background-color: #2F4979;
	color: white;
	font-size: 11px;
	text-align: center;
}

.footpad{margin: 10px;}
.footpad a{color:white}
.footpad a:hover{color:#B7CEFF}

#content{
	position: fixed;
	left: 200px;
	top: 150px;
	right: 0;
	bottom: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #EEE0C4;
	font-size: 14px;
	color:#000065;
}

#content h1{font-size: 24px; text-align:center;}
#content h2{font-size: 18px;}
#content h3{font-size: 16px;}
#content a{color:#480024}
#content a:hover{color:#235CA3}

.insidepad{margin: 15px;}

.sbtextbox{
	color: white;
	display: block;
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #EEE0C4;
}

.sbtextbox a{color:white}
.sbtextbox a:hover{color:#6699FF}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 6px 1px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #EEE0C4;
	background-color: #704968;
	text-decoration:none;
	font-size: 13px;
}

.buttonmenu li a:visited{color: white; }

.buttonmenu li a:hover{  
	color: #00007D;
	background-color: #D0B79D;
}

.buttonmenu li a:active{  
	color: #00007D;
	background-color: #DBB491;
}

#pin #lin{color: #00007d;	background-color: #EEE0C4;}
#psf #lsf{color: #00007d; 	background-color: #EEE0C4;}
#ppp #lpp{color: #00007d; 	background-color: #EEE0C4;}
#psm #lsm{color: #00007d; 	background-color: #EEE0C4;}
#pwh #lwh{color: #00007d; 	background-color: #EEE0C4;}
#pcn #lcn{color: #00007d; 	background-color: #EEE0C4;}
#pmi #lmi{color: #00007d; 	background-color: #EEE0C4;}
#pmm #lmm{color: #00007d; 	background-color: #EEE0C4;}

* html body{ /*IE6 & lower releases*/
padding: 150px 0 60px 200px;}

* html #content{ /*IE6 & lower releases*/
	height: 100%; 
	width: 100%;}

* html #header, * html #footer{ /*IE6 & lower releases*/
	width: 100%;}

.homestyle {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
