/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003C79;
	margin: 0px;
	font-size: 13px;
}

a {
	color:#000099;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color:#000099;
	font-weight: bold;
	text-decoration: underline;
}

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

#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}

#header {
	height: 100px;
	background-image: url(../images/logobanner.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
}

#header h1 {
	font-size: 20px;
	color: #003C79;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 20px;
	text-indent: -9999px;
}

#header .subheader {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 14px;
	text-indent: -9999px;
}

#maincontent {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul {
	list-style-type: square;
}
h2 {
	color: #FFFFFF;
	background-color: #999900;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	padding: 4px;
}

h3 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-top: 5px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	clear: both;
	padding: 10px;
	font-weight: bold;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color:#CC0000;
	text-decoration: underline;
	font-weight: bold;
}

#subfooter {
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.coursetableheader {
	background-color: #333366;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
}
.coursetitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-transform: uppercase;
}
.coursedescriptions {
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
img {
	border:0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imgnopadding {
	margin: 0px;
	padding: 0px;
}
.sitedesign {
	text-align: center;
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
