/* reset */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, em, font, img, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

body { line-height:1; }

body, li, dl, td, th, p, input, textarea { font-size:62.5%; line-height:normal; }

ol, ul { list-style-position:outside; list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

:focus { outline:0; } /* remember to define focus styles! */

table { border-collapse:collapse; border-spacing:0; } /* tables still need 'cellspacing="0"' in the markup */


/* preset.css */

body, ul, ol, td, th, p, input, textarea { color: #000; font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", "Liberation Sans", sans-serif; }

input, textarea { border:1px solid #eee; font-size:1.2em !important; vertical-align:top; /*removes a bug in FF where input elements have extra margin applied by the browser*/ }

legend, label { font-size:1.2em !important; }


/* styles */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #fff url(img/masthead.gif) top repeat-x;
	font-family: Georgia, Garamond, serif;
	text-align: center;
	}

p, td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #405d7d;
	}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: left;
	}	

.headers {
	margin-left: 5px;
	color: #C30;
	margin-right: 20px;
}

.headers a:link {
	color: #C30;
	text-decoration: none;
}

.headers a:hover {
	color: #C30;
	text-decoration: underline;
}

.headers a:visited {
	color: #C30;
	text-decoration: none;
}

td img {
	display: block;
	padding: 0;
	}
	
td a:link img {
	border: none;
	background: none;
	}
	
td a:hover img {
	border: none;
	background: none;
	}

ul li {
	color: #405d7d;
	margin-left: -16px;
	list-style-type: disc;
	font-size: 10px; 
	line-height: 14px;
	text-align: left;
	}

/*  links  */

a:link {
	color: #555;
	text-decoration: underline;
	}

a:visited {
	color: #555;
	border: none;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #405d7d;
	}

a:active {
	text-decoration: underline;
	}

a:link img {
	border: none;
	}

a:visited img {
	border: none;
	}
	
a:hover img {
	text-decoration: none;
	border: none;
	background: none;
	}

.mainContent {
	margin-left: 5px;
	margin-right: 5px;
	}

.events {
	text-align: left;
	color: #405d7d;
	margin-left: 14px;
	font-size: 12px;
	line-height: 16px;
	}

.foot {
	font-size: 9px;
	margin-left: 5px;
	color: #405d7d;
	text-align: left;
	}

.clear {clear:both;}

/*  divs  */

#container {
	margin: 0 auto;
	width: 656px;
	text-align: center;
	background: transparent;
	overflow: visible;
	}

#navigation {
	margin-top: 28px;
	width: 100%;
	height: 23px;
	text-align: center;
	}

#bluetop {
	width: 100%;
	text-align: left;
	height: 108px;
	}

#flash {
	width: 656px;
	text-align: left;
	height: 140px;
	overflow: hidden;
	}

#main {
	float: left;
	width: 400px;
	text-align: left;
	}

#sidebar {
	float: right;
	width: 205px;
	text-align: center;
	background: #e4e4e4;
	}

#wide {
	width: 650px;
	text-align: left;
	}

#footer {
	margin: 0 auto;
	clear: both;
	width: 656px;
	height: 78px;
	text-align: left;
	}

/* Forms *********************************************************************/

fieldset {
	font-family: "lucida grande", corbel, "lucida sans unicode", verdana, sans-serif;
	color: #000;
	padding: 2px;
	border: none;
	width: 630px;
	}

label {
	font-size: 13px;
	line-height: 19px;
	color: #405d7d;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	float: left;
	width: 120px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText {
	font-size: 0.7em;
	color: #799296;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #c5dee1;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 15px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	}
	
textarea.formInputText {
	font-size: 0.7em;
	color: #799296;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #c5dee1;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	}
	
input.formInputText:hover, textarea.formInputText:hover {
	background-color: #c5dee1;
	border: solid 1px #799296;
	color: #3e5256;
	cursor: pointer;
	}
	
input.formInputText:focus, textarea.formInputText:focus {
	color: #3e5256;
	background-color: #ffffff;
	border: solid 1px #799296;
	cursor: text;
	}

input.formInputButton {
	margin-top:10px;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #3e5256;
	background: #c5dee1;
	padding: 2px 8px;
	border: solid 1px #799296;
	cursor: pointer;
	float: left;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	}
	
input.formInputButton:hover   {
	background:#799296;
	border: solid 1px #799296;
	color: #fff;
	}
	
input.formInputButton:active   {
	background:#3e5256;
	}