@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:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topmenu {
	background-color: #EBE8E2;
	height: 32px;
	width: 950px;
	font-size: 11px;
	color: #000;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	text-align: left;
}
#content {
	margin:0 auto;
	width: 950px;
}
#greyshading{
	background-color: #EBE8E2;
	width: 950px;
	height: 20px;
	color: #EBE8E2;
}
#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: 10px;
	color:#FFF;
}
#rightcontent {
	float:right;
	width: 200px;
	text-align: left;
	color: #333;
	padding-right: 0px;
	font-size: 11px;
}
#rightcontent p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color:#333;
}
#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;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #761F25;
	margin-left: 30px;
	margin-right: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F2025;
	margin-left: 30px;
	margin-right: 10px;
}
a:link {
	font-size: 11px;
	color:#761F25;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color:#761F25;
	text-decoration: none;
}
a:active {
	font-size: 11px;
	color:#761F25;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color:#761F25;
	text-decoration:underline;
}	
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #015A94;
}
.photos {
	border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 5px;
	background-color: #EBE8E2;
	margin: 10px;
}
.contactform {
	background-color: #F2F0EC;
	border: solid 1px #CCC;
}
.border{
	border: solid 1px #CCC;
}
#navigation {
	width: 950px;
	height: 33px;
	background-color: #EBE8E2;
	background-image: url(images/gradback.jpg);
	background-repeat: repeat;
	background-position: bottom;
}
.small {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
}
a.small:link {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
}
a.small:visited {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color:#761F25;
	text-decoration: none;
}
a.small:active {
	font-size: 10px;
	color:#1F2025;
	text-decoration: none;
}
/* Inner Pages */
#leftinner {
	float:left;
	width: 445px;
	text-align: center;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
#leftinner p {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color:#333;
}
#rightinner {
	float:right;
	width: 505px;
	text-align: left;
	color: #333;
	padding-right: 0px;
	font-size: 11px;
	text-align:justify;
	padding-top: 20px;
}
#rightinner p {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 11px;
	color:#333;
	line-height: 16px;
}
#rightinner ul {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 11px;
	color:#333;
	line-height: 18px;
}
/*- Menu Tabs 9--------------------------- */

    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
          margin:0;
          padding:10px 10px 0 1px;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	color:#000;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 5px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

      #tabs #current a {
              background-position:0% -42px;
      }
      #tabs #current a span {
              background-position:100% -42px;
      }
.course{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}