body {
	background-color:#ecf1fa;
	background-image:url(images/background.gif);
	color:#333333;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link, a:visited {	color:#25408e; }

a:hover { color:#8dc73f; }

h1 {
	font-size:22px;
	color:#25408e;
	margin:5px 10px 10px 10px;
}

h2 {
	font-size:16px;
	color:#25408e;
	margin:5px 10px;
}

h4 {
	font-size:16px;
	color:#25408e;
	padding:2px 5px 0px 5px;
	margin:4px 2px 4px 2px;
	border-bottom:2px solid #8dc73f;
}

p {
	margin:10px 25px 15px 25px;
	line-height:18px;
}

hr {
	margin:15px 20px 15px 20px;
	color:#25408e;
	background-color:#25408e;
	height:1px;
	border:0;
	text-align:center;
}

#content {
	width:760px;
	margin:0 auto;
	background-color:#ffffff;
}

#header {
	background-image:url(images/header-bg.jpg);
	height:100px;
	width:760px;
}

#menu {
	margin:7px 0px 8px 0px;
	padding:0px;
}

#menu li {
	display:inline;
	list-style-type : none;
	margin:0;
	padding:0;
}

#menu a:link, #menu a:visited {
	background: #25408e;
	border-top: 3px solid #8dc73f;
	border-bottom: 3px solid #8dc73f;
	color: #ffffff;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding: 4px 8px 4px 8px;
	text-decoration : none;
	font-weight:bold;
}



body#classes a#classesnav {
	background : #fff;
	color : #666666;
	font-weight:bold;
}

#menu a:hover	{
	background-color:#8dc73f;
	color:#25408e;
	text-decoration: none;
	border-top: 3px solid #fff200;
	border-bottom: 3px solid #fff200;
}

#footer {
	background-color:#25408e;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:15px 2px;
	line-height:18px;
	clear:both;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}

img.border {
	border:1px solid #25408e;
}

.field {
	width:160px;
	font-weight:bold;
	color:#25408e;
	background-color:#ecf1fa;
}

#error {
	background-color:#FFCCCC;
	border:2px solid #CC3333;
	width:500px;
	padding:2px 4px 2px 4px;
	margin:5px auto 10px auto;
}
