body {
  text-align:center;
 
}

table {
	margin:0px;
	padding:0px;
	border: none;
	font-size:1.0em;
	overflow:hidden;
}
#container {
overflow:hidden;
margin-left:50px;
border-width: 0px 0px 0px 0px;
border-style:solid;
border-color:#466126;
background: transparent;
}

#header {
text-align:left;
margin-left:0px;
padding-bottom:20px;
color: black;
}
#nav{
padding-left:40px;
text-align:left;
font-weight:normal;
font-size:1.2em;
font-family: Georgia, Times, serif;
background: transparent;
vertical-align:text-top;
}

#nav a {
	vertical-align:text-top;
	margin-right:30px;
	
 }
#nav a img {
	border:3px solid #FFFBE8;
}

#nav a:hover img {
	border:3px solid black;
}
#footer {
width:800px;
clear: both;
margin-left:50px;
margin-top:10px;
font-size: .85em;
font-weight: normal;

background:transparent;
padding: 1px;
padding-bottom:30px;
border-width: 0px 0px 0px 0px;
border-style:dashed;
border-color:#444444;
text-align:left;
}


#main {
float:left;
margin-left:50px;
margin-right:auto;
margin-top:0px;
width:725px;
text-align:left;
color:black;
padding: 0px;
font-size:1.0em;
}

}
/*** IE Fix ***/
* html #events {
  left: 380px;           /* RC fullwidth */
}

/* resource and events page only */
#submenu {
width:725px;
padding:5px 5px 5px 5px;
margin:20px 0px 30px -10px;
text-align:left;
background:#d1e3a8;
font-size:1.0em;
line-height:1.5em;
font-size:1.2em;
}
#submenu a {
font-size:1.2em;
font-weight:bold;
margin-left:0px;
color:#993300;
}
.quote
{
	font-weight: bold;
font-family: Georgia, Times, serif;
	font-size: 1.3em;
	font-style: italic;
}
.quote span {
	font-weight:normal;
		font-size: 1.0em;
	font-family: arial, verdana, sans;
	margin-left:30px;
}
/*for looks */

body {
	color:black;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
    background: #B4C874 URL("../images/navBG.gif") repeat-x;

}

a {
	text-decoration: none;
	color: #993300;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: Black;
	}
h1 {
	font-size: 2.1em;
	font-weight: bolder;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:black;
	font-family: times,"Times New Roman",  georgia,serif;
	text-align:left;
	background:#FFFBE8;
	padding:5px;
	}
h2 {
	font-size: 1.5em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	color:#FFFBE8;
	}
	
h2 span {
	font-size: .9em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	color:#101010;
}
h3 {
	font-size: 1.3em;
	margin: .5em 0em 0.5em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color:#99aa00;
	}
dt {
	font-size: 1.2em;
	font-weight:bold;
}
dd {
	font-size: 1.0em;
	line-height: 1.8em;
}
div div img {
	border: 0;
	margin-right:10px;
	}
ol, ul, li {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.7em;
	margin-bottom:5px;

	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
blockquote {
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 1.2em 0em 0em 1.5em;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.alert {
	font-weight:bold;
	color:#d74200;
}

 .text {
 font-size:75%;
 }

