html, body, h1, h2, h3, h4, h5, h6, p, img, div, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/splotchy.gif);
	background-repeat: repeat;
	color: #003366;
}
#container {
	overflow: visible;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#widepic {
	padding: 5px;
}
#banner {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#middle {
	background-image: url(../images/background_middle.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
#leftcolumn {
	float: left;
	width: 160px;
	color: #FFFFFF;
}
#content {
	margin-right: 152px;
	margin-left: 172px;
	text-align: left;
}
#rightcolumn {
	float: right;
	width: 140px;
}
#rightcolumn img {
	padding-top: 5px;
}

.bottom {
	clear: both;
}
#footer {
	margin-right: 152px;
	margin-left: 172px;
	margin-top: 5px;
	clear: both;
}
#footer img {
	padding-right: 5px;
	padding-left: 5px;
}
#sitemap {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 16px;
}
#sitemap p {
	margin-bottom: 5px;
}

a {
	color: #CC0000;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
#content h1, #content h2, #content h3, #content h4, #content p {
	margin-bottom: 10px;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 20px;
	color: #CC0000;
}

#content h3 {
	font-size: 14px;
}
#content h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

hr {
	border: 0;
	color: #003366;
	background-color: #003366;
	height: 1px;
}
p#top {
	text-align: right;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 11px;
	padding-bottom: 2px;
}
#top a {
	font-weight: bold;
	text-decoration: none;
}
#search {
	padding: 6px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	display: none;
}
#homepagebuttons {
}

#homepagebuttons img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#homepagebuttons div {
	float: left;
	width: 184px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#homepagebuttons div.padded {
	margin-right: 12px;
	margin-left: 12px;
}
#homepagebuttons .hpbtop {
	background-color: #CC0000;
	background-image: url(../images/angle_top_red.gif);
	background-repeat: no-repeat;
	background-position: -5px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	display: block;
}
#homepagebuttons .hpbmore {
	padding: 3px 3px 3px 5px;
	display: block;
}
#homepagebuttons a {
	display: block;
	color: #003366;
	text-decoration: none;
	background-color: #CCD5E4;
	font-size: 10px;
	background-image: url(../images/angle_bottom_lightblue.gif);
	background-position: 172px bottom;
	background-repeat: no-repeat;
}
#homepagebuttons a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(../images/angle_bottom_red.gif);
}



#newsbox {
	float: right;
	width: 184px;
	margin-left: 10px;
}
#newsboxinner {
	border: 1px solid #003366;
	background-color: #EAEEF4;
}
#newsbox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CCD5E4;
	background-color: #003366;
	padding: 4px 8px 3px 3px;
	text-align: right;
	text-transform: uppercase;
	background-image: url(../images/angle_top_blue.gif);
	background-repeat: no-repeat;
	background-position: -5px;
	margin: 0px;
}
#newsbox p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	margin: 5px;
	padding-bottom: 5px;
}
#newsbox p.archive {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#newsbox a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
#newsbox a:hover {
	color: #CC0000;
}
input, select, textarea {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #003366;
	color: #003366;
}
.mainBodyBold {
	font-weight: bold;
}
table#syllabi td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
li {
	padding-top: 2px;
	padding-bottom: 4px;
}
ul li {
	list-style-type: square;
}
table#blueborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-left-color: #003366;
	margin-bottom: 5px;
}
table#blueborder td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	vertical-align: top;
	padding: 3px;
}
div#buttons a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #003366;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EAEEF4;
}
div#buttons {
	text-align: center;
	margin: 20px auto;
	width: 520px;
	display: block;
}
div#buttons a:hover {
	background-color: #CCD5E4;
}
.badgeHead {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCD5E4;
	text-transform: uppercase;
}
.manualHead {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCD5E4;
}
input.button {
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	background-color: #CCD5E4;
	padding-bottom: 1px;
}
input.noBG {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box {
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #CC0000;
}
.border {
	border: 1px solid #003366;
}
#jobs td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}
table#courseResultsTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #003366;
	border-left-color: #003366;
	border-right-color: #003366;
}
table#courseResultsTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
table#courseResultsTable tr.darkblue {
	background-color: #003366;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
table#courseResultsTable tr.lightblue {
	background-color: #CCD5E4;
	font-weight: bold;
}
p#objective {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}
img.padding {
	margin-left: 5px;
	margin-bottom: 5px;
}
.quote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
}
#content.forum {

	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
label{
	width:180px;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
}
legend{
	font-size:12px;
	font-weight:bold;
}
