@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #18344a;
	background-image:url(../images/background_main.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form{
	display:inline;
}
.contentMain{
	background-image:url(../images/background_content.jpg);
	background-repeat:repeat-x;
	background-color:#e1ebef;
}
.contentArea{
	padding:10px;
	z-index: 0;
}
#subNav{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-right:1px solid #879298;
	border-bottom:1px solid #879298;
	margin-left:2px;
}
#subNav li{
	background-image:url(../images/sub_nav_bg.jpg);
	padding-top:6px;
	height: 20px;
	padding-left:10px;
}
.contentArea{
	padding:10px;
}
.navArrow{
	position:relative; top:-2px;
}
p{
	margin:0px;
	margin-bottom:10px;
}
h2{
	text-transform:capitalize;
	color: #365d7c;
	font-size:18px;
	font-weight:lighter;
	border-bottom: 3px solid #0ea3f1;
	margin-bottom:10px;
	margin-top:0px;
}
.footerLinksTitle{
	font-size:12px;
	color:#517c9e;
	font-weight:bold;
}

.footerLinks{
	margin:0px;
	padding:0px;
	margin-left:15px;
	font-size:10px;
	color:#517c9e;
}

.footerLinks a{
	color:#6f99bb;
}

.eventRowOdd{
	background-image:url(../images/event_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	height:29px;
	padding-left:35px;
	margin-top:5px;
}

.eventRowEven{
	background-image:url(../images/event_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#edf4f9;
	height:29px;
	padding-left:35px;
	
	margin-top:5px;
}
.mainText {
  width: 100%;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 14.167em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #17344B;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #5D707F;
  color: #fff;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #7C8E9C;
  border-left: 5px #17344B solid;
  padding-left: 15px;
}

img {
  border-style: none;
}