body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #223463;
	margin-top: 0px;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navText {
	font:14px arial;
	color: #FFFFFF;
	letter-spacing:normal;
	}
.BodyText {
	font:12px arial;
	line-height:14px;
	color:#333333;
	}	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.navTextOver {
	font:14px arial;
	color: #1F3161;
	letter-spacing:normal;
}
.style4 {color: #1F3161}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #1F3161;}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #1F3161;}
	
/*
#menu {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000 url("img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #660000 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.menuactive {
	background: #660000 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#main {
	background-image: url(img/bg_03.jpg);
	background-repeat:no-repeat;
}*/

/* Left Side bar navigation */
#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	list-style:none;
	color:#1F3161;
	font-style: italic;

}
#navlist a {
	display:block;
	width:259px;
	color:#1F3161;
	text-decoration:none;
	/*background:url("img/menu_hlite.gif") no-repeat;*/
	padding:7px 5px 6px 5px;

}
#navlist a:hover {
	background-position:0 0px;
	color: #FFFFFF;
	width:259px;
	background:url("img/menu_hlite.gif") no-repeat;
	height: auto;

}
#navlist a:active {
	background-position:0 0px;
	color:#FFFFFF;
	width:259px;
	background:url("img/menu_hlite.gif") no-repeat;

}	
