body {
  text-align:center;
 
}

table {
	margin:0px;
	padding:0px;
	border: none;
	font-size:1.0em;
	overflow:hidden;
}
#container {
overflow:hidden;
position:relative;
width:820px;
 margin:  auto;
 background: transparent url("../images/BG.gif") repeat-y;
 
}
#header {
width:800px;
height:163px;
border-width: 0px 0px 1px 0px;
border-style:dashed;
border-color:#444444;
margin-left:auto;
margin-right:auto;
margin-bottom:2px;

padding: 0px;
color: black;

}
#nav{
margin-left:228px;
margin-top:-45px;
text-align:left;
font-weight:normal;
font-size:1.0em;

font-family: verdana, arial, sans;
}
#footer {
width:800px;
clear: both;
margin-left:auto;
margin-right:auto;
margin-top:10px;
font-size: .85em;
font-weight: normal;

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


#main {
overflow:hidden;
margin-left:auto;
margin-right:auto;
width:760px;
text-align:left;
color:black;
padding: 20px;
font-size:1.0em;
}

#main_right {
display:block;
margin-left:220px;
width:540px;
text-align:left;
color:black;
padding: 20px;

}

#main_right img {
border:1px solid black;
}
#main_right a img {
border:0px;
}
#contact_main {
margin-left:auto;
margin-right:auto;
width:760px;
text-align:left;
color:black;
padding: 20px;
font-size:1.0em;
}

#contact_main img {
border: 4px solid #e1f6ff;
margin: 5px;

}

#wrapper_bottom {
	margin: auto;
	background: #ddc399 url("../images/bottom.gif") no-repeat;
	width: 820px;
	height:10px;
}
#right {
	
	background: #FFF;
	width: 240px ;
	padding 10px;
	float:right;
}
#resources {
margin-top:10px;
padding-left:20px;
width:360px;
border-width: 0px 0px 0px 1px;
border-style:dashed;
border-color:#444444;
}
#resources img {
border: 4px solid #e1f6ff;
}

#events {
border-width: 0px 0px 0px 0px;
border-style:dashed;
border-color:#444444;
padding-right:10px;
margin-top:10px;
width:340px;

}

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

#pics {
width:780px;
height:320px;
margin-left:auto;
margin-right:auto;
border-width: 0px 0px 1px 0px;
border-style:dashed;
border-color:#444444;
text-align:center;
}
/* resource and events page only */
#submenu {
display:inline;
float:left;
padding:5px 10px 25px 10px;
margin:25px 0px 25px 25px;
text-align:left;
width: 170px;
background:#ddc399;
font-size:1.0em;
line-height:1.5em;
}

#resources_main {
display:block;
margin-left:220px;
width:540px;
text-align:left;
color:black;
padding: 20px;

}

#submenu ul {
margin-left:0px;
padding:0px
}

#submenu li {
margin-left:10px;
padding:0px;
}


#submenu span {
font-size:.8em;
margin-left:25px;
}


#submenu strong a {
font-size:1.2em;
margin-left:0px;
color:#993300;
}



#resources_main img {
margin: 3px;
}
#newForm {
background:#e1f6ff;
margin:5px;
}

.para {
width:650px;
clear:both ;
margin-bottom:20px;
}

/*for looks */

body {
	color:black;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans;
	font-size: 75%;/* 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-color: #ddc399;

}
#left a {
font-size: 1.1em;


}
#left a:link {
	}
#left a:visited {
	}
#left a:active {
	}
#left a:hover {
	text-decoration: underline;
	color: #66a8c3;
	
	}
#left p {
 border-right: #D74200  thin  solid  ;
  padding-right: .4em;
}

a {
	text-decoration: none;
	color: #78581a;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #1c536a;
	}
h1 {
	font-size: 1.8em;
	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:#a17c33;
	font-family: georgia, times,"Times New Roman", serif;
	}
h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	
	}
h3 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 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;
	}
img {
	border: 0;
	margin-right:10px;
	}
ol, ul, li {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	

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

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;
}
 .caption {
 font-size:0.9em;
 line-height: 1.5em;
 }
