body{
background-color: #FFFF99;
}
* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
} 
#container{
	width: 100%;
	min-width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
	padding-top: 0;

}

/*--------------------- header ---------------------------*/
	#header {
		height: 26px;
		padding-top: 8px;
		margin-bottom: 20px;
                             width: 100%;
                              background-color: #000; }
	#header ul {
		height: 22px;
		float: right;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-right: 130px;}
	#header li {
		float: left;
		padding: 0 10px;
		border-right: solid 1px #fff;
		font: 1em Verdana, Arial, Helvetica, sans-serif;
	}
	#header li#last {
                              border-right: none;
}
	#header li.last-child {		/* was: li.last */
		border: none;
	}
	#header li a, #header li a:visited {
		color: #fff;
		text-decoration: none;
	} 
	#header li a.current, #header li a:hover, #header li a.current:visited {
		text-decoration: underline;
	}


/*---------------------left - sub navigation---------------------------*/
#left-side{
	width: 15%;
	height:100%;
	float:left;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#left-side .top-left-glyph {
	padding-left: 15px;
}

#left-side ul.level-2{
	width: 150px;
	margin-top: 52px;
	margin-right: 0;
	margin-bottom: 52px;
	margin-left: 0;
}


html>body #left-side ul.level-2 li{
	margin-bottom: 10px;
}
ul.level-2 li a {
	color: #000000;
	/*padding: 3px 0 3px 27px;*/
 padding: 3px 10px 3px 17px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
ul.level-2 li a:hover{
background-color:#FFFF99;
display:block;
color: #000;
text-decoration: underline;
}
ul.level-2 li.active {
margin-bottom: 40px;
}
ul.level-2 li.active a {
display:block;
color: #673301;
}

ul.level-2 li.active a:hover { background-color:#FFFF99;
display:block;
color: #673301;
text-decoration: underline;}

ul.level-2 li.sub {
     margin-top: 10px;
     padding-top: 0px;
margin-bottom: 10px;
}

/*---------------------left - sub navigation 2nd level---------------------------*/


html>body #left-side ul.level-2 li.sub ul li a{
	margin-bottom: 0;
	display: block;
}
ul.level-2 li.sub ul li.active a {
	color: #CA6F2C;
}
ul.level-2 li.sub ul li {
margin-bottom: 0px !important;
background-color: #ffff99; }

ul.level-2 li.sub ul li a {
color:#000;
display:inline;
padding: 0;
font-size: 11px;
margin-left: 25px;
margin-right: 5px;
}

ul.level-2 li ul li a:hover {
background-color:#FFFF99;
color: #000;
text-decoration: underline;
display:inline;
padding:0px !important;
}
ul.level-2 li ul li.active a {
     text-decoration: underline;
}

/*---------------------right side---------------------------*/
#right-side {
	height:100%;
	float:right;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#right-side .top-right-glyph {
	padding-right: 15px;
	
}
#middle {
	float: left;

	width: 70%;
	margin: 0px;
	padding: 0px;
margin-right: auto;
margin-bottom: auto;
padding-left: 5px; }

/*--------------------- TOP ---------------------------*/
#top{
	color: #333366;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 80px;
	text-align: center;
	width: 100%;
}
#top h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#663200;
font-style: italic;
font-size: 3em; }
/*--------------------- CONTENT ---------------------------*/
#content{
clear:left;
background:url(images/background.gif) repeat-y;
}



/*---------------------content right side---------------------------*/
#content .main{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 0px;
	float:left;
	width: 100%;
}


#printPicture {
	display: none;
} 



/*---------------------footer---------------------------*/
#footer{
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
	vertical-align:  abs-bottom;
	bottom: 0px;
	position: fixed;
}   
#footer a {
	color: #CC6600;
}
#container #footer a:hover {
	text-decoration: underline;
}
#printHomePicture {
	display: none;
}

#footer .bottom-right-glyph {
	float: right;
margin-left:820px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#footer .bottom-left-glyph {
	float: left;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
}
