html {
    height:100%;
	margin: 0;
    padding: 0;
}
body{
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #F4F1CF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	min-width:1188px
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#header{
	background:#FF9933;
	background-image: url(images/site_top_banner_bkground.jpg);
	height: 160px;
	background-repeat: repeat;

}
#content{
	min-height:60%;
	padding-left: 100px;
	padding-top: 5px;
}
#footer{
	background:#138808;
	min-height:20%;
	background-color: #D6D9B3;
	height: 165px;
	padding-top: 10px;
	padding-left: 150px;
	font-size: 11px;
	padding-bottom: 10px;
}
.thumbnail 
{
	float:left;
	width:220px;
	height:40px;
	margin-left:3px;
}
#menu1 a {color:#000;}
#menu1 a:link {color:#000;}

#menu2 a {
	color:#003;
	text-decoration:none;
	font-weight:bold;
}
#menu2 a:link {color:#003; text-decoration:none; font-weight:bold;}
ul.MenuBarHorizontal a {
	text-align: center;
}
ul.MenuBarHorizontal ul a {
	text-align: left;
}
#bodytext {
	width:1030px;
}
.floatright
{
	float: right;
	margin: 0 0 10px 20px;
	clear: right;
}
.floatleft
{
	float: left;
	margin: 0 0 10px 0px;
	clear: left;
}
#faculty {
	float: left;
	width:200px;
	padding-right: 10px;
	
}