/* hide from ie5 mac \*/
html,body {
	height: 100%;
	margin: 0;
}
/* end hide *//* General CSS */


html, body, td, select, input, p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
body{background-color: #a0e1da;}
a
{
	color: #666;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: underline;

}


h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0d7d5f;
	margin: 0;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #0d7d5f;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h4
{
	font-size: 14px;
	margin: 0;
	color: #333;
}

h5
{
	font-size: 12px;
	margin: 0;
	color: #333;
}

p
{
    margin-top: 2px;
	margin-left: 20px;
}

a.top
{
	color: #F2541B;
	font-size: 10px;
	padding-left: 5px;
}

div.clear
{
    clear: both;
}
.header{
	font-size: 18px;
	color: #0d7d5f;
	font-weight: normal;
}
.date{
	font-size: 16px;
	color: #0d7d5f;
	font-weight: normal;
}
.headerItalics{
	font-size: 18px;
	color: #0d7d5f;
	font-style: italic;
}

/* Layout CSS */

#container
{
	width: 800px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0 auto;
	background-color: #FFF;
}

#banner
{
	float:left;
	top: 0px;
	left:0px;
	height: 220px;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#clear{
    clear:both
}

#mainpage{
	float: left;
	background-color: #FFF;
	top:260px;
	left:10px;
	height: 100%;
	width: 100%;
 }

#sidebar{
	float: left;
	padding:0;
	margin:0;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:280px;
	left:10px;
	height: 600px;
	width: 150px;
	color: #333;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar p{
	padding:5px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left:10px;
	color: #333;
}

#sidebar ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	background-color: #21b490;
	color: #ffffFF;
	width:100%;
}

#sidebar ul li{
	margin:0px;
	padding:0px;
 
}
#sidebar ul li a:link {
	display:block;
	padding:5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #21b490;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0d7d5f;
	border-right-color: #0d7d5f;
	border-bottom-color: #0d7d5f;
	border-left-color: #0d7d5f;
}
#sidebar ul li a:visited {
	display:block;
	padding:5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #21b490;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0d7d5f;
	border-right-color: #0d7d5f;
	border-bottom-color: #0d7d5f;
	border-left-color: #0d7d5f;
}
#sidebar ul li a:hover {
	display:block;
	padding:5px;
	color:#ccff99;
	text-decoration: none;
	background-color: #21b490;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0d7d5f;
	border-right-color: #0d7d5f;
	border-bottom-color: #0d7d5f;
	border-left-color: #0d7d5f;
}
#sidebar ul li a:active {
	display:block;
	padding:5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #21b490;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0d7d5f;
	border-right-color: #0d7d5f;
	border-bottom-color: #0d7d5f;
	border-left-color: #0d7d5f;
}
#sidebar li a#current{
	color:#ccff99;
	background-color: #0d7d5f;
}

#sidebar li a:hover#current{
	color:white;
	background-color: #0d7d5f;
}

#content{
	float: left;
	background-color: #FFF;
	top:380px;
	left:300px;
	height: 550px;
	width: 550px;
	margin:0px 20px 0px 50px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }

#content a{
     text-decoration:underline;
}
#content a:hover{
	color:#000;
}

 #content ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
	list-style-image: url(images/icon.gif);
 }
 
 #contentevents{
	float: left;
	background-color: #FFF;
	top:380px;
	left:300px;
	height: 100%;
	width: 550px;
	margin:0px 20px 0px 50px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
 #contentevents a
{
	color: #0d7d5f;
	text-decoration: underline;
}

 #contentevents a:hover
{
	color: #000;
	text-decoration: underline;

}
 #contentevents a:visited {
	color: #0d7d5f;
	text-decoration: underline;
}
   
form.styled fieldset div div.column-left p {
	padding-right: 6px;
}
form.styled fieldset {
	border: 1px solid #004990;
}
form.styled fieldset legend {
	color: #004990;
}


form.styled fieldset {
	margin-bottom: 6px;
	padding: 1px 1px 10px 1px;
}
form.styled legend {
	padding: 0 10px;
}
form.styled div.row {
	margin: 0px;
	padding: 8px;
	clear: both;
}
form.styled div.required p {
/*
	color: #990000;
	font-weight: bold;*/
}
form.styled div.column-left {
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	width: 40%;
	color: #004990;
}
form.styled div.column-right input, form.styled div.column-right textarea, form.styled div.column-right select {
	border: 1px solid #004990;
}
form.styled div.column-right {
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	width: 60%;
}
form.styled div.column-left label {
	margin: 0;
	padding: 0 8px;
	cursor: help;
}
form.styled div.row p {
	margin: 0 0 4px 0;
	padding: 0;
}
form.styled fieldset.button input {
	width: 100%; 
	background-color: #004990;
	color: #fff;
	font-weight: bold;
}
#design {
	width:150px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	text-align: left;
}

