body {
	margin: 0px 0px;
	padding: 0px;
	background-color:#3c3c3c;
	text-align:center;
}

#container {
	width: 1003px;
	margin: 0px auto 0px auto;
	background: url(images/container-back.gif) #FFFFFF repeat-y;
}

#header {
	width: 1003px;
	background-color: #141413;
	text-align: left;
margin-bottom: 8px;

}

#content {
	width: 1003px;
	text-align: left;
	background-color: #FFFFFF;
	}

.text {
	margin-left:5px;
	padding:8px;
	background-color: #FFFFFF;
	font-family:Verdana, Arial;
	color:#000000;
	font-size:14px;
	width:750px;
	text-align:left;
	float:left;
	border: solid 1px #ee5023;
    
}

h1 {
	text-align: left;
	font-family:Verdana, Arial;
	color:#ee5023;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}

h2 {
	text-align: left;
	font-family:Verdana, Arial;
	color:#ee5023;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
}

.text a {
	color: #ee5023;
}

.text a:link, .text a:visited {
	color:#ee5023;
}

.text a:hover {
	background-color: #FFFFCC;
	color:#333;
}

.text a:active {
	color:#ee5023;
}

.text strong {
	color:#da3726;
	font-size:14px;
	font-weight:bold;
}

.pic {
float:right;
padding: 5px;

}


.dlleft {
	float:left;
	width:365px;

	margin: 15px 5px 5px 5px;
	
}


	
.picfloat {
	margin: 20px 0px 0px 5px;
	float:left;
	
}

.dltext {
	padding: 5px;
	float:right;
	width:275px;

}



.nav {
	width:200px ;
/*	margin-top:5px;*/
	margin-left:780px;
	padding: 5px 5px 5px 5px;
	background-color: #141413;
	font-family:Verdana, Arial;
	color:#ffffff;
	font-size:12px;
	border: solid 3px #ee5023;
	display: block;

}

.nav h3 {
	color:#ee5023;
	font-size:12px;
	font-weight:bold;

}


.nav a {
	display: block;
	border: 0px;
	font-family:Verdana, Arial;
	font-size: 12px;
	color: #ffffcc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.nav a:link, .nav a:visited {
	color:#ffffff;
	text-decoration: none;
}

.nav a:hover {
	background-color: #ee5023;
	color:#ffffff;
	text-decoration: none;
}

.nav a:active {
	color:#ffffff;
	text-decoration: none;
}



.nav ul {
	list-style:none;
  padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 8px;
}
.nav li {
	background:url(images/li_bg.jpg) 0px 5px no-repeat;
	vertical-align:top;
	padding-left: 9px;
	line-height:18px;
	}
	

.footer {
	background: url(images/footer.gif) #ffffff repeat-x;
}

#copyright {
	clear:both;
	width: 1003px;
	text-align: center;
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background:#3c3c3c;
	padding-top:5px;
}



.copylink{
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.copylink a:link, .copylink a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.copylink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.copylink a:active {
	color:#FFFFFF;
	text-decoration: none;
}















