html {
	overflow-y: scroll;
}

body {
	background-color: #FFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #092755; 
	text-align: center; 
	margin:0;
	}

.boldline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.back {
	text-align: right;
}

.form {
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {font-size: 11px;
	margin: 0 0 5px;}

a:link {
	text-decoration: none; 
	font-weight: normal; 
	color: #092755;
	}
	
a:visited {
	text-decoration: none; 
	font-weight: normal; 
	color: #092755;
	}
	
a:active {
	text-decoration: none; 
	font-weight: normal; 
	color: #978855;
	}
	
a:hover {
	text-decoration: underline; 
	font-weight: normal; 
	color: #978855;
	}

.course:link,.course:visited,.course:active {
	text-decoration: underline;
	font-weight: bold;
	color: #092755;
}
.course:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #978855;
}

p { margin-top: 0px;
	line-height: 115%;
	}


#wrapper {
	background-color: #FFF;
	width:954px;
	margin: 0 auto;
	text-align: left;
	padding-left: 0px;
}

#header {position: relative;
	width: 954px;
	height: 140px;
	background: #FFF url(../images/header_bkgd.gif) repeat-x;}
	
img {border: none;}	


#logo {position: relative;
	top: 20px;
	left: 14px;}
	
#mast {position: absolute;
	top: 55px;
	left: 149px;}

#nav {
	float: left;
	width: 944px;
	height: 23px;
	text-align: right;
	padding-right: 10px;
	border-top: 1px solid #162581;
	color: #092755;
	}

#nav ul li {
	display: inline;
	list-style-type: none;
	}
	
#nav ul {
	margin: 4px 0;
	}	

#content {position: relative;
	float: left;
	width: 954px;
	background: url(../images/leftnav_bkgd.gif) repeat-y;
	border-top: 1px solid #162581;}
	
#rightcolumn {
	position: relative;
	float: right;
	width: 282px;
	background: url('../images/sidecol-rpt.gif') repeat-y;
}
	
#right {float: right;
	margin-left: 0;}
	
#leftnav {float: left;
	width: 175px;
	margin-left: 0px;
	/* background-color: #f6f6ed; */
	background-color: #f6f6e2;}
	
#leftnav ul {list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0;}
	
#leftnav a {display: block;
	width: 161px;
	padding: 3px 7px;
	font-size: 11px;}
	
#leftnav a:hover {background: #bab193; 
	text-decoration: none;
	color: #092755;
	font-size: 11px;}
	
#leftnav div a,#leftnav div a:hover {
	display:inline;
	background:none;
}
	
#textualcontent ul.notype {list-style-type: none;
	padding-left: 0;
	margin: 0 0 7px;}

#textualcontent {float: left;
	width: 467px;
	padding: 10px 15px;}
	
#textualcontent ul, #twocolcontent ul {list-style-type: square;
	padding-left: 15px;
	margin: 2px 0px 2px 0px;}
	
#twocolcontent {float: left;
	width: 749px;
	padding: 10px 15px;}
	
#twocolcontent h1 {font-size: 11px;}
	
#photo {float: left;}

#rightcolphoto {float: left;
	vertical-align: bottom;
}
	
#banner {position: absolute;
	left: 0;
	top: 234px;}

#footer {
	clear: left;
	width: 934px;
	height: 18px;
	border-top: 1px solid #162581;
	border-bottom: 1px solid #162581;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
	
#footer li {display: inline;
	list-style-type: none;}

#footer ul {margin: 0;
	float: right;
	clear: left;}
	
#form {
	float: left;
}

div.c2 {
	text-align: left;
}

span.c1 {
	color: red;
}
#upcoming-events {
	width: 282px;
	height: 101px;
	background: url('../images/upcoming_events_top.jpg') no-repeat;
	overflow: hidden;
	float: right;
	position: relative;
}

.scrl {
	/* background:#d5dbe3; */
	background: url('../images/upcoming_events_bg.jpg') repeat-y;
	width: 282px;
	height: 254px;
	font-size: 12px;
	color: #092755;
	overflow: hidden;
	text-align: center;
	float: right;
	position: relative;
}

a.link:link, a.link:visited {
	color: #092755;
	display: block;
}

a.link:hover {
	background: url('../images/upcoming_events_hover.png') repeat-y;
	color: #fff;
	text-decoration: none;
	display: block;
}

#marqueecontainer {
	clear: left;
	width: 954px; /*marquee width */
	height: 25px; /*marquee height */
	color: #092755;
	text-align:left;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

#marqueecontainer a:link {
	font-weight: normal;
	font-size: 12px;
	color: #092755;
	text-decoration: none;
}

#marqueecontainer a:visited {
	font-weight: normal;
	font-size: 12px;
	color: #092755;
	text-decoration: none;
}

#marqueecontainer a:hover {
	color: #978855;
	text-decoration: underline;
}

img.align {
	vertical-align: middle;
}