/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #009;
	font-size:105%;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 1px;
	width: 900px;
	position: relative;
}
#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;


}

#top-nav{
	width:900px;
	height : 30px;
	font-size: 80%;
	font-weight:bold;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#009;
}
#top-nav ul {
	list-style-type: none;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right:15px;
	margin-left: 15px;
	
}
#top-nav li a{
	color : #FFFFFF;
	text-decoration:none;
	
}
#top-nav li a:hover{
	color : #63C;
	text-decoration:none;
	background-color:#FFFFFF;
}
#logo {
	width: 900px;
	height:170px;
	margin: 1px auto;

}
#main {
	margin-top: 10px;
	padding-top: 10px;
	width: 900px;
}
.main {
	position: relative;
}


h1 {
	font-size: 110%;
	padding: 0px 0px 5px 5px;
	font-weight: bold;	
}
h2 {
	font-size: 105%;
	font-style:italic;
	padding: 0px 0px 5px 5px;

}
h4 {
	font-size: 180%;

}
p {
	margin-left: 5px;
	margin-right: 5px;
}
ol {
	margin: 0px 0px ;
	padding-left: 5px;
}
ul{
	margin: 5px 0px 5px 20px;
	padding:5px 5px 5px 20px;
}
.imgbox {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.sitename {
	font: bold 38px Georgia, "Arial", sans-serif;
	margin-bottom: 0px;
	padding-right: 8px;
	position: relative;
	bottom: -8px;
	color: #1F3F7A;
}
.linkbtm {
	margin: 2em 25px 1em;
	text-align: right;
}
.coursetable {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
a:link {
	color: #60F;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #909;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-size: smaller;
	text-align: center;
}
.sidenav {
	background-color: #009;
	color: white;
	width: 110px;
	list-style-type: none;
	position: relative;
	border: thin none #009;
	font-style: normal;
	font-weight: bolder;
	height: 100px;
	font-size: small;
	list-style-position: inside;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	clear: left;
	float: left;
	line-height: 30px;
	white-space: nowrap;
	background-repeat: repeat-y;
}
.redtext {
	color: #F00;
}
.smallerpara {
	font-size: smaller;
}
.pageheader {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-align: right;
}
.floatleft {
	position: relative;
}
