* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:10pt;
	line-height:1.4em;	
	text-align:center;
	background:url('images/body_bg.gif') top left repeat-x;
	background-color:#0A8FAB;
}

p {
	margin-bottom:1.6em;	
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", serif;
	font-weight:normal;
	color:#C8F5F4;
	margin-bottom:1.0em;
    line-height:1.2em;	
}

h1 {	font-size:18pt;	}
h2 {	font-size:13pt; margin-top:6px; padding-top:16px; background:url("images/main_border.gif") top left repeat-x;}

a, a:visited { color:#FFE748; }
#main_text a:hover { background-color:#FFE670; color:#1D788C; text-decoration:none; }

a img {border:0; text-decoration:none;}
a:hover img {border:0; text-decoration:none;}

ul, ol { margin-bottom:1.6em; margin-left:40px;}
ul { list-style:circle; }
li { padding-left:5px; margin-bottom:4px; }

hr { border:0; height:1px; background:url("images/main_border.gif") top left repeat-x; }

/* divs ***************************/
#header {
	background:url('images/header_bg.gif') top left no-repeat;
	width:842px;
	height:106px;	
	margin:0 auto;
	text-align:left;
}

#header a {
	display:block;
	background:url('images/header_logo.gif') top left no-repeat;	
	width:790px;
	height:119px;
	position:relative;
	top:18px;
	left:26px;
}

#header a:hover, #header a:visited, #header a {	
	text-decoration:none;
}

.hidden {	visibility:hidden; }

#main_container {
	margin:0 auto;
	width:842px;
	text-align:left;
	background:url('images/main_bg.gif') top left repeat-y;
	padding-top:30px;
	padding-bottom:40px;
}

#main {
	margin:0 31px 0 31px;	
}
#main_text_container {
	color:#ffffff;
	width:590px;	
	float:left;
	background:url('images/main_text_top.gif') top left no-repeat;
	background-color:#1D788C;
}
#main_text {
	padding:25px 30px 20px 25px;
}
#main_text_footer {
	background:url('images/main_text_bottom.gif') top left no-repeat;
	height:10px;
	width:590px;
	background-color:#2598b1;
}
/* navigation ****************/
#nav {
	width:160px;
	margin-right:30px;
	float:left;
}
#nav ul {
	list-style:none;	
	border-top:1px solid #61B4C5;
	margin:18px 0 0 0;
	line-height:1.6em;
}
#nav ul li {
	padding:8px 0 6px 0;
	margin:0;
	border-bottom:1px solid #61B4C5;
}
#nav ul li, #nav ul li a {
	font-family:Georgia, "Times New Roman", serif;
	font-size:12pt;	
	font-weight:bold;
	/* text-transform:uppercase;*/
	text-decoration:none;	
}
#nav ul li a:hover { color:#ffffff; }
#nav ul li a:hover:after { content: " \BB\ ";}

/* footer ***************/
#footer {
	clear:left;
	margin-top:30px;
	padding-top:50px;
	height:20px;
	width:780px;	
	color:#ffffff;
	font-size:10px;
}