
body   {
background: url(bgnero2.png);
background-repeat: repeat-x;
background-attachment: fixed;
margin: 0 0 0 0 ;
/*width: 1050px;*/

}

div.top {
	height: 148px;
	margin-left: 10px;
	/*border-bottom: 2px solid #eaeaea;*/
	/*color: #fff;*/
	/*background-color: white;*/
	
}

div.top h1 {
	letter-spacing: -2px;
	font-size: 40px;
	margin: 5px 0 5px 0;
	padding-left: 10px;
	
}
div.top h1 a { text-decoration: none; color: white; }
div.body {
	padding: 10px;	
	font-family: Verdana, Tahoma, Georgia, Trebuchet;
	width: 1185px;
	
}
div.left h2, div.right h2 {
	border-bottom: 1px dotted;

	font-size: 16px;	
	padding: 10px;
	margin-top: -0px;
}
div.right h5 {
	margin-left: 10px;
	margin-top: 0px;
}
div.right h2 {
	text-align: center;
	color: #ff6600;
	border-color: black;
}
div.right h6 {
	text-align: center;
	color: red;
	font-size: 22px;
	
	
}
div.left {
	background-color: #fff;
	padding: 5px;
	float: left;
	min-height: 400px;
	width: 205px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
}
div.scroll {
	background-color: #fff;
	padding: 5px;
	min-height: 400px;
	margin-left: 220px;
	border: 1px solid #fff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;	
	
	
	
}
div.right {
	background-color: #fff;
	padding: 5px;
	min-height: 400px;
	margin-left: 220px;
	border: 1px solid #fff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;	
	
}

img {  border: none;  }   
a:hover img {  border: none;  }   
/*
div.footer {	
	clear: all;
	margin-top: 15px;
	border: 1px solid #fff;
	font-size: 90%;
}
*/
ul.menu  {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}

ul.menu li  {
	border-bottom: 1px solid white;
	padding: 1px;
}

blockquote {
	padding: 10px;	
	border-left: 1px dotted blue;	
}

ul.menu li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
	padding-left: 15px;
	font-size: 85%;
	
	
}
ul.menu li a:hover {
	background-color: orange;
	border-left: 10px solid black;
	padding-left: 6px;
	
}

p {
	padding: 5px;
	font-size: 90%;
}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}
ul{
	margin-left:18px;
	padding:0;
}
.dropdown li{
	/* Each element in the expandable list */
	/*background-color:#373128;
	border:1px solid #40392C;
	margin:5px 0;
	padding:4px 18px;*/
}
li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-size:21px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}
/*img.rightBorder { float: right; border: 1px solid #808080; padding: 5px; margin: 5px;}
img.leftBorder	{ float: left; border: 1px solid #808080; padding: 5px; margin: 5px;}
img.border	{ border: 1px solid #808080; padding: 5px; margin: 5px; }
span.gray { color: #808080; }	
span.gray a { color: #808080; text-decoration: none; }*/