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;
	}

#wrapper {
	position: relative;
	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_bkgd2.gif) no-repeat;
	border-top: 1px solid #162581;
	}
	
#content2 {
	position: relative;
	float: left;
	width: 954px;
	height: 295px;
	background: url(../images/leftnav_bkgd2.gif) no-repeat;
	border-top: 1px solid #162581;
	}
	
#rightcolumn {
	position: relative;
	width: 175px;
	height: 100%;
	bottom: 0;
	vertical-align: bottom;
	}

.clear {
	clear: both;
	} 
	
#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;
	}
	
#leftnav a:hover {
	background: #bab193;
	text-decoration: none;
	color: #092755;
	}

#textualcontent ul.notype {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 7px;
	}
		
#textualcontent {
	float: left;
	width: 574px;
	padding: 10px 15px;
	}
	
#textualcontent ul, #twocolcontent ul {
	list-style-type: square;
	padding-left: 15px;
	margin: 0;
	}
	
#textualcontent300 ul.notype {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 7px;
	}
		
#textualcontent300 {
	float: left;
	background: url(../images/300club_bg.png) no-repeat;
	width: 574px;
	padding: 10px 15px;
	}
	
#textualcontent300 ul, #twocolcontent ul {
	list-style-type: square;
	padding-left: 15px;
	margin: 0;
	}

#twocolcontent {
	float: left;
	width: 749px;
	padding: 10px 15px;
	}
	
#twocolcontent h1 {
	font-size: 11px;
	}

#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-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;
	}