
   
body {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(Zbg.gif);
	background-repeat: repeat;
}

a { color: #0E4D8B; background: inherit; }

a:hover { color: #000; background: inherit;}



h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }

h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }

h1 a { color: #FFF; background: inherit; }

h1 a, h2 a { text-decoration: none; }

h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }

h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }

p {	margin: 0 0 0px 0; line-height: 1.5em; }

.clear{ clear: both;  }


/* layout
   ------ */

.content {
	width: 1001px;
	color: #EBEBEB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

.logo {	padding: 18px 0 0 3px; }

/* header */

.header {
	padding: 0px 0px 0 0px;
	height:337px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

.header_bottom { clear: both; background: #FEFEFE url(big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */

#nav { width:100%; float:left; }

#nav ul { margin:0; list-style:none; padding: 0; }

#nav a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 7px 20px 4px 10px; background: #C43219 
url(nav.gif) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }

#nav a { float:none; }

#nav li { float:left; color: #FFF; background: #C43219 url(nav.gif) no-repeat 0px 0px; margin:0; padding:0 0 0 9px; }

#nav #current { background: #1995C2 url(nav.gif) no-repeat 0 -41px; color: #FFF; }

#nav #current a { background: #1995C2 url(nav.gif) no-repeat 100% -41px; padding:7px 20px 4px 11px; color:#FFF; }

#nav a:hover { color:#BFE1ED; background: #C43219 url(nav.gif) no-repeat 100% 0px; }   



	
.subheader {
	padding: 8px;
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */

.left {
	float: left;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 12px;
}


		

		
/* right side
   ---------- */
		
.right { float: right; width:710px; margin: 0 0 10px 0;}
		
.box_top {
	height: 17px;
	width: 663px;
	background-color: #000000;
	background-image: url(right_top.gif);
	background-repeat: no-repeat;
}
	
.box_top h2 {
	color: #808080;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
}
	
.box {
	padding: 0 4px 0 7px;
	margin: 0;
	width: 663px;
	height:300px;
	background-color: #000000;
	background-image: url(rightbox_bg.gif);
	background-repeat: repeat-y;
}

.article { padding: 0 5px 0 10px;  }
	
.article img {
	border:2px solid #FFFFFF;
	height: 100px;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.article a:hover img  { border:2px solid #666666; }
	
.box_bottom {
	height: 17px;
	width: 663px;
	background-color: #000000;
	background-image: url(rightbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
	

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	padding: 10px 0 5px 0;
}

.footer p {	line-height: 2em; }

.footer a {	color: #4F4F4F; border-bottom: 1px dotted #808080; text-decoration: none; } 