* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.gif); 
	background-position:center;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	}

form {
}

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: 12px;
	font-size: 20px;
}

h1, h3 {
	margin-bottom: 12px;
	font-size: 16px;
}

p, blockquote, ul, ol {
	margin-bottom: 12px;
	line-height: 20px;
}

p {
}

blockquote {
}

ul {
	margin-left: 10px;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 10px;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

a.news:visited, a.news:link {
  text-decoration: none;
  color:#666666;
}

a.news:hover{
 color:#999999;
 text-decoration: underline;
	}
	

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 12px;
	background: url(images/img03.gif) no-repeat;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 128px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat; background-position:top;
}

#topmenu {
	float: right;	
	width:335px;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 100px;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img05.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img06.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

#main2 {
	width: 680px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

.welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: x-small;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.divider{
border-bottom: 1px solid #CCCCCC;
margin-bottom: 5px;
}

.dates{
	color: #11A6D4;
	}
	

.subheadings{
	font-weight: 600;
	font-size:16px;
	color: #ffffff;
	background-color: #299dc3;
	border-bottom: solid 1px #144758;
	padding:5px;
}

.classtitles{
color:#a0bb4b;
font-weight:bold;
font-style:italic;
}

