* {
	margin: 0;
}

html, body {
	background: #76a8c1 url("../images/background_2.gif") 10% 0 repeat-x;
	font-family: Verdana, sans-serif;
height: 100%;
}


#mailsent {
	background-color: #E6EFC2;
	padding: 10px;
	border: #C6D980 solid 2px;
	display: none;	
}

#wrapper {
	height: 100%;	
}

#sidebar {
	padding-left:14px;
}

p {
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

a {
	color: #41748c;
	font-weight: bold;
	text-decoration: none;
}

img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.bottomimg {
	border: 4px #EBF0F3 solid;	
	margin: 20px;
} 

/* Calendar */

#calendar {
	padding: 0 0 20px 0px;
	width: 240px;
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}


#col1 {
	width: 0%;
	margin-right: 1.99%;
}

#col2 {
	margin-left: 1.99%;
}

.topic li{
	list-style: disc;
	line-height: 1.8em;
	padding-left: 10px;
}
.topic ul {
	padding-left: 40px;
}

img .prev {
	padding: 0px;
	border: none;
	margin: 0px;
}

img .next {
	padding: 0px;
	border: none;
	margin: 0px;
}

#clouds_mid {
	margin: 0;
	padding: 0;
	width: 100%;
}

#clouds_fg {

	margin: 0;
	padding: 0;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 926px;
	height: 200px;
	position: relative;
	background: url("../images/header2.png") no-repeat;
}


#content {
	width: 920px;
	font-size: 12px;
	clear: both;
}


#menu {
	padding: 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li {
	float: left;
	margin-right: 2px;
}

#menu ul li a {
	display: block;
	background: #5d92ab;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
}

#menu ul li.active a {
	display: block;
	background: #C4D82D;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #4b809a;
}

#menu ul li.hl a {
	background: #009a49;
}


#bd {
	background: #ebf0f3 url("../images/background-content.gif") repeat-x top left;
	padding: 30px;
	color: #6e8383;
	margin-bottom: -50px;
}


#footerstart {

	background: url("../images/footer1.png") top repeat-x;
	width: 100%;
	min-height: 170px;
}

#footer {
	background: #5b481e;
	width: 100%;
	bottom: 0px;

}


#ft {
	padding: 15px;
	color: #c9d0d5;
	font-size: 11px;
	line-height: 1.6em;
	width: 900px;
	clear: both;
}

#ft a {
	color: #8B743F;
	font-weight: bold;
}

#ft img {
	margin: 0px 3px 0px 5px;
	position: relative;
	top: 4px;
}



h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #00739a;
}




