@charset "utf-8";

/************** html **************/
body {
	background: url(../images/darkGreen.gif) repeat ;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 16px;
	margin: 0;
}

h2 {
	color: #663333;
	font-size: 14px;
	margin: 0;
}

h3 {
	color: #663333;
	font-size: 12px;
	margin: 0;
}

.heading {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

input, textarea, select, option {
	border-color: #663333;
	border: 1px;
	outline: 1px solid #663333;
	
}
/************** header **************/
#topBar {
	background: url(../images/darkRedShadow.gif) repeat-x ;
	margin: 15px auto 0 auto;
	padding: 6px 0px 6px 0px;
	width: 724px;
	color: #DBCFC9;
	text-align: center;
	font-size: 10px;
}

#topBar2 {
	text-align: right;
	font-size: 10px;
}

#logo {
	text-align: center;
	padding: 10px 0;
}

#doubleBar {
	background: url(../images/doubleBar.gif) repeat-x ;
	width: 720px;
	margin: 4px 0 15px -35px;
}

/************** main nav **************/
.mainNav {
	margin: 10px auto;
	width: 535px;
}

#mainNavList a{
	display: block;
}

#mainNavList li{
	float: left;
	margin-right: 25px;
}
a.mainNavItem, a.mainNavActiveItem {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding: 0 0 6px 12px;
}

a.mainNavItem {
	background: url(../images/navButton.gif) no-repeat;
	color: #000000;
}
a.mainNavActiveItem, a.mainNavItem:hover {
	background: url(../images/navButtonOn.gif) no-repeat;
	color: #669966;
	text-decoration: underline;
}

/************** footer **************/
#footer {
	text-align: center;
	font-size: 10px;
	padding: 30px 0 4px 0;
}

#bottomBar {
	background: url(../images/darkRedShadow.gif) repeat-x ;
	margin: 0 auto;
	padding: 4px 0px 4px 0px;
	width: 724px;
	color: #DBCFC9;
	text-align: center;
	font-size: 10px;
}

/************** general **************/
#mainContainer {
	background-color: #FFFFFF;
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 0 35px 0 35px;	
	border-left: solid #663333 2px;
	border-right: solid #663333 2px;
}

#mainContent {
	line-height: 1.4;
}

.homeBoxTitle {
	background: url(../images/darkRedShadow.gif) repeat-x ;
	color: #FFFFFF;
}

a.homeBoxTitle:hover {
	color: #99ff99;
}

.homeBox {
	float: left;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 4px;
}

.map {
	width:250px;
	font-size: 10px;
	float: right;
}

.course {
	margin-left: 15px;
	margin-bottom: 30px;
}

.small {
	font-size: 10px;
}