
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000 url(img/back10.jpg) repeat center center;
	color: #FFF;
	font: normal 65.5% sans-serif;
  }



p,ul {
	font-size: 1.03em;
	padding-bottom: 1em;
        
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 10px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none; padding:5px;}

ul {margin-left: 2em;}
h1 {font: normal 1.25em sans-serif; font-weight:bold; color:#CCCCCC; }
h2 {
	font: bold 1.25em sans-serif; color:#CCCCCC;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #FFF url(img/stripe.gif);
	height: 3px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #000000 url(img/header.jpg) repeat center;
	
	font: bold 1em Arial,sans-serif;
	height: 150px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919 url(img/headercopy3.jpg) repeat center;
	color: #BBB;
	height: 150px;
}


/* structure */
.container {
	border: 3px solid #FFF;
	border-top: 3px solid #FFF;
}

.main {
	background: #000000 ;

	border-bottom: 3px solid #FFF;

	
}
.main .left {width: 55%; margin-bottom: 20px; }
.main .right {width: 30%; padding:10px;}

.content {
	
	padding: 16px;
	
}
.content a {
	color: #c60202;
	font: bold 1.15 verdana, sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
}
.content a:hover {color: #FFF;
font: bold 1.15 verdana, sans-serif;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.jpg) repeat-x left bottom;
Width: 425px;	
color: #CCCCCC;
	margin-bottom: 5px;
	padding: 6px 0 4px;
}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #000 url(img/nav.gif) repeat;
	border-right: 1px solid #161616;
	border-top: 1px solid #161616;
	border-bottom: 1px solid #161616;}
.nav a {
	background: #333 url(img/nav.gif);
	border-left: 1px solid #161616;
	color: #FFF;
	float: left;
	font: bold 1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
}
.nav a:hover {
	background: #333 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #000;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;	
	padding:12px;
}
.subnav h1 {padding-top: 10px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.jpg) no-repeat left bottom;
	list-style: none;
	margin: 0;

}
.subnav li a {
	color: #FFF;
	line-height: 2.4em;
	font: normal 1em sans-serif;
	padding-left: 15px;
	text-decoration: none;
}
.subnav li a:hover {color: #c60202;}
.subnav a {
	color: #c60202;
	text-decoration: none;
}
.subnav a:hover {color: #FFF;}

/* footer */
.footer {
	background: #000;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 2px solid #333;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #333;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 3%;
	width: 96%;
}
.footer a {color: #FFF; 
	font-weight: bold;
}
.footer a:hover {
	color: #FFF;
	background: #666;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #333;
	clear: both;
	font-size: 1em;
}
.bottom a {color: #888;}











