
body {
	background-color: #ffffff;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 900px;
	height: 100%;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	float: left;
	margin-top: 0px;
}

#menu {
	background-color: #38672f;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
		
}

#menu ul  {			
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-bottom: 0px;
	background-color: #38672f;
}

#menu ul li {
	float: left;
	border-style: solid;
	border-right-width: 4px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-color: #ffffff;
	padding: 0px;
	width: 118px;
	
}

#menu ul li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: center;

}

#menu ul li  a:hover, .selected a {
	color: #ffffff;
	background-color: #38672f;
}

.menuleft, .menuleft a:hover {
	background: url(../img/menuleft.png) top left no-repeat;
}

.menuright {
	background: url(../img/menuright.png) top right no-repeat;

}

#content {
	width: 880px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	padding: 10px;
	text-align: left;
	min-height: 450px;
}

#footer {
	width: 900px;
	height: 25px;
	background-color: #ffffff;
	float: left;
	padding: 0px;
	text-align: center;
}

#error_msg {
	width: 858px;
	height: 100%;
	background-color: #ff6e64;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #be474d;
	margin-top: 10px;

}

#error_msg2 {
	width: 500px;
	height: 100%;
	background-color: #ff6e64;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #be474d;
	margin-top: 10px;

}

h1 {
	color: #000000;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	color: #000000;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	color: #000000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#contact_form input {
	width: 200px;
}

#contact_form textarea {
	height: 125px;
	width: 75%;
}

a, a:visited {
	#color: #38672f;
}

.text {
	width: 300px;
}

.school {
	width: 150px;
}

.yr {
	width: 110px;
}

.yrbox {
	width: 80px;
}

.tarea {
	width: 850px;
	height: 100px;
}

.righttoppic {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.lefttoppic {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-width: 0px;
}
