*
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #003399;
}
body
{
	background-color:#FFFFFF;
}

.b {font-weight: bold;}
.i {font-style: italic;}

a {color: #003399; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

div.h1
{
	position: relative;
	left: 500px;
	height: 43px;
	padding-top: 9px;
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;	
	z-index: 1;
}
/* remove this line if you want to put a text title in the blue bar
 and change the background-image of div#bluebar to bluebar.gif */
div.h1 span {display: none}

div#bluebar
{
	height: 46px;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	background-image: url(images/student_support_services_ba.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}


div#navpanel
{
	float: left;
	width: 195px;
	height: 100%;
	background-color: #ffcc00;
	border-right: 5px solid #003399;
	min-height: 400px;
	color: #003399;
	overflow: hidden;
}

table#navpanel
{
	width: 100%;
	color: #003399;
}

table#navpanel tr td
{
	border-bottom: 1px solid white;
/*	border-bottom: 1px solid #ffffff;*/
	text-align: right;
	padding: 5px 10px 5px 0;
	font-size: 12px;
	font-weight: bold;
}

table#navpanel tr td a
{
	font-size: inherit;
}

table#navpanel tr td div a
{
	font-size: inherit;
	color: #ffffff;
}


div#main
{
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}


div#top
{
	min-height: 105px;
	max-height: 105px;
	height: 105px;
}

div#logo
{
	float: left;
	background-image: url("images/wvuitlogo.gif");
	background-repeat: no-repeat;
	background-position: right center;
	width: 359px;
	height: 73px;
	margin-top: 20px;
	padding-left: 60px;
}

div#pic1 { background-image: url("images/circlestudent4.jpg"); }
div#pic2 { background-image: url("images/circlestudent5.jpg"); }
div#pic3 { background-image: url("images/circlestudent6.jpg"); }

div#pic1, div#pic2, div#pic3
{
	float: right;
	width: 84px;
	height: 84px;
	margin-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

table#lowerbody
{
	margin: 0;
}

td#nav
{
	vertical-align: top;
	background-color: #ffcc00;
	width: 160px;
	border-right: 5px solid #003399;
}
td#body
{
	background-image: url("images/student_support_services_ba.jpg");
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 100% -46px;
	vertical-align: text-top;
}
td#body div
{
/*	border: 3px solid black;
	background-color: #888888;*/
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;

}
h1
{
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}
h2
{
	font-size: 1.7em;
	font-weight: bold;
}


table#navpanel tr td#current
{
	background-color: #ffee99;
	color: #003399;
}