/* CSS Document */

body {
	background-color:#0099B8;
	position: inherit;
	}
.main {
	width:1004px;
	position:inherit;
	}
.main_header {
	width: 1004px;
	text-align:center;
	}
.main_menu {
	background-color:#0099B8;
	background-image:url(images/menu_backg.png);
	width: 1004px;
	height: 40px;
	text-align:left;
	}
.main_menu_content{
	position:relative;
	height: 20px;
	width:604px;
	margin-top: 2px;
	margin-left: 216px;
	background-color: #0099B8;
	}	
.main_content {
	width:774px;
	text-align:left;
	vertical-align:top;
	position: relative;
	background-color:#ffFFff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
	}
.main_side	{
	width:230px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #0099B8;
	padding-left: 2px;
	padding-top: 5px;
	}
.footer {
	width: 1004px;
	border-top:solid 1px #0099B8;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 20px;
	}
.footer_text{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	}
a.footer_link{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	}
a.footer_link:hover{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
	}
h1	{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005595;
	}
h2	{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005595;
	}
h3	{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005590;
	}
h4	{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099B8;
	text-decoration: none;
	}
h6	{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005595;
	margin-left: 8px;
	}
.text{
	font-size:13px;
	font-family: "Trebuchet MS";
	color:#000000;
	}
a.text_link	{
	font-size: 13px;
	font-family:"Trebuchet MS";
	color:#005595;
	text-decoration:underline;
	}
a.text_link:hover	{
	font-size: 13px;
	font-family:"Trebuchet MS";
	color:#005595;
	text-decoration:none;
	}
.text_highlighted	{
	font-size: 13px;
	font-family:"Trebuchet MS";
	color:#005595;
	font-weight:bold;
	}

