body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.floatright {
	float: right;
	clear: left;
	padding-left: 4px;
}
img.floatleft {
	float: left;
	clear: right;
}
table {
	float: none;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
}
tr, td {
	background-color: #FFF;
}
table.noborder {
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* H E A D E R   S E C T I O N */
#header {
	margin: 4px 0px 0px 4px;
}
#header h1 {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	color: #990000;
	margin: 30px 6px 30px 6px;
}
#header h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #990000;
	text-align: left;
	margin: 0px 0px 4px 0px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}	
#subheader h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #990000;
	text-align: left;
	margin: 0px 0px 4px 0px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}	
.imgbanner {
	border: 0;
}
/* M A I N  C O N T E N T  S E C T I O N */
#main {
	margin: 0px 20px 2px 20px;
}
#divmain img {
	border: 3px solid #0f0f0f;
} 
p.main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px 20px 14px 20px;
	line-height: 1.3em;
	text-indent: 20px;
}
p.center {
	text-align: center;
}
p.small {
	font-size: .8em;
	text-align: center;
}
p.nonindent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px 20px 14px 20px;
	line-height: 1.3em;
}
p.photocontent {
	text-align: left;
	margin: 10px 4px 10px 4px;
	font-size: .8em;
}
p.tablecontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 4px 10px 4px;
	font-size: .9em;
	line-height: 1em;
}
th {
	background-color: #CCCCCC;
}
/* Links */
p.main a, p.main a:visited, p.main a:active {
	background-color: #fff;
	color: #600;
	text-decoration: underline;
}
p.main a:hover {
	background-color: #900;
	color: #fff;
	text-decoration: none;
}

/* NOTE: Margin is the space around the heading itself */
/* The margin above defins the TOP, RIGHT, BOTTOM and LEFT spaces */
/* To help remember this order think of it as TRouBLe */
h1.main {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 2em;
	margin: 0px 20px 4px 20px;
}
/* The margins help create white space within your web page */
h2.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 20px 4px 20px;
	color: #600;
	text-align: center;
}
h3.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 20px 4px 20px;
	padding: 2px;
	background-color: #888;
	color: #ddd;
}
h4.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #263f56;
	text-align: center;
	margin-top: 25px;
}
ul {
	margin: 10px 50px 10px 50px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2em;
	list-style-type: circle;
}
/* N A V I G A T I O N  S E C T I O N */
#nav {
	margin: 12px 4px 4px 4px;
	width: 130px;
	background-color: #1e394e;
}
div.button a {
	background-color: #4a4a4a;
	background-image: url(../graphics/Button.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #444;
	border-left: 1px solid #999;
	border-right: 1px solid #444;
	border-top: 1px solid #999;
	display: block;
	color: #eee; 
	text-decoration: none;
	width: 130px;
	font-size: .80em;
}
div.button a:hover {
	background-color: #700;
	background-image: url(../graphics/ButtonOver.jpg);
	background-repeat: no-repeat;
	color: #ddd; 
	text-decoration: none;
	width: 130px;
	font-size: .80em;
}
div.eventbutton a {
	background-color: #4a4a4a;
	background-image: url(../graphics/Button.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #444;
	border-left: 1px solid #999;
	border-right: 1px solid #444;
	border-top: 1px solid #999;
	display: block;
	color: #eee; 
	text-decoration: none;
	font-size: .80em;
}
div.eventbutton a:hover {
	background-color: #700;
	background-image: url(../graphics/ButtonOver.jpg);
	background-repeat: no-repeat;
	color: #ddd; 
	text-decoration: none;
	font-size: .80em;
}
div.eventbutton a:active {
	background-color: #700;
	background-image: url(../graphics/ButtonOver.jpg);
	background-repeat: no-repeat;
	color: #ddd; 
	text-decoration: none;
	font-size: .80em;
}
p.leftcolumn {
	text-align: left;
	margin: 10px 4px 10px 4px;
	font-size: .6em;
	color: #666
}
/* F O O T E R  S E C T I O N */
#footer {
	background-image: url(../graphics/footer.gif);
	background-repeat: repeat-x; 
}
p.footer {
	text-align: right;
	margin: 10px 20px 10px 20px;
	font-size: .6em;
	color: #666
}
#footernav {
	text-align: center;
	margin: 10px 4px 10px 4px;
	font-size: .6em;
}
.imgredborder {
	border: thick solid #990000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.style3 {
	font-size: x-small;
	}
.noborderTable {
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
