/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	font: .9em "Lucida Grande", Arial, sans-serif;
	height: 100%;
	width: 100%;
}    

#outerwrapper {
	margin: 0px auto;
	width: 800px;
	background: #999966;			/*#a6a570; #b0b079;#C6C48D;*/
	border: 1px solid #FFFFFF;
}
/* ------------- masthead styles */

#masthead {
	width: 100%;
	background-color:  #996; /*#C6C48D;*/
	height: 140px;
}

#homelink {
	display: block;
	margin: 1em 2em;
	padding: 1em 0 0.5em .5em;
	background: url(curl.gif) 100% 100% no-repeat;
}

/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 16.45em;
	overflow: auto;
	margin-top: -0.2em;
}

#sidebar div {
	background: #003366;
	color: #FFF;
	padding: 2em 1em 1em 1em;
	margin-top: 0em;
}


/* ------------- content styles */


#content {
	background:  #996;
/*	background:  #C6C48D;*/
	float: left;
	font-size: 0.8em;
	width: 60%;
	overflow: auto;
	padding-right: 3em;
	padding-left: 3em;
}

#content div {
	background: #996;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
}

#content h1 {
	margin: 0 0 1.25em 0em;
	padding: 1em 2em 0.5em 0em;
	color: #003366;
	font-size: 1.5em;
	text-align: justify;
}

#content h1 b {
	color: #FFFFFF;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #FFFFFF;/*#B0D742;*/
	font-size: 1.5em;
}

#content h3 {
	margin: 0 0 .25em 0em;
	padding: 0em 2em 0em 0em;
	color: #ffffff;
	font-size: 1em;
	text-align: justify;
}

#content h4 {
	margin: 0 0 .25em 0em;
	padding: 0em 2em 0em 0em;
	color: #CCCC99;
	font-size: 1em;
	text-align: justify;
}
#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
	float: left;
}

#mainText a {
	margin-left: 3em;
}

p {
	margin: 0 0 1em;
	line-height: 2em;
	font-size: 12px;
}
.f {
	padding-left: 1.5em;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

.s {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


a:link {color: #003366;text-decoration:underline}
a:visited {color: #CCCC99;text-decoration:none}
a:focus {color:#FFFFFF}
a:hover {color: #FFFFFF}
a:active {color: #CCCC99}


/*.nav a:link{color:#ccc;text-decoration:none;} 
.nav a:visited{color:#ccc;text-decoration:none;} 
.nav a:hover{color:#ccc;text-decoration:underline;} 
.nav a:active{color:#ccc;text-decoration:none;}
*/


/* 4 styles below don't seem to be necessary */

/*#sidebar form, #sidebar div h3 {
	background: #9B96CA;
}

#sidebar form {
	margin: 0; padding: 0.8em;
}

#sidebar form .text {
	width: 9em;
} 


#sidebar div h3 {
	font-size: 1.25em;
	padding: 0 1em 1em;
	text-transform: lowercase;
}
*/   

.NavBotText {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #3d3e38;
	text-align: center;
}

.NavBotLink {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #3d3e38;
}

.NavBotLink:visited {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}

.NavBotLink:hover {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}




/* ------------- footer styles */

#footer {
	font-size: smaller;
	bottom: auto;
	background: #999966;
	width: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	top: auto;
	height: auto;
	clear: both;
}

#contact {
	line-height: 2em;
	text-align: center;
}

table, th, td {
	border-collapse:collapse;
	font-size: 11px;
	background-color: #999966;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: .5em;
}
td {
	padding-right: 1em;
	padding-left: 1em;
}

.rightAlign {
	text-align: right;
}

#menu {
width:650px;
margin-left:auto;
margin-top:30px;
margin-right:auto;
text-align:center;
}

#mapLink {
	padding-top: 1em;
	padding-bottom: 1em;
}


