@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #33CC66;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container {
	width: 90%;
	background: #33CC66;
	margin: 0 auto;
	text-align: left; 
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 0px #000000;
	border-left: 0px #000000;
} 

#sm_container {
	width: 575px;
	background: #0099FF;
	margin: 0 auto;
	text-align: left;
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 0px #000000;
	border-left: 0px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
} 

#sm_container2 {
	width: 700px;
	background: #33CC66;
	margin: 0 auto;
	text-align: left;
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 0px #000000;
	border-left: 0px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
} 

#header {
	background: #33CC66;
	padding: 10px 10px 0;
	font-size: 8pt;
	text-align: right;
	height: 180px;
	color: #FFFFFF;
} 

#header a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	}

#header a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#header a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#header a:active {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#menu {
	float: left;
	width: 151px; 
	background: #33CC66; 
	padding: 0px; 
}

#menu h3, #menu p {
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
	margin: 0 5px 0 160px; 
	background-color: #33CC66;
	color: #FFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
} 

h5 {
	text-align: center;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
}

.tblhd {
	text-align: center;
	font-size: 9pt;
	padding-right: 10px;
	padding-left: 10px;
}

a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	}

a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}


#footer {
	padding: 0px 0px 15px;
	background:#33CC66;
	font-size: 8pt;
	text-align: center;
	height: 15px;
	margin-bottom: 15px;
	margin-left: 150px;
	color: #FFF;
} 

#footer a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	}

#footer a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer a:active {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#eventslft {
	float: left;
	width: 37%;
	margin: 0px;
	padding: 5px 7px 7px;
	border: thin solid #666;
}
#eventsrt {
	float: right;
	width: 60%;
	margin: 0px;
	padding: 0px;
}
#eventspst {
	width: 100%;
}
.year {
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-size: 12pt;
}

.month {
	font-weight: bold;
	text-align: center;
}

.img_center {
	text-align: center;
}
#container #mainContent form li {
	text-decoration: none;
	list-style-type: none;
}


fieldset {
	margin: 1.5em 0 0;
	padding: 1em;
	width: 650px;
	border: medium double #090;
	background-color: #dff9e0;
	color: #333;
}

fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}

fieldset li {
padding-bottom: 1em;
}

fieldset.submit {
border-style: none;
}

legend {
	font-weight:bold;
	color: #666;
}

label {
float: left;
width: 8em;
margin-right: 1em;
}

label {
display: block;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;
}

#redirect {
}
