body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
div {
	padding: 0;
	margin: 0;
	position: relative;
}
p, a, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 1.3em;
}
h1 {
	
}
h2 {
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000;
	text-align:center;
	margin-bottom: 0;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	text-align: center;
	margin-top: 0;
	
}
.topimg {
	width: 600px;
	position: relative;
	margin: -10px -50px 10px -50px;
	border: none;
	border-top: 1px solid #3b4e5f;
}
.fullwidthimage {
	margin: 0 -50px 0 -50px;	
}
*+html .fullwidthimage {
	margin: 0 0 0 -50px;	
}
* html .fullwidthimage {
	margin: 0 -50px 0 -50px;	
}
#wrap {
	position: absolute;
	width: 720px;
	height: auto;
	left: 50%;
	top: 20px;
	margin-left: -360px;
}
#header {
	height: 137px;
	border-bottom: 1px solid #fff;
	background-color:#5c7790;
	background-image:url(/images/header_bkg.gif);
	background-repeat: repeat-x;	
	}
#logo {
	position: absolute;
	top: 0;
	left: 60px;
	width: 257px;
	height: 50px;
	background-image:url(/images/logo.gif);
	background-repeat: no-repeat;

}
#links {
	position:absolute;
	left: 575px;
	top: 80px;
}
#links img {
	border: none;
	margin-bottom: 4px;
}
#menu {
	height: 27px;
	background-image:url(/images/menu_bkg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	}
#contentwrap {
	background-color: #121D23;
	height: auto;
	background-image: url(/images/content_bkg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 1px 60px 60px 60px;
}
#content {
	padding: 10px 50px 30px 50px;
	background-color: #fff;
	text-align: justify;
}
/* MENU system ==================================================== */
#menu_content {
	height: 27px;
	position: absolute;
	top: 138px;
	left: 46px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}
#nav img, #nav a {
	border:none;
}
#nav a {
	display: block;
	text-decoration:none;
	color: #fff;
	font-size: 11px;
}

#nav li {
	float: left;
	height: auto;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #3b4e5f;
	border-top: 1px solid #fff;
	/*width: 130px;*/
	width: 150px;
	margin-left: 8px;
}
#nav li ul li {
	border: 1px solid #fff;
	border-top: none;
	padding: 2px 5px;
	/*width: 119px;*/
	width: 139px;
}

#nav li:hover ul {
	left: auto;
	
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
		}
/* for safari only - other browsers at the bottom */
#nav li ul li ul {
	/*margin: -17px 0 0 130px;*/
	margin: -17px 0 0 150px;

	}
#nav li ul li:hover {
	background-color: #21303A;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* Safari Hack - safari won't see this - this has to be the last item in the style sheet */
#nav li ul li ul {margin: -17px 0 0 144px;#	}
/* End */