body
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #003399;
}

.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#bluebar
{
	height: 45px;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	background-image: url("images/StudentservicesTitle.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 #ffffff;
	text-align: right;
	padding: 5px 10px 5px 0;
	font-size: 0.8em;
	font-weight: bold;
}


div#main
{
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}


div#top
{
	height: 196px;
	background-image: url("images/uppersection.jpg");
	background-repeat: no-repeat;
	background-position: right center;

}

table#lowerbody
{
	margin: 0;
	min-height: 600px;
}

td#nav
{
	vertical-align: top;
	background-color: #ffcc00;
	width: 180px;
	border-right: 5px solid #003399;
}
td#body
{
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align: top;
}
td#body div
{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;

}
h1
{
	font-size: 1.8em;
	font-weight: bold;
/*	text-align: center;*/
}
h2
{
	font-size: 1.3em;
	font-weight: bold;
}

td#current
{
	background-color: #ffee99;
	color: #003399;
}

