@charset "utf-8";
/* CSS Document for WA Academy*/

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #F4F4F4;
	margin-top: 0px;
}
/*  #695E4A   */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 950px;
	text-align:left;
	border: solid 1px #CCC;
}
#masthead {
	background-color: #FFF;
	height: 110px;
	width: 950px;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topmenu {
	background-color: #EBE8E2;
	height: 18px;
	width: 950px;
	font-size: 11px;
	color: #000;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	text-align: left;
}
#leftcontent {
	float:left;
	width: 750px;
	padding-left: 0px;
	margin-top: 0px;
}
#leftcontent p {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color:#333;
	text-align: justify;
}
#rightcontent {
	float:right;
	width: 200px;
	text-align: center;
	color: #333;
	padding-right: 0px;
	font-size: 11px;
}
#rightcontent p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color:#333;
}
#scroller{
	clear:both;
	padding-top: 10px;
	height:30px;
	text-align: center;
	background: #FFF;
	font-size: 13px;
	color:#330066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer{
	clear:both;
	padding-top: 10px;
	height:30px;
	text-align: center;
	background: #1F2025;
	font-size: 10px;
	color:#FFF;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#FFF;
}
#sitedescription{
	clear:both;
	padding-top: 10px;
	height:45px;
	text-align: center;
	background: #FFF;
	font-size: 10px;
	color:#CCC;
}

a:link {
	font-size: 11px;
	color:#816A74;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color:#816A74;
	text-decoration: none;
}
a:active {
	font-size: 11px;
	color:#816A74;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color:#816A74;
	text-decoration:underline;
}	
.small {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
	text-align:right;
}
a.small:link {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
	text-align:right;
}
a.small:visited {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
	text-align:right;
}
a.small:hover {
	font-size: 10px;
	color:#816A74;
	text-decoration: none;
	text-align:right;
}
a.small:active {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
	text-align:right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #816A74;
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F2025;
	margin-left: 10px;
	margin-right: 10px;
}
li {		margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color:#333;
	text-align: justify;
}
.contactform {
	background-color: #F9F8F7;
	border: solid 1px #CCC;
}
.border{
	border: solid 1px #CCC;
}
