/* text */

A:link   { color: black;  text-decoration: underline; font-weight: normal; }
A:hover   { color: #ffffff;  text-decoration: underline; font-weight: normal; }

body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	background-color: #000000; 	
}

.headline {
	color: #333333;
	text-align: left;
	margin-top: 0px;
	font-size: 24px;
	line-height: 27px;
}

.subhead {
	color: #333333;
	margin-top: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}


.contact a, .contact {
	color: #8ac11a;
	text-decoration: none;
}

.contact a:hover  {
	color: #ffffff;
}



/*  main layout */

#wrapper {
	position: relative;	
	margin: 10px auto;
	width: 800px;
	height: 816px;
	text-align: left;
}


#base {
	position: absolute;	
	width: 800px;
	height: 816px;
	border: 1px; 
 	border-style: solid; 
	border-color: #000000; 	
	background-color: #ffffff; 	
	background-repeat: no-repeat;
}

#base2 {
	position: absolute;	
	width: 800px;
	height: 816px;
	border: 1px; 
 	border-style: solid; 
	border-color: #666666; 	
	background-color: #ffffff; 	
	background-repeat: no-repeat;
}

#topNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 166px;
	background-color: #000000;
	background-image: url(images/masthead.gif);
	z-index: 3;
}

#navContent {
	position: absolute;
	top: 126px;
	left: 560px;
	width: 220px;
	height: 30px;
	text-align: right;
	color: #8ac11a;
	font-size: 10px;
	line-height: 15px;
}


#mainContent {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 800px;
	height: 620px;
	background-color: #8ac11a;
	background-image: url(images/note.jpg);
}

#leftContent {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 190px;
	height: 620px;
	background-color: #8ac11a; 	
}


#rightContent01 {
	position: absolute;
	top: 166px;
	left: 190px;
	width: 610px;
	height: 620px;
	background-color: #8ac11a; 	
	display: inline; 	
}


#baseNav {
	position: absolute;
	top: 786px;
	left: 0px;
	width: 800px;
	height: 30px;
	background-color: #000000;
}


/*  main content */



#mainMenu {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 200px;
	height: 400px;
}

.menuItem a, .menuItem {
	float: left;
	width: 200px;
	height: 40px;
	text-align: right;
	font-size: 15px;
	line-height: 40px;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	display: inline; 	
}

.menuItem a:hover {
	color: #000000;
}

.menuSpacer {
	float: left;
	width: 200px;
	height: 2px;
	background-color: #666666; 	
	display: inline; 	
}

.menuBase a, .menuBase {
	float: left;
	height: 35px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-transform: none;
	display: inline; 	
}

.menuBase a:hover {
	color: black;
}

