/*
	color: #006892; //dark blue
	color: #b0cbea; //light blue
	color: #fdbe56; //orange
*/

/**********************
		New CSS
***********************/

html,
body {
	margin:0;
	padding:0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	background:#fff;
	font-size: 13px;
	font-family: Myriad Roman, Myriad, Arial, Tahoma, Verdana;
	font-style: normal;
	color: #006892; /*dark blue */	
	overflow: auto;
	/* overflow: visible; */
}

body a:link, a:visited {
	border-bottom-color: #006892;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
	font-weight: normal;
	cursor: pointer;
}

.nolink {
	text-align: center;
	position: relative;
	left: 90px;
	top: 15px;
	z-index: 1;
}

.nolink a:link, a:visited {
	border-style: none;
}

body a:hover {
	text-decoration: none;
	color: #677718;
	border-bottom: 1px dotted #c9d5a6;
	font-weight: normal;
	cursor: pointer;
}


#container { width:990px; position:relative; }
#container { margin:20px auto; }
#container, .nopadding { padding:0; }

#main { 
	margin-top: -3px;
	padding-top:10px;
	background: url('images/body_slice.jpg') top center repeat-y;
}


#content { margin:0 12px; line-height:16px; }

.mainpage { 
	/* padding-top:14px; */
	margin-left: 5px;
}


#topborder { 
	position: absolute;
	width:990px; 
	height:90px;
	display:block;
	z-index:0;
	background: url('images/header.jpg') no-repeat;
}
/* #topborder a:link {
	clear: both;
	border-bottom-color: white;
	text-decoration: none;
	color: white;
	border-bottom: none;
	cursor: crosshair;
}
*/

#admin a, #admin a:link, #admin a:visited {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-weight: normal;
}

#admin a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-weight: normal;
}

h1 {
	font-family: Myriad Roman, Myriad, Arial, Tahoma, Verdana;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	font-family: Myriad Roman, Myriad, Arial, Tahoma, Verdana;
	font-size: 19px;
	line-height: 24px;
}

h3 {
	font-family: Myriad Roman, Myriad, Arial, Tahoma, Verdana;
	font-size: 15px;
	padding-left: 10px;
	text-decoration: underline;
	line-height: 19px;
}


#footer { 
	height:50px; 
	position:relative; 
	padding:0px 23px; line-height:15px;
}
#footer_links { 
	position:absolute; right:0; top:0;
	text-align:right;
}

#content_cleaner { 
	clear:both; 
	/* position:relative; */
	height:18px; 
	background:url('images/footer.jpg') bottom center no-repeat; 
}

.clearfix { clear:both; }


#nav {
	float: left;  
	width: 250px;
	margin-right: 10px;
	
}

#maincontent {
	text-align: justify;
	margin-left: 10px; 
	margin-right: 15px;
	/* padding-left: 9px; */
}

#maincontent p {
	text-indent: 15px;
}

.eventtype {
	font-weight: bold;
}

.eventdate {
	font-weight: bold;
}

.navonsearch {
	border: thin solid green;
	background-color: #677718;
	color: white;
}

/* Rounded corners */

.b1f, .b2f, .b3f, .b4f {font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#006892; margin:0 5px;}
.b2f {height:1px; background:#006892; margin:0 3px;}
.b3f {height:1px; background:#006892; margin:0 2px;}
.b4f {height:2px; background:#006892; margin:0 1px;}
.contentf {background: #006892; }
.contentf div {margin-left: 205px;}
.contentf a { color:#FFFFFF; }