@charset "utf-8";
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 115%;
	margin-bottom: 15px;
}
.maroon {
	color: #79200E;
}

.times {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

a img { 
    border: none;
}
.box {
	border: 9px ridge #C30;
	padding: 7px;
	background-color: #FEFEFE;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
}

.header {
	background: #ADB96E;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ navigation list styles for sidebar1) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 115%;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808000;
	font-weight: bold;
}

ul.nav li {
	border-bottom: 1px solid #666; /
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

<style type="text/css">	
	
body {padding: 0; margin: 0;}

#wrap	{
	width: 100%;
	height: 41px;
	margin: 0;
	z-index: 99;
	position: relative;
	background-color: #79200E;
		}
	
.navbar		{
	height: 32px;
	padding: 0;
	margin: 0;
	position: absolute;
	border-right: 1px solid #7a1515;
	width: 961px;
				}
			
.navbar li 	{
	height: auto;
	width: 156px;
	float: left;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #79200E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
					}

.navbar a	{							
	padding: 13px 0; 
	border-left: 1px solid #c34242;
	border-right: 1px solid #7a1515;
	text-decoration: none;
	color: white;
	display: block;
						}

.navbar li:hover, a:hover	{
	background-color: #c34242 ;
    }
								
.navbar li ul 	{
	display: none;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
						}
				
.navbar li:hover ul {
	display: block;									
						}
									
.navbar li ul li	{
	background-color: #c34242 ;
                        }
				
.navbar li ul li a 	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #790000;
	border-right-color: #c34242;
	border-bottom-color: #c34242;
	border-left-color: #c34242;
									}
				
.navbar li ul li a:hover	{
	background-color: #79200E;
                                     }

</style>							
							
