/* CSS Document */
body
{
	background:	 #25867E url(images/body_bg.jpg) repeat-x top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #258F83;
	text-decoration: none;
}
a:hover
{
	color:#000000;
	text-decoration: underline;
}
	

#nav
{
	padding: 0px;
	background:url(images/menu_bg.jpg) repeat-y left;
	border-right: solid 1px #aaaaaa;
	border-left: solid 1px #ffffff;
}

#nav ul
{
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style-type: none;
}

#nav li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	list-style-image: none;
}
#nav li a.selected
{
	display: block;
	padding: 2px 0px 0px 2.0em;
	margin-right: 0px;
	background-color: #E6941A;
	color: #FFFFFF;
	height: 24px;
	background: url(images/menu_on.jpg) left no-repeat;
}
#nav li a 
{
	display: block;
	margin: 0;
	padding: 2px 3px 0px 2.0em;
	background: url(images/menu_off.jpg) left no-repeat;
	color: #239083;
	height: 24px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_on.jpg) left no-repeat;
}

#nav .submenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: dotted 1px #999999;

}
#nav .submenu a
{
	color: #239083;
	text-decoration: none;
	margin: 0px;
	height: 22px;
	background: none;
	padding-left: 0px;
}
#nav .submenu a:hover
{
	color:  #2EBAA9;
	text-decoration: none;
	background:none;
}
	

h1
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 22px;
	font-weight: normal;
	color: #258F83;
}
h2
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
#bottom
{
	background: #276A6A url(images/bot_gradient.jpg) repeat-x top;
	font-size: 11px;
	color: #FFFFFF;
	padding: 15px;
}
#bottom a
{
	color:#FFFFFF;
	text-decoration:none;
}
#bottom a:hover
{
	color: #00CCCC;
	text-decoration: underline;
}