body {
	margin: 0px;
	background: url(images/body-bg.png) #EEEEEE;
}

body, table {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #5F5F5F;
}




a {
	color: #337ACF;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}

input.text, textarea, select {
	font-size: 12px;
	padding: 2px 4px;
	border: solid black 1px;
}



td.formcaption {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px 4px;
}


td.formfield {
	padding: 2px 4px;
}


.h1, .h2, h3, .h3 {
	color: #003466;
	

}
h2 {
	font-size: 20px;
	font-family: "Century Gothic";
	letter-spacing: 0px;
	color:#003476;
	
	
 }
 
 h1 {
	font-size: 20px;
	font-family: "Monotype Corsiva";
	letter-spacing: 1px;
	color:#003476;

 }
 
 h3 {
	font-size: 14px;
	font-family: "Century Gothic";
	letter-spacing: 1px;
	color:#003476;

 }
 h4 {
	font-size: 14px;
	font-family: "Century Gothic";
	letter-spacing: 1px;
	color:#FF9820;
	font-weight: bold;

 }
h1, .h1 {
	font-size: 23px;
}
h2, .h2 { font-size: 16px; }
h4, .h4 { font-size: 12px; }



.searchterm {
	font-style: italic;
	font-weight:bold;
}


table#main {
	height: 100%;
	width: 729px;
	background: url('images/main-bg.png') repeat-y #ffffff;

}
table#main td.main {
	padding: 10px 14px;
}



table#footer {
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: #22396F;
}

table#footer td.links {
	padding: 10px;
	text-align: center;
}
table#footer td.links a {
	color: #E1E2EC;
	margin: 0px 10px;
	font-weight: normal;
	text-decoration: none;
}
table#footer td.links a:hover {
	color: #EACB95;
	text-decoration: underline;
}
table#footer td.copyright {
	padding: 0px 10px 10px 10px;
	text-align: center;
}



hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D0D0D0;
}

hr.orange {
	height: 2px;
	background: #F9BC52;
	border-color: #F9BC52;
	border-width: 2px 0px 0px 0px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
}

/**********************************************/

div#divMainMenu table {
	margin: 5px 0px 5px 0px;
	border: solid #EACB95;
	border-width: 3px 0px;
}

div#divMainMenu td {
	padding: 4px 6px;
	text-align: center;
	white-space: nowrap;

}

div#divMainMenu td.hover {
	background: #999999;
}
div#divMainMenu td.hover a {
	color: white;
}


div#divMainMenu td a {
	font-size: 12px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}



div.submenu {
	position: absolute;
	width: 170px;
	visibility: hidden;
}

div.submenu table {
	border: solid white;
	border-width: 1px 0px 0px 1px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.submenu table td {
	background: #FDBF50;
	border: solid white;
	border-width: 0px 1px 1px 0px;
	color: white;
	white-space: nowrap;
	padding: 6px 8px;
}
div.submenu table td a {
	font-weight: bold;
	font-size: 11px;
	color: #203A6F;
	text-decoration: none;
}


div.submenu table td.hover {
	background: #999999;
	cursor: pointer;
}

div.submenu table td.hover a {
	color: #ffffff;
}


.white {
	color: white;
}
.underline {
	text-decoration: underline;
}
.gray {
	color: #6B6C70;
}
.bold {
	font-weight: bold;
}

html fieldset{ position: relative; margin-top:1em; padding:1em; padding-top:.75em; }
html fieldset legend{ position:absolute; top: -.5em; left: .5em; }


div#diveventswrap {


}

div#divevents {
	height:110px;
	border:solid #D0D0D0 1px;

}
div#divevents div.innerDiv {
	padding: 10px;

}



div#divevents {

}










table.infobox {
	color:white;
	background: #838995;
	border: solid #4D515A 0px;
}

table.infobox .corner {
	width: 30px;
	height:30px;
}

table.infobox .topleft {
	background: url('images/infobox-corner-topleft.png') #ffffff no-repeat;
}

table.infobox .topright {
	background: url('images/infobox-corner-topright.png') #ffffff no-repeat;
}


table.infobox .botleft {
	background: url('images/infobox-corner-botleft.png') #ffffff no-repeat;
}

table.infobox .botright {
	background: url('images/infobox-corner-botright.png') #ffffff no-repeat;
}

table.infobox .bordertop {
	height: 30px;
	background: url('images/infobox-border-top.png') #ffffff repeat-x;
}

table.infobox .borderbot {
	height: 30px;
	background: url('images/infobox-border-bot.png') #ffffff repeat-x;
}


table.infobox .borderleft {
	width: 30px;
	background: url('images/infobox-border-left.png') #ffffff repeat-y;
}


table.infobox .borderright {
	width: 30px;
	background: url('images/infobox-border-right.png') #ffffff repeat-y;
}
.label {
	width: 270px;
	display: block;
	padding: 0px;
	line-height: 12px;
	border: 1px solid #CCCCCC;
	background-color:#FCFCFC;
}

.textarea {
	border: 1px solid #CCCCCC;
	margin: 0 0 3px 0;
	height: 63px;
	background-color:#FCFCFC;
	
}
.button {
	color: #FFFFFF;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background-color:#4E7CC9;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}

form{
padding-left: 100px;



}
