﻿/* CSS Document */

body {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color:#000000;
background-color: #FEEFCD;


}

#content {

float: left;

}

#wrap {

width: 100%;
padding: 0px;
overflow: hidden;
min-width: 1000px;
}

* html #wrap {
		width:expression(document.body.clientWidth > 1000?
"100%" :"1000px");

}


#top {

height: 190px;
width: 100%;
padding: 0px;

}

#top-left {
float: left;
}

#top-right {
float: right;
}


#middle {

height: 25px;
width: 100%;
padding: 0px;
margin: 0px;
overflow: hidden;
border-right: solid 1px #000000;

}

#middle ul {
	padding: 0px;
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-left: 0%;
	width: 100%;
	border-top: solid 1px #000000;
	background-color: #006600;
}

#middle li {
	padding: 0px;
	padding-right: 1px;
	display: inline;
	margin: 0px;
	float: left;
	width: 24.9%;
	display: block;
}



#bottom {

float: left;
width: 100%;
padding: 0px;
background-color: #FEEFCD;
height: 100%;

}

#bottom-left {

float: left;
left: 0%;
width: 16.5%;
padding: 0px;
background-color:#FEEFCD;
height: 100%;

}

#bottom-middle {

float: left;
width: 83.3%;
padding: 0px;
padding-left: 0%;
background-color:#FFFFFF;
min-height: 330px;
border-left: solid 1px #000000;
border-bottom: solid 1px #000000;


}

body a:link, body a:visited, body a:active {
	
	color:#006600;
	text-decoration: none;
}

body a:hover {
	color:#00CC99;
	text-decoration: none;
}

#bottom-right {

float: left;
height: 20px;
width: 100%;
padding: 0px;
background-color:#FEEFCD;



}

#navbar {

width: 100%;
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
background-color:#DBDBDB;
border-bottom: solid 1px #000000;


}

#navbar a:link, #navbar a:visited, #navbar a:active {

background-color:#006600;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 17px;
text-decoration: none;
width: 100%;
display: block;
height: 30px;
font-weight: bolder;
}

#navbar a:hover {

background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 17px;
text-decoration: none;
display: block;
height: 30px;
font-weight: bolder;
}

#bottom-left ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	margin-left: 0%;
	width: 100%;
	border-top: solid 1px #000000;
}

#bottom-left li {
	padding: 0px;
	padding-right: 1px;
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
}

#navbar2 a:link, #navbar2 a:visited, #navbar2 a:active {


font-family:Verdana, Arial, Helvetica, sans-serif;
color: #006600;
font-size: 17px;
text-decoration: none;
width: 100%;
display: block;
height: 30px;
font-weight: bolder;
}

#navbar2 a:hover {

font-family:Verdana, Arial, Helvetica, sans-serif;
color: gray;
font-size: 17px;
text-decoration: none;
display: block;
height: 30px;
font-weight: bolder;
}

