@charset "utf-8";
body {
	background-color: #003366;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.alt1
{
	color: #000000;
	background-color: #F5F5FF;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
}
.alt2
{
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #F5F5FF;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.alt3
{
	color: #000000;
	background-color: #F5F5FF;
	border: 1px solid #000000;
}
.alt5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.alt6
{
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #F5F5FF;
	background-image: url(images/background-footer.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.alt7
{
	background: #F5F5FF;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/background-footer.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.alt8
{
	background: #F5F5FF;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(images/background-footer.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.style4 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:url("images/seperator.gif") bottom right no-repeat;
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background:#B4CFEC url("images/hover.gif") bottom center no-repeat;
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#B4CFEC;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
#content {
	min-height: 480px;
	min-width: 1000px;
	max-width: 1000px;
	background: #fff;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 0px 1px;
	position: relative;
	background: white;
	z-index: 10;
}
#infobox {
	min-height: 85px;
	max-width: 1000px;
	background: #fff;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 0px 20px;
	position: relative;
	background: url( images/infobg.png ) repeat-x top;
	z-index: 10;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;
}
.homebg
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/homebg.png);
	background-repeat: repeat-x;
}