body {
	background-color: #CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a { color: #000000 }

.pic { border: 1px solid #666666 }
.picright {
	clear: both;
	float: right;
	margin: 0 0 1em 1em;
	display: block;
	}
.picleft { 
	clear: both;
	float: left;
	margin: 0 1em 1em 0;
	display: block;
	}

p { 
	margin: 12px 0 10px 0;
	padding: 0;
	}

h1 {
	color:#009900;
	font-size: 2em;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0;
	}

h2 {
	color:#666666;
	font-size: 1.25em;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
h6  {
	color:#666666;
	font-size: 1.25em;
	font-weight:bold;
	padding:0;
	}	

#main {
	width: 759px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #006600;
	border-left: 2px solid #006600;
	border-top: 6px solid #006600;
	border-bottom: 2px solid #006600;
}

#header {
	position: relative;
	width: 759px;
	height: 96px;
	padding: 0;
	margin: 0;
}


#headlogo {
	float:left;
	position: absolute;
	width:759;
	height:96;
	left: 0;
	top: 0;
}

#header h2 {
	position: absolute;
	left: 168px;
	top: 12px;
	color: #336699;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
}

#header em {
	font-style: normal;
	text-decoration: underline;
}

#headright {
	position:absolute;
	float: right;
	text-align:right;
	width:249px;
	margin-right: 10px;
	left: 500px;
	top: 13px;
}


#header a {
	color: #666666;
	text-decoration: none;
	text-size: 10px;
}

#header a:hover {
	color: #CC0000;
	text-decoration: underline;
	text-size: 10px;
}

#header h3 {
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
	text-weight: bold;
	text-aligh: right;
}

/* ---- TOP MENU ---- */

#topmenu {
	position: relative;
	background: url(../images/navbg.jpg) #fff bottom left repeat-x;
	clear: right;
	top: 0px;
	left: 0px;
	width: 759;
	font-size:10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 2em;
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	}
	
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topmenu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}	

#topmenu li a, #topmenu li a:visited {
	background: url(../images/navbg.jpg) #fff bottom left repeat-x;
	line-height: 2em;
	float: left;
	width: auto;
	display: block;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	}
	
#topmenu li a:hover {
	background: url(../images/navbg_over.jpg) #fff bottom left repeat-x;
	color: #CC0000;
	text-decoration:underline;
	}
	
#topmenu li a:active {
	background: url(../images/navbg_over.jpg) #fff bottom left repeat-x;
	color: #CC0000;
	}

/* Hide from IE5-Mac \*/
#topmenu li a {
	float: none
	}
/* End hide */

/* ---- MAIN ITEMS ---- */

#hero {
	position: relative;
	clear: left;
	width: 759px;
	height: 230px;	
	background-image: url(../images/img_homepage.jpg);
	margin: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 1px solid #006600;
}


#body {
	position: relative;
	padding-top: 0px;
	background-color: white;
	border-left: 166px solid #F1F1F1;
	width:593px;
}


#bodytwocol {
	height:auto;
	position: relative;
	padding: 0;
	background-color: white;
}

#column1 {
	float: left;
	clear: both;
	width: 340px;
	padding:0 0 0 15px;
	margin:15px 0 15px 0;
	overflow: visible;
	visibility: visible;
	}

#column2 {
	float: right;
	width: 340px;
	padding:0 0 0 15px;
	margin:15px 15px 15px 0;
	overflow: visible;
	visibility: visible;
	border-left: 2px solid #006600;
	}



#content {
	padding: 20px;
	height:auto;
	border-left: 1px solid #999999;
	color: #333333;
}



#content .date {
	float: right;
}

#content .postedBy {
	float: left;
}

#content .meta {
	height: 1em;
}

#content p {
	text-align: left;
	/* text-indent: 1em; */
	line-height: 1.3em;
}

#menu {
	position:absolute;
	width: 188px;
	margin:0 0 0 -22px;
	}

#menu li {
	list-style: none;
	text-align: left;
	margin-left:10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	text-indent: 15px;
	}
	
#menu li a {
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	padding: 8px 0 10px 5px;
    background:  #F1F1F1 url(../images/arrow1.gif) no-repeat 10px center;
	color: #000000;
	display: block;
	
	}
	
#menu li a:hover {
	color: #CC0000;
	background:  #DADADA url(../images/arrow2.gif) no-repeat 10px center;
	text-decoration:underline;
	}
	
#menu li a#current {
	color: #CC0000;
	background:  #DADADA url(../images/arrow2.gif) no-repeat 10px center;
	}


.butlink {
	clear: both;
	width:auto;
	font-size:12px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2em;
	}
	
	
.butlink li {
	list-style: none;
	float: left;
	}	

.butlink li a, #butlink li a:visited {
	background: url(../images/button.gif) #fff bottom left no-repeat;
	line-height: 1.7em;
	display: block;
	color: #009900;
	text-decoration: none;
	text-indent: 1.8em;
	}
	
.butlink li a:hover {
	background: url(../images/button_over.gif) #fff bottom left no-repeat;
	color: #CC0000;
	text-decoration:underline;
	}
	
.butlink li a:active {
	background: url(../images/button_over.gif) #fff bottom left no-repeat;
	color: #CC0000;
	}



#sidebar {
	position: absolute;
	width: 166px;
	left: -166px;
	/* _right: 0px; */
	top: 0px;
	padding: 0;
}

#sidebar h3 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar .heading {
	background: #999999;
	width: 142px;
	height: 20px;
	padding:1em;
	margin:0;
	}

#sidebar ul {
	margin:0 0 0 1em;
	padding: 0;
}

#sidebar p {
	margin-bottom: 5px;
	margin-top: 5px;
}


#rule {
	border-bottom: 1px solid #006600;
	margin: 0;
	padding:0;

}

#basepanel {
	position:relative;
	clear: both;
	width: 739px;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
}

#basepanel p {
	color: #000000;
	font-size:10px;
	padding: 0;
	}

#botnav {
	/* position:relative; */
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #339933;
	font-size:10px;

}

#botnav ul {
	margin: 0;
	padding: 1em 0 1em 0;
	list-style: none;
}

#botnav li {
	display:inline;
	margin:0;
	padding:0;
}

#botnav a {
	color:#FFFFFF;
	text-decoration:none;
}

#botnav span {
	margin-left: 5px;
	border-left: 1px dashed white;
}

#botnav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


#footer {
	clear: both;
	border-top: 1px solid white;
	width: 759px;
	height: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #006600;
	text-size: 10px;
	text-indent: 10px;
	color: #FFFFFF;
	font-size:10px;
}



.rule {
	border-top: 1px solid #999999;
	margin: 20px 0 0 0;
	padding:0;
	}
	
.divhorz {
	BACKGROUND-IMAGE: url(../images/divhorz.gif);
	BACKGROUND-REPEAT: repeat-x;
	background-position: center center;
	margin:0;
	padding:0;
	}
	
.rulevert {
	border-left: 1px solid #BCD2E9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	}


.left {
	float: left;
	}

.rightindent {
	float: right;
	margin-right: 10px;
	}

.right {
	float: right;
	}

.buttonright {
	height:auto;
	list-style:none;
	}

.buttonright a {
	color:#009900;
	padding-left:22px;
	text-decoration:none;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left ;
	}

.buttonright a:hover {
	color:#CC0000;
	text-decoration:underline;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	}




.center {
	text-align: center;
	}


.nodisplay {
	display: none;
	}

.smalltext {
	font-size: 10px;
	font-weight: normal;
	}

.list {
	margin-left: 16px;
	padding-left: 0px;
	}

.list li {
	list-style-image: url(../images/bullet.gif);
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	padding:1;
	}
	
.alert {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	}
.clear {
	clear: both;
	}
.oceantext {
	font-size:10px;
	color:#339966;
	text-decoration:none;
	}
.pad { padding: 8px 0 0 0}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}
