@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#614834;
	font-size:12px;
	}
	
h1 {
	font-size:2.3em;
	font-weight:normal;
	}
	
	
h2 {
	font-size:1.7em;
	}
	
h3 {
	font-size:1.3em;
	}
	
h5 {
	font-size:1.1em;
	font-weight:bold;
	}
	
a {
	color:#990033;
	text-decoration:none;
	}	
	
a:hover {
	color:#990033;
	text-decoration:underline;
	}	
	
a:visited {
	color:#993333;
	text-decoration:none;
	}	
	
a:active {
	color:#993333;
	text-decoration:none;
	}	
	
#iframe {
	background:#f5f8fa;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:15px;
	}
	
form {
	padding:0px;
	margin:0px;
	}
	
#wrapper {
	background-color:#ffffff;
	width: 1024px;
	min-height:842px;
	position:absolute;
	top: 0px;
	left:0px;
	}
		
#pic {
	background-color:transparent;
	width: 322px;
	max-height:175px;
	position:absolute;
	top: 0px;
	left:0px;
	}
	
#pic1 {
	background-color:transparent;
	width: 353px;
	max-height:203px;
	position:absolute;
	top: -1px;
	left:0px;
	}
	
	
#container {
	width:750px;
	}
	
#menu {
	width:750px;
	background-color:#614834;
	padding: 2px 2px 2px 10px;
	text-align:left;
	}
	
	#menu a {
		color:#FFFFFF;
		text-decoration:none;
		}
		
	#menu a:hover {
		color:#FFFFFF;
		text-decoration:none;
		}
	
	#menu a:visited {
		color:#FFFFFF;
		text-decoration:none;
		}
		
	#menu a:active {
		color:#FFFFFF;
		text-decoration:none;
		}
		
		
#main {
	width:750px;
	}
	
#footer {
	width:750px;
	text-align;
	}
		
.footer {
	font-size:.9em;
	}
	
.smallhead {
	font-size:.90em;
	font-weight:bold;
	text-transform:capitalize;
	}
	
.smalltext {
	font-size: .95em;
	}
	
.hidden {
	visibility: hidden;
	
	}
	
.venue {
	size:1.2em;
	font-weight:500;
	}
	
.alert {
	size:1.1em;
	color:#990000;
	text-transform:uppercase;
	font-weight:bold;
	}