/* CSS Document */
html body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2f311c;
	font-size: small;
}
a:link {
	color: #2f311c;
	text-decoration: underline;
}
a:visited {
	color: #2f311c;
	text-decoration: underline;
}
a:hover {
	color: #5e6237;
	text-decoration: none;
}
a:active {
	color: #f00;
}

h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
#container {
	width: 758px;
	margin: 0 auto 0 auto;
	background-image: url(images/headerbg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#containerContact {
	width: 758px;
	margin: 0 auto 0 auto;
	background-image: url(images/contactbg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#containerFees {
	width: 758px;
	margin: 0 auto 0 auto;
	background-image: url(images/feesbg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}#header {
	height: 71px;
}
/*---------------------------
 Menu Styles 
 -----------------------------*/
#menu {
	height: 24px;
	margin: 0;
	padding: 0;
} 

ul#navlist
{
margin: 3px 0 0 420px;
padding-left: 0;
padding-top: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
	padding: 3px 10px; 
	margin: 0;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #5f6237;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #2f311c;
text-decoration: none;
}


#banner {
	height: 234px;
	border-right: 1px solid #8e9353;
	border-left: 1px solid #8e9353;
}
#content {
	padding: 10px 0 0 112px;
	border-top: 1px solid transparent;
	border-right: 1px solid #8e9353;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #8e9353;
	background-image: url(images/left-colbg.jpg);
	background-repeat: no-repeat;
}
#content img {
	padding: 0 8px 0 8px;
}
#footer {
	border-right: 1px solid #8e9353;
	border-left: 1px solid #8e9353;
	border-bottom: 1px solid #8e9353;
}

#footerMenu {
	text-align: center;
	display: block;
	padding: 8px 0 4px 0;
}
#copyright {
	font-size: xx-small;
	text-align: center;
	display: block;
	padding: 8px 0 16px 0;
}
