@charset "utf-8";
body {
	font-family: Tahome, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#011748;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

p {
	line-height:15px;
	margin:10px 0px;
}

table {
	line-height:15px;
	margin:10px 0px;
}

.spacer {
	clear:both;
	height:1px;
	display:block;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:14px;
	color:#011748;
	margin:0px;
	padding:0px;
}

h1 strong {
	font-size:20px;
	font-weight:normal;
}

h2 {
	font-size:13px;
	color:#011748;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:12px;
	color:#011748;
	margin:0px;
	padding:0px;
}

h4 {
	font-size:11px;
	color:#011748;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.strip {
	display:block; 
	height:6px; 
	background:#398d71; 
	overflow:hidden; 
	clear:both;
}

.preload {
	position: absolute; 
	left: 0; 
	top: -5000px;
}

/*********** outercont styles ************/

#outercont {
	width:791px; 
	margin:0px auto; 
	padding-top:30px;
	padding-bottom:30px;
}


/*********** innercont styles ************/

#innercont {
	background:url(/images/innercont_mid.gif) repeat-y; 
	display:block;
}

#innercont .ictop {
	background:url(/images/innercont_top.gif) top left no-repeat; 
	width:791px;
}

#innercont .icbot {
	background:url(/images/innercont_bot.gif) bottom left no-repeat; 
	width:777px;
	padding-left:7px;
	padding-right:7px;
	padding-top:9px;
	padding-bottom:9px;
}

/*********** topmenu styles *********/

#topmenu {
	display:block;
	height:132px;
	overflow:hidden;
	margin-right:-1px;
}

#topmenu a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	text-align:right; 
	text-decoration:none; 
	width:188px; 
	height:18px; 
	display:block; 
	padding-top:114px; 
	padding-right:5px;
	float:left; 
	margin-right:1px;
}

#topmenu .mhistory {
	background:url(/images/menu_history.jpg) top left no-repeat; 
}

#topmenu .mhistory:hover {
	background:url(/images/menu_history-over.jpg) top left no-repeat;
}

#topmenu .mwho{
	background:url(/images/menu_who.jpg) top left no-repeat;
	width:190px; 
}

#topmenu .mwho:hover {
	background:url(/images/menu_who-over.jpg) top left no-repeat;
}

#topmenu .mcontact{
	background:url(/images/menu_contact.jpg) top left no-repeat;
	width:190px; 
}

#topmenu .mcontact:hover {
	background:url(/images/menu_contact-over.jpg) top left no-repeat;
}

#topmenu .mlinks{
	background:url(/images/menu_links.jpg) top left no-repeat;
	width:186px; 
}

#topmenu .mlinks:hover {
	background:url(/images/menu_links-over.jpg) top left no-repeat;
}

/********** header styles ************/

#header {	
	background:url(/images/headerbg.jpg); 
	width:762px; 
	height:238px; 
	overflow:hidden; 
	padding-left:15px; 
	padding-top:10px;
}

/********** content styles ********/

#content {
	padding-bottom:10px;
}

#content .cont_left {
	width:204px; 
	float:left;
    padding-top:3px;
}

#content .cont_left .left_box {
	display:block; 
	background: url(/images/leftbox_top.gif) top left no-repeat #3ba487;
}

#content .cont_left .left_box .wrap {
	background:url(/images/leftbox_bot.gif) bottom left no-repeat; 
	padding-bottom:20px; 
	text-align:right; 
	padding-right:15px; 
	padding-top:10px;
}

#content .cont_left .left_box .wrap a {
	text-decoration:none;
	color:#b1dbcf;
}

#content .cont_left .left_box .wrap strong {
	font-size:18px;
	color:#a1f5de;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content .cont_right {
	width:540px; 
	float:right; 
	padding-right:15px; 
	padding-top:20px;
}

#content .green {
	color:#3ba487;
}

.events li {
	margin: 1.0em 0;
}
/********** footer styles ************/

#footer {
	display:block; 
	height:45px; 
	font-family:Tahoma, Arial, Verdana; 
	font-size:11px; 
	color:#535452; 
	line-height:15px;
	background:url(/images/border.gif) repeat-x;
}

#footer .foot_left {
	float:left; 
	padding-top:7px; 
	padding-left:5px;
}

#footer .foot_left span {
	color:#808ba3;
}

#footer .foot_right {
	float:right;
	padding-right:12px;
	padding-top:8px;
}

#footer .foot_right ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer .foot_right ul li {
	display:inline;
	margin:0px 7px;
}

#footer .foot_right ul li a {
	text-decoration:none;
	color:#011748;
}

#footer .foot_right ul li a:hover {
	text-decoration:underline;
}

#footer .foot_left a {
	text-decoration:none;
	color:#535452;
}

#footer .foot_left a:hover {
	text-decoration:underline;
}