body {
	margin: 0;
	padding: 0;
	background: #00A0C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
/* HEAD SECTION */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #00A0C6 url(/images/header.jpg) left top no-repeat;
	width: 100%;
	height: 120px;
}
/* CONTACT INFO */
#contact {
	position: absolute;
	top: 20px;
	right: 10px;
	font-weight: bold;
	color: #FFFF00;
	padding: 3px;
	background: #00A0C6;
}
#contact a:link {
	color: #FFFF00;
}
#contact a:visited {
	color: #FFFF00;
}
#contact a:hover {
	color: #F0037F;
}
#menu {
	margin: 120px 0 0 180px;
	background: #F148A2 url(/images/menuB.gif) left bottom repeat-x;
}
#menu2 {
	padding-left: 8px;
	background: url(/images/menuTL.gif) left top no-repeat;
	width: 100%;
}
#menu a {
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #EB86C0;
	border-right: 1px solid #DF1686;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background: #4CB9D1 url(/images/menuH.gif) left bottom repeat-x;
}
#menu b {
	display: none;
}
#menuclear {
	clear: both;
}
/* MIDDLE 3 COLUMNS */
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
/* CONTENT */
#content {
	margin-left: 180px;
	padding: 0 200px 0 20px;
	font-size: 0.9em;
	color: #012C41;
	background: #FFFFFF url(/images/contentBL.gif) left bottom no-repeat;;
}
#content h1 {
	font-size: 115%;
	color: #034B77;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content h2 {
	font-size: 110%;
	color: #F0037F;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 108%;
	color: #034B77;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 108%;
	color: #F0037F;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 105%;
	color: #034B77;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 105%;
	color: #F0037F;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #F0037F;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #00A0C6;
}
#content a:visited {
	color: #444444;
}
#content a:hover {
	color: #F0037F;
}
#content td {
	font-size: 0.8em;
}
#footer td {
	font-size: 0.7em;
	color: #FFFF00;
	padding: 4px 5px 0 2px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFF00;
}
#footer a:hover {
	text-decoration: none;
	color: #F0037F;
}
/* LEFT COLUMN */
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	border-top: solid 2px #FFFFFF;
	xborder-bottom: solid 1px #FFFFFF;
}
#submenu li {
	margin: 0;
	list-style: none;
	border-bottom: solid 2px #FFFFFF;
}
#submenu ul a {
	display: block;
	width: 100%;
	padding: 3px 3px 3px 10px;
}
div#leftbar> #submenu ul a {
	width: auto;
}
#submenu li a:link, #submenu li a:visited {
	color: #BFDEE2;
	text-decoration: none;
}
#submenu li.current a:link, #submenu li.current a:visited {
	background: #BEDEE2 url(/images/submenuH.jpg) left top repeat-y;
	color: #034B77;
}
#submenu li a:hover {
	background: #BEDEE2 url(/images/submenuH.jpg) left top repeat-y;
	color: #034B77;
}
#submenu ul li ul {
	border-top: none;
	border-bottom: none;
}
#submenu li li {
	border-top: solid 2px #FFFFFF;
	border-bottom: none;
}
#submenu ul li li a {
	padding: 3px 3px 3px 15px;
}
#submenu .button {
	margin: 10px 0 10px 5px;
	background: url(/images/login.gif) left top no-repeat;
}
#submenu .button a {
	display: block;
	width: 120px;
	height: 22px;
	text-align: center;
	color: #551051;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border: none;
}
#submenu .button a:link, #submenu .button a:visited {
	color: #551051;
	text-decoration: none;
}
#submenu .button a:hover {
	color: #034B77;
	background: url(/images/loginH.gif) left top no-repeat;
}
/* RIGHT COLUMN */
#features {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 183px;
}
.feature {
	margin: 10px 0 10px 0;
	color: #FFFFFF;
	background: url(/images/feature.gif) left top repeat-y;
}
.feature h2 {
	font-size: 100%;
	padding: 5px 10px 10px 10px;
	margin: 0;
	background: url(/images/featureT.gif) left top no-repeat;
}
.feature h2 a:link {
	color: #EFF90C;
	text-decoration: none;
}
.feature h2 a:visited {
	color: #EFF90C;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #03507C;
}
.feature p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #034B77;
	background: url(/images/featureB.gif) left bottom no-repeat;
}
.feature p a {
	font-weight: bold;
}
.feature p a:link {
	color: #E43A98;
	text-decoration: underline;
}
.feature p a:visited {
	color: #E43A98;
	text-decoration: underline;
}
.feature p a:hover {
	color: #034B77;
	text-decoration: underline;
}
/* POPUP MENUS */
.popmenu {
	display: none;
	position:   absolute;
	background: #72D2E8;
	xfont-size: 0.8em;
	z-index:1;
}
.popmenu a {
	display: block;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	border-bottom: solid 1px #000000;
	width: 150px;
}
.popmenu a:link {
	color: #034B77;
	text-decoration: none;
}
.popmenu a:visited {
	color: #034B77;
	text-decoration: none;
}
.popmenu a:hover {
	color: #FFFF00;
	background: #00A0C6;
}
/* RESPONSE FORM */
#response {
	padding: 0.5em;
	width: 90%;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#balloons {
	position: absolute;
	left: 0px;
	top: 520px;
	width: 193px;
	height: 259px;
	background: url(/images/balloons.jpg);
}
