/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #a6bf79 url(images/img01a.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 22px;
        margin: 10px 0;
	color: #404040;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 18px;
        margin: 10px 0;
	color: #586b33;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 16px;
        margin: 10px 0;
        color: #c77e0c;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 14px;
        margin: 10px 0;
	color: #586b33;
}

a {
        text-decoration: underline;
        font-weight: normal;
	color: #28556c;
}

a:hover {
        text-decoration: underline;
	color: #c77e0c;
}

/** HEADER */

#header {
	width: 770px;
        height: 115px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(images/header-5.jpg) left top; 
        background-repeat: no-repeat; 
}


/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #28556c;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #c77e0c;
}

/** CONTENT */

#content {
	width: 770px;
	line-height: 150%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#content p, ul {
        margin-top: 5px; 
        margin-bottom: 10px;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

#right p {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 0px;
	color: #586b33;
}

#right a {
	text-decoration: none;
}

#right ul {
        display: block; 
        list-style: none;
        margin: 0px; 
        padding: 0px; 
}

#enroll {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c77e0c;
        font-weight: bold;
        font-size: 16px;
}
#enroll a {
        font-weight: bold;

}

#map h2{
       font-size: 16px;
}
      
/** SITE MAP*/

#sitemap li {
	padding: 0px;
}

#sitemap ul, h3, h4 {
        margin: 0px; 
}

#sitemap p, h2 {
        margin-top: 0px;
        margin-bottom: 5px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
        height: 145;
	margin: 0px auto;
	border-top: 2px solid #28556c;
	background: #ffffff url(images/img04.gif);
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #000000;
}
#footer a {
	text-decoration: none;
}