* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	padding-top: 15px;
}
a {
	color: #003399;
	text-decoration: underline;
	border: none;
}
a:hover { color: #86C348; text-decoration: underline; }

img {
	border-style: none;
}

h1 {
	margin: 0px;
	color: #000000;
	font-size: 120%;
}
h2 {
	margin: 0px;
	padding-top: 45px;
	color: #003399;
	font-size: 120%;
	border-bottom:solid 1px #003399;
}

#pagewrapper {
	background: url(images/bg-middle.gif) repeat-y #ffffff;
	width: 844px;
	margin: 0px auto;
}
#pageinner {
	background: url(images/bg-top1.gif) no-repeat;
}
#pageouter {
	background: url(images/bg-footer.gif) no-repeat bottom;
	padding: 15px 15px 15px 10px
}
#content {
	min-height: 400px;
	margin-top: 20px;
	padding: 0px 25px;
}
#content p {
	padding-top: 10px;
}
#content div.left {
	color: #003300;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	width: 150px
}
#content div.left ul {
	padding-top: 30px;
}
#content div.left li {
	padding-bottom: 12px;
	list-style: none;
	font-weight: bold;
}
#content div.left .news {
	background-color: #3F84C5;
	color: #ffffff;
	margin-top: 10px;
	padding-top: 5px;
	width: 140px;
	height: 19px;
	text-align: center;
}
#content div.right {
	padding: 30px 10px 20px 24px;
	border-left: 2px solid #cccccc;
	float: left;
	width: 545px
}
#content div.right .image {
	float: right;
	width: 250px;
	margin: 12px 0px 10px 10px;
}
#content div.right .course {
	float: right;
	width: 175px;
	margin: 12px 0px 10px 10px;
	color: #003300;
	text-align: center;
}
#content div.form {
	border: none;
}
#content div.form fieldset {
	border:none;
}
#menu {
	width: 824px;
	height: 24px;
	background-color: #97AD73;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: url(images/menu-bar.gif) repeat-x;
	}
#menu ul {
	width: 824px;
}
#menu li {
	border-right: 1px solid #333333;
	float: left;
	list-style: none;
	width: 90px;
}
#menu li a {
	padding-top: 5px;
	display: block;
	height: 19px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
#menu li a.current {
	color: #3A3A1C;
}
#menu li a:hover {
	color: #2F2F15;
	background: url(images/menu-bar-over2.gif) no-repeat;
	padding-top: 5px;
	margin: 0px;
	width: 90px;
}
#logos {
	width: 824px;
	height: 82px;
	padding: 0px;
	margin: 0px;
}
#footer {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #97AD73;
	width: 814px;
	height: 20px
}
#footer.credit {
	text-align: right;
}

.clear {
	clear: both;
}
#contentbottom {
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	width:840px;
	padding: 5px 0px;
	text-align:right;
	margin:0;
}