body {
	margin: 0px;
	background: url("images/bg.jpg") #D1E5AB repeat-x;
	font-family: sans-serif;
	font-size: 12px;
	z-index: 0;
}

a {
	text-decoration: none;
	color: brown;
}

img {
	border: none;
	margin: 0px;
}

h1 {
	float: left;
	margin: 6px 50px;
	font-size: 13px;
	color: #009944;
}

form {
	font-size: 13px;
	font-weight: bold;
	color: black;
	line-height: 30px;
}

form legend {
	height: 50px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: brown;
}

form fieldset {
	margin: 10px auto;
	-moz-border-radius: 15px;
}

input {
	border: 1px green ridge;
	-moz-border-radius: 5px;
}

select {
	border: 1px green ridge;
}

.registration_terms {
	background-color: #EFFAD8;
	border: 2px white groove;
	width: 97%;
	height: 200px;
	overflow: auto;
	padding: 0 1%;
	font-size: 10px;
	line-height: 11px;
}

.title {
	position: relative;
	margin: auto;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: brown;
	text-align: center;
}

.online_status {
	position: relative;
	margin: 5px auto;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: center;
}

#top {
	position: relative;
	width: 100%;
	height: 70px;
}

#top .logo {
	position: relative;
	float: left;
	font-size: 35px;
	font-weight: bold;
	color: #99BBAA;
}

#top .login {
	position: relative;
	float: right;
}
#menu {
	position: relative;
	float: left;
	clear: left;
	
}

#main_menu {
	background: url("images/menu_bg.jpg") top repeat-x #A1C87B;
	height: 25px;
	border-top: 2px solid green ;
	border-bottom: 1px solid green;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#main_menu .separator {
	padding: 0 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: brown;
}

#main_menu a {
	padding: 5px 8px;
	color: #003300;
}

#main_menu a:HOVER {
	color: brown;
}

#sub_menu {
	position: relative;
	float: left;
	clear: left;
	background: #A1C87B;
	border-top: 2px solid green;
	border-right: 2px solid green;
	border-left: 40px solid green;
	border-bottom: 2px solid green;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#sub_menu a {
	padding: 0px 10px;
	color: brown;
}

#sub_menu a:HOVER {
	color: red;
}

#alert_message {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: red;
}

#footer {
	background: url("images/footer_bg.jpg") repeat-x #A1C87B;
	border-top: 3px solid green;
	border-left: 10px solid green;
	border-right: 10px solid green;
	position: fixed;
	float: left;
	bottom:0px;
	width: 100%;
	z-index: 100;
}

#footer .separator {
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: brown;
}

#footer a {
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
	color: brown;
}

#footer a:HOVER {
	text-decoration: underline;
	color: red;
}

.pagenumber {
	text-decoration: none;
	color: purple;
	font-size: 14px;
}

.activepagenumber {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.table {
	position: relative;
	background: white;
	border: solid 2px brown;
}

.table .header {
	background: green;
	font-size: 13px;
	font-weight: bold;
	color: aqua;
}

.table .header td {
	padding: 2px 5px 1px 5px;
}

.table .header a {
	text-decoration: none;
	color: aqua;
}

.table .row {
	background: #CAEFD8;
	font-size: 13px;
	color: purple;
}

.table .row td {
	padding: 2px 5px 1px 5px;
}

.table .row a {
	text-decoration: none;
	color: purple;
}

