body {
	background-color: #EDE6D5;
	text-align: center;
	position: relative;
	margin: 0px;
	margin-top:44px;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17pt;
}

/* Formatting classes */
h1 {
	font-size: 1.3em;
	color: #008DB9;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #008DB9;
}

h3 {
	font-size: 1.1em;
	color: #008DB9;
}

a:link {
	COLOR: #008DB9; TEXT-DECORATION: none}
	
a:visited {
	COLOR: #008DB9; TEXT-DECORATION: none}
	
a:active {
	COLOR: #E9C961; TEXT-DECORATION: underline}
	
a:hover {
	COLOR: #008DB9; TEXT-DECORATION: underline}

/* Layout classes */

#container {
	width:862px;
	margin:0 auto;
	position: relative;
	background-color: #E9C961;
	text-align:center;
}

#innercontainer {
	margin:0 auto;
	position: relative;
	width: 682px;
	border-left: 14px solid #008DB9;
	border-right: 14px solid #008DB9;
	background-color: #ffffff;
	padding: 4px 4px 45px 4px;
	text-align:left;
	background-image: url(../images/site_design/dottedlines.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#banner {
	height:221px;
}

#navigation {
	width:100%;
	height:32px;
	background-image: url(../images/site_design/navigation_bg.gif);
	clear: both;
	padding-top:3px;

}

img.sideimg {
	position: absolute;
	left:4px;
	top:5px;
}

img.logo {
	position: absolute;
	left:205px;
	top:4px;
}

img.sidephoto {
	position: absolute;
	left:4px;
	top:76px;
}

img.mainphoto {
	position: absolute;
	left:212px;
	top:76px;
}

#content {
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 27px;
}

#footer {
	font-size: 0.8em;
	width:862px;
	margin:0 auto;
	position: relative;
	text-align:left;
	color:#BABCBE;
}

div.copyright {
	position:absolute;
	left:89px;
	top:8px;
}

div.formelogo {
	position:absolute;
	right:93px;
	top:14px;
}

/* FORM CSS */


.submitbutton {
	border: 1px solid #008DB9;
}

.formarea input, .formarea label, .formarea .formtextarea  {
	margin-bottom:6px;
}

.formarea {
	margin-top:22px;

}

.formarea p {
	margin:0px;
	padding:0px;
	clear: both;
}

.firstlabels {
	float: left;
	width:150px;
	
}

.firstboxes {
	margin-right:20px;
	width:215px;
	border: 1px solid #008DB9;
	padding:3px;
}

.otherboxes {
	border: 1px solid #008DB9;
}

.chkbox {
	float:left;
	clear:both;
}

.chkboxtext {
	float:left;
}

.formtextarea {
	float:left;
	width: 470px;
	height: 50px;
	border: 1px solid #008DB9;
	padding:3px;
	margin-bottom:17px;
}

fieldset#classes {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	margin-left: 10px;
}
fieldset#classes checkbox {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#classes h2 {
width: 60px;
float: left;
font-size: 1em;
font-weight: normal;
}
#classes div {
width: 220px;
float: left;
}

#classes label {
width: 220px;
float: none;
display: inline;
margin:0;
padding:0;
position: relative;
top:-6px;
}

#subjectchoice p {
margin:0;
margin: 0.3em 0;
padding:0;
line-height: 12px;
}

.warningtext {
	color: #049AC4;
}

fieldset {
	border: 0px;
}