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

* { vertical-align:top; }

html {height:100%;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding:0;
	}

.OVERALL {
	width: 100%;
	xheight:100%;
	background: url(design/background_top.gif) top center repeat-x;
	}
	
.O1 {
	width: 33%;
	height:100%;
	}
	
.O2 {
	width: 33%;
	height:100%;
	}
	
.O3 {
	width: 33%;
	height:100%
	}
	
.MAIN {
	height: 100%;
	width: 820px;
	}
	
.M1 {
	height: 151px;
	width: 820px;
	}
	
.M2 {
	height:100%;
	width: 820px;
	background: url(design/background_upper.gif) top left no-repeat;
	}

.M3 {
	height:100%;
	text-align: center;
	padding: 10px 0px;
	width: 820px;
	}
	
.H1 {
	width: 50%;
	text-align: left;
	}
	
.H2 {
	width: 50%;
	text-align: right;
	}
	
.HEAD {
	width: 820px;
	height: 100%;
	background: url(design/header.gif) top center no-repeat;
	}
	
.content {
	height: 100%;
	width:100%;
	}
	
.C1 {
	height:64px;
	}

.C2 {
	background: url(design/background_lower.gif) bottom left no-repeat;
	padding: 0 40px 25px 40px;
	}

#navigation {
	padding:0px;
	margin: 0px;
	padding-left:70px;
	}
	
#navigation ul {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	list-style: none;
	display: inline;
	}

#navigation ul li {
	float: left;
	text-align: center;
	}
*html #navigation ul li {
	line-height: 0px;
	}
	
#navigation ul li a, #navigation ul li a:visited {
	width: 137px;
	color: #295e7a;
	text-decoration:none;
	display: block;
	line-height:64px;
	background: url(design/button.gif) center center no-repeat;
	}
	
#navigation ul li a:hover {
	width: 137px;
	color: #295e7a;
	text-decoration:none;
	display: block;
	line-height:64px;
	background: url(design/button-over.gif) center center no-repeat;
	}

#nav-horiz {
	width: 100%;
	margin-left:20px;
	padding: 0px;
	padding-bottom:20px;
	background: url(design/background_horiz.gif) top left no-repeat;
	}
	
#nav-horiz ul {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:24px;
	list-style: none;
	display: inline;
	}

#nav-horiz ul li {
	float: left;
	text-align: center;
	}
*html #nav-horiz ul li {
	line-height: 0px;
	}
	
#nav-horiz ul li a, #nav-horiz ul li a:visited {
	width: 230px;
	color: #7599ad;
	text-decoration:none;
	display: block;
	line-height:23px;
	}
	
#nav-horiz ul li a:hover {
	width: 230px;
	color: #295e7a;
	text-decoration:none;
	display: block;
	line-height:23px;
	}

.welcome-flash {
	vertical-align: top;
	float: right;
	padding: 10px 0px 10px 20px; 
	}
	
.question {
	padding-top:8px;
	padding-left: 32px;
	padding-bottom: 14px;
	font-weight: bold;
	background: url(design/question.gif) top left no-repeat;
	}

.answer {
	padding-top:8px;
	padding-left: 32px;
	padding-bottom: 20px;
	background: url(design/answer.gif) top left no-repeat;
	}

.event {
	padding: 2px 0 30px 170px;
	}

.date {
	width: 160px;
	float: left;
	color: #295e7a;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	}
.upcoming {
	font-size:15px;
	color: #295e7a;
	text-align: center;
	}