/* CSS Document */
body {
	background: #8ECFD4;
	color: #000;
	margin: 0;
	padding: 0;
	font: 10px "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	text-align: center;
}


h1 {
	font-size: 18px;
	color: #3F8186;
}
h2 {
	font: 14pt "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	padding: 10px 20px 5px 0px;
	margin: 0;
	color: #ffffff;
}
h3 {
	font: 10pt "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	padding: 10px 0 5px 10px;
	margin: 0;
	color: #EC590C;
}
h4 {
	font: 18pt "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	padding: 10px 0 5px 10px;
	margin: 0;
	color: #8FC84B;
}
h5 {
	font: 24pt "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	padding: 10px 0 5px 10px;
	margin: 0;
	color: #8FC84B;
}
h6 {
	font: 36pt "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	padding: 10px 0 5px 10px;
	margin: 0;
	color: #8FC84B;
}

p {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;

}

#container {
	width: 760px;
	background: #B9F3F9;
	margin: 0px;
	padding: 0 0 0 0;
}


/* Left Nav */
#left {
	width: 151px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/structure/sidenav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#left ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 151px;
}
#left li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
	white-space: nowrap;
	height: 31px;
	background-image: url(../images/buttons/button-bckgrnd.gif);
}

#left li a {
	text-align: right;
	display: block;
	width: 151px;
	margin: 0 0 0 0;
	color: #092F33;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
}

#left a:link, #left a:visited {
	color: #092F33;
	
	margin: 8px 0 0 0;
	text-decoration: none;
}
#left a:hover {
	color: #fff;
}
/* End Left Nav */









#header {
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#footer {
	width: 760px;
	margin: -10px auto;
}

#main {
	width: 609px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	float: right;
	background-color: #fff;
}

#main-top {
	width: 609px;
	margin: -4px 0 0 0;
	background: #fff;
	float: right;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
#main-misc {

	width: 609px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	float: right;
	background-color: #fff;
	background-image: url(../images/structure/non-flashbckgrnd.gif);
	background-repeat: no-repeat;
}

