body {
	text-align: center;
	background-image: url(../images/sandhu_background03.jpg);
}
#wrap {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 800px;
	border: medium double #FFFFFF;
}
#wrap #banner_logo {
	background-image: url(../images/banner_logo.jpg);
	height: 153px;
	width: 431px;
}
#wrap #banner_picture {
	background-image: url(../images/banner_picture.jpg);
	height: 153px;
	width: 369px;
	background-repeat: no-repeat;
}
#wrap #home_content {
	font-family: "Times New Roman", Times, serif;
	color: #0D0D0D;
	background-color: #F4F4F4;
	margin: 4px;
	padding: 12px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
#wrap #top #top_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333399;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 800px;
}
#wrap #top #top_nav a {
	color: #333399 !important;
	text-decoration: none;
}
#wrap #top #top_nav a:link {
	color: #333399 !important;
	text-decoration: none;
}
#wrap #top #top_nav a:visited {
	color: #333399 !important;
	text-decoration: none;
}
#wrap #top #top_nav a:hover {
	color: #7f4faf !important;
	text-decoration: none;
}
#wrap #top #top_nav a:active {
        color: #37417f !important;
	text-decoration: none;
}
.bluetabs li#1 {
	background-color: #FF00CC;
}