body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000033;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #069;
	text-decoration: underline;
}
a:visited {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
		font-size: 11px;

}

#pagetitle {
	font-size: 18px;
	color: #FFFFFF;
	/*background-image: url(images/head2.gif) ;*/
	padding: 12px 0px 7px 35px;
	margin: 0px;
	background-color: #336699;
	/*line-height: 18px;*/
	/*height: 29px;*/
}
h1 {
	font-size: 16px;
	color: #336699;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight: strong;
}

.content {
	padding: 20px 30px 20px 35px;
	font-size: 12px;
	line-height: 18px;
}
.content li {
padding-bottom: 10px;
}
#bell {
	float: right;
	text-align: right;
	padding-top: 10px;
}
#nav {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
}
#nav h1 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 143px;
	background: #eee;
}	
	#nav h1 {
		display: none;
		}
	#nav ul.lev1 {
		margin: 0px;
		padding: 0;
			}
	#nav .lev1 li {
		font-size: 12px;
		margin: 0;
		padding: 0 0px 0 0;
		border-bottom: 1px solid #bbb;
		border-top: 1px solid #fff;
		list-style-type: none;
		height: auto; 
		display: block;
		width: auto;
		}
	#nav .lev1 a {
		padding: 4px 18px 4px 6px;
		display: block;
		color: #336699;
		text-decoration: none;
		font-weight: normal;
		height: 1%;
		width: auto;
	/*	border-right: 7px solid #ccc; */
		}
	#nav .lev1 a:hover {
		text-decoration: none;
		color: #000;
		background: #ccc;
}
	#nav .lev1 .lev1_hilite a {
		color: #000;
		background: #eee;
/*		border-right: 7px solid #ffd000; */
		font-weight: bold;
		}
	#nav .lev1 .lev1_hilite a:hover {
		text-decoration: none;
		background: #ccc;
		color: #000;
		width: auto;

		}


	#nav .lev1 ul.lev2 {
		margin: 0;
		padding: 0;
		border-left: none;
		border-right: none;
		width: auto;
}
	#nav .lev1 .lev2 li {
		font-size: 11px;
		text-transform: none;
		letter-spacing: 0;
		color: #999;
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: none;
		border-right: none;
		border-bottom: top;
		border-bottom: 1px solid #ccc;
		height: auto; 

		}
	#nav .lev1 .lev2 a {
		padding: 4px 20px 4px 6px;
		display: block;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		background: #eee;
		}
	#nav .lev1 .lev2 a:hover {
		text-decoration: none;
		color: #000;
		background: #ccc;
		}
	#nav .lev1 .lev2 .lev2_hilite a {
		color: #000;
		padding-right: 15px;
		font-weight: bold;
		}
	#nav .lev1 .lev2 .lev2_hilite {
		color: #000;
		background: #eee;

/*		border-right: 6px solid #ffd000; */
		}
	#nav .lev1 .lev2 .lev2_hilite a:hover {
		text-decoration: none;
		}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footer {
	text-align: right;
	margin-top: 10px;
	color:#ccc;
}
.footer a {
color:#eee;
text-decoration: underline;
}
.footer a:hover {
color:#FFCC00;
text-decoration: underline;
}