body {
	width:100%;
	background-color:#fff;
	height:100%;
	margin:0px auto;
	padding:0px;
}

#container {
	position:relative;
	background-color:#ccc;
	width:720px;
	margin:0px auto;
	padding:0px;
}

#contain2 {
	position:relative;
	background-color:#FFF;
	width:700px;
	margin:0px 10px;
	padding:0px;
	background-image:url(images/background.gif);
}

#header {
	width:700px;
	height:120px;
	margin:0px;
	padding:0px;
}

.seperator {
	background-image:url(images/seperator.gif);
	background-repeat:repeat-x;
	width:700px;
	height:10px;
	margin:0px;
	padding:0px;
}

#mainarea {
	position:relative;
	width:700px;
	padding:0px;
	margin:0px;
}

#navigation {
	position:absolute;
	float:left top;
	width:190px;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#content {
	position:relative;
	left:205px;
	top:0px;
	width:480px;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333;
	background-color:#fff;
}

#content h3 {
	padding:0px;
	margin:0px;
	color:#FFC000;
	font-size:1.5em;
	border-bottom:1px dashed #FFC000;
}

#content h4 {
	font-size:1.2em;
	color:#F00;
	font-weight:bold;
}

#content img {
	margin:5px;
}

#content a {
	color:#FFC000;
}

#content a:hover {
	color:#FFC266;
}

#footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em;
	position:relative;
	padding:10px;
	width:680px;
	height:110px;
	background-color:#000;
	left:10px;
	bottom:0px;
	text-align:center;
	color:#fff;
	z-index:10;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#footer h3 {
	font-size:1.7em;
}

.fees {
	background-color:#FFC000;
}

.fee1 {
	background-color:#FFC000;
	color:#000;
	text-align:center;
	font-weight:bold;
}

.fee_reg {
	background-color:#fff;
}

.fee_reg2 {
	background-color:#FEE8A4;
}

.top {
	border-bottom:1px solid #000;
}

#banner {
	width:700px;
	height:1.4em;
	background-color:#E3E3E3;
	color:#fff;
	font-size:.9em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#content td {
	font-size:.9em;
}