@charset "utf-8";
/* CSS Document */

/* Colors CSS */

body
{
	background-color: #BDBDBD;
	color: #000000;
}

.header
{
	background-color: #ffffff;
	color: #000000;
}

.topNav
{
	background-image: url(./assets/topNavBG.jpg);
	background-repeat: repeat;
	background-color: #000000;
}

.topNav a:Link, .topNav a:Visited
{
	color: #FFFFFF;
}
.sbsIFrame
{
	background-color: #ffffff;

}

.pageBody
{
	background-image: url(./assets/leftBG.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
	color: #000;
}

.wrapper /* To help DW Design view and Contribute users */
{
	background-image: none;
	background-color: #FFFFFF;
}

.leftColumn a:Link, .leftColumn a:Visited
{
	color: #000000;
}


.footer
{
	background-color: black;
	color: #999999;
	border-top: 2px solid #999999;
}

.footer a:Link, .footer a:Visited
{
	color: #ffffff;
}

.footer img
{
	border: none;
}

.h2
{
	color: #660000;
}

a.grey
{
	color: #999999;
}

.important
{
	color: #990000;
}
.wrapper .pageBody .contentWrapper .content table tr td p a em {
	text-align: left;
}
.wrapper .pageBody .contentWrapper .content table tr td table tr td table tr td {
	text-align: left;
}
.wrapper .pageBody .contentWrapper .content table tr td p strong {
	text-align: center;
}

.test{
	padding-left: 40px;
}

/* Fonts CSS */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.leftColumn a:Link, .leftColumn a:Visited
{
	font-weight: normal;
	text-decoration: none;
}

.leftColumn li ul li a:Link, .leftColumn li ul li a:Visited
{
	font-weight: normal;
}

.leftColumn a:Hover
{
	text-decoration: underline;
}

.topNav a:Link, .topNav a:Visited
{
	text-decoration: none;
	font-weight: bold;	
}

.topNav a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

h1
{
	font-size: x-large;
	margin-bottom: 0px;
	text-align: center;
}

h2
{
	font-size: large;
	margin-bottom: 0px;	
}

h3
{
	font-size: medium;
	margin-bottom: 0px;	
}

h4
{
	font-size: small;
	margin-bottom: 0px;	
}

.footer
{
	font-size: x-small;
}

.footer a:Link, .footer a:Visited
{
	font-size: x-small;
	text-decoration: none;
}

.footer a:Hover
{
	text-decoration: underline;
}


/* Layout CSS */

body
{
	margin: 0;
	padding: 0;
}

iframe
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#dropshadow
{
    margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-image:url(./assets/bkgrnd-image-shadow.jpg);
	overflow: hidden;
}

.wrapper
{
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	overflow: hidden;
	white-space: nowrap;
}

.header, .collegeBar, .banner, .topNav
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 750px;
}

.collegeBar
{
	height: 20px;
	background-color:#000;
	color:#FFF;
}

.collegeBar a:Link, .collegeBar a:Hover, .collegeBar a:Visited
{
	float: left;
}

.banner
{
	height: 130px;
}

.banner a:Link, .banner a:Hover, .banner a:Visited
{
	float: left;
}

.banner img, .collegeBar img
{
	border: none;
	float: left;
}

.topNav
{
	height: 22px;
}

.topNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.topNav ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

.topNav img
{
	border: none;
}

.pageBody
{
	margin: 0;
	padding: 0;
	width: 750px;
	overflow: hidden;
	background-image: url(./assets/leftColumn.jpg);
	background-repeat: repeat-y;	
}

.leftColumn
{
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 70px;
	width: 150px;
	float: left;
}

.leftColumn ul
{
	margin: 0;
	padding: 0;
}

.leftColumn li
{
	list-style: none;
	margin-bottom: .95em;
	margin-top: 0;
	padding: 0px;
	white-space: normal;
}

.leftColumn li ul li
{
	padding-left: 15px;
}

.leftColumn li ul li a:Link, .leftColumn li ul li a:Visited
{
	font-weight: normal;
}


.boxborder 
{
	border: 2px white solid;
}

.boxborder li
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
}

.contentWrapper
{
	margin: 0;
	padding: 0;
	width: 580px;
	float: left;
}

.content
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: normal;
	text-align: left;
}

.footer
{
	width: 750px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
	clear: both; /* To help DW Design view and Contribute users */	
}

.footer ul
{
	margin: 0;
	margin-bottom: 1em;
	white-space: normal;
}

.footer li
{
	list-style: none;
	text-align: center;
}

.footershadow
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-image:url(./assets/bkgrnd-image_footershadow2.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	width: 850px;
}

.footer img.logo
{
	margin-top: -0.5em;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	float: left;
}

.footer div
{
	float: left;
	margin-right: 10px;
}

.floatRight
{
	float: right !important;
	text-align: right;
}

a:link, a:visited{
	text-decoration: none;
	color:#000000;
}

#hoverLinks a:hover
{
	text-decoration: underline;
	font-weight: bold;
}