/* CSS Document */

html,body{margin:0;padding:0}

body {
font: 12px "Arial", Arial, sans-serif;
text-align:center;
background-color: #341E0E;
background-image:url(images/background.gif);
background-repeat:no-repeat;
}
h2 {
   font:"Times New Roman", Times, serif;
   font-weight:normal;
   font-size : 12px;
   padding-right:10px;
   padding-left:10px;
}
h3 {
   font:"Times New Roman", Times, serif;
   font-size : 13px;
   color : #444
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
   padding: 0 0 0px 10px;
}
h4 {
   font:"Arial", Arial, sans-serif; color: #666699;
   font-size : 12px;
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
   padding: 0 0 0px 10px;
}

/***** Links *****/
 
a,
a:link,
a:visited{
color: #603913;
text-decoration:none;
}
a:hover {color: #603913; text-decoration: underline;}
 

	
p{margin:0 10px 10px}
/*a{display:block;color: #981793;padding:10px}*/



div#header h1{
height:250px;
line-height:80px;
margin:0;

background: #FFFFFF;
color: #79B30B
}

div#footer{
font-size:10px;
}
div#navbar h1{
height:80px;line-height:80px;margin:0;
  background: #FFFFFF;color: #FFFFFF;
  }
  
  

/*colors*/
div#header{background:#ffffff; padding:0 0 0 0; margin: 0px; height:160px; }
div#extra{background:#FFFFFF}
div#footer{background: #ffffff; color: #000000;;}
div#container{background-color:#FFFFFF; border: solid #000 1px;}
/*border:1px solid #fff;}//*

/*sizes structure floats*/
div#container{
width:850px;margin:20px auto;

}

div#header2{
background:#ffffff; 
padding:0 0 0 0; margin: 0px; height:250px; }


div#right{
float:right;
width:200px; 
padding: 5px;
margin:5px;
line-height:20px;
}



div#navbar {height:37px;margin:0; background:#ffffff}
div#extra{
float:left;
clear:left;
width:500px; 
text-align:justify; 
line-height:14pt;
margin:10px;
padding-left:25px;
padding-right:15px;
}

.extra a{
	text-decoration:underline;
	color: #663399;
	}
	
div#extra1{
width:100%; text-align:justify;
}
div#footer{
clear:both;
width:700px;
text-align:center;
}

/******* nav *********/

/*Navbar*/
/* common styling */

#nav, #nav ul { /* all lists */
	padding: 12px 0 0 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-decoration:none;
	font-weight:400;
	text-align:right;
	background: #ffffff;
	
}

#nav a {
	display: block;
	width: 6em;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:8px;
	text-align:right;
	background: #ffffff;
}

#nav li { /* all list items */
	float: left;
	text-align:right;
	background-color: ffffff;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	padding-left:5px;
	width:6em;
text-align:right;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #000000;
}

