/* CSS Document */
.universityHeader
{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}


.universityHeader table
{
	font-size: 80%;
}

table.OUNavLower {
	background-color: black;
	border-width:0px;
}
table.OUNavLower td {
	white-space: nowrap;
	border-width: .1em;
	padding: .1em;
	border-style: solid;
	border-left-width: .1em;
	border-right-width: .1em;
	border-bottom-width:.2em;
	border-top-width:0px;
	border-color: #999933;
	padding: .2em;
	background-color: black;
	text-align:center;
}

table.OUNavLower a, table.OUNavLower a:hover
	{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	}

table.OUNavUpper
{
	background-color: #333399;
	border-width:0px;
}


table.OUNavUpper td {
	white-space: nowrap;
	border-width: .2em;
	border-left-width: .1em;
	border-right-width: .1em;
	border-bottom-width: .15em;
	border-style: solid;
	border-color: white;
	padding: .2em;
	background-color: #333399;
	text-align:center;
}

table.OUNavUpper a, table.OUNavUpper a:hover
	{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	}