/* CSS Document */
body{
	font-size:12px;
	height: 500px;
}
#ground{
	width:1000px;
	height:auto;
	margin:0 auto;
}
	#top{
	width:100%;
	height:100px;
	border:1px solid #999999;
	margin-bottom:1px;
	background-color: #F2F4EB;
	}
		#logo{
		float:left;
		}

		#banner{
		float:right;
		}

	#mid{
	width:100%;
	background-position:top left;
	background-repeat:repeat-y;
	border:1px solid #999999;
	border-top:10px solid #666666;
	margin-bottom:1px;
	}
	
	#leftNav{
	width:200px;
	vertical-align:top;
	border-right-color: #666666;
	border-right: 1px;
	border-right-style: solid;
	}
	
	
	.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align:top;
	width: 750px;
	padding-left: 10px;
	}
	
	
/* CLEAR FLOATS for Mozilla*/

.clear {
   clear: both;
   font-size: 0;
   height: 0;
   line-height: 0
   } 
   
   .bottomBorder{
   border-bottom:1px solid #999999;	
   }
   
   
/* LEFT NAV LIST*/

#navcontainer {
	width: 200px;
	padding-left:0px;
	padding-top: 10px;
}
#navcontainer ul
{
margin:0;
margin-left:18px;
padding-left: 0;
list-style-type: none;
font-family: verdana;
}

#navcontainer ul ul
{
list-style-type: none;
margin:0px;
padding:0px;
}

#navcontainer ul ul a
{
background-color:#FFFFFF;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 14em;
	background-color: #E2E2E2;
	border-bottom: 1px dotted #000000;
}

#navcontainer a:link, #navlist a:visited
{
font-size:12px;
color: #000000;
text-decoration: none;
}


#navcontainer a:hover
{
background-color: #CACACA;
color: #000000;
}

#footer{
text-align:center;
padding:10px 5px;
}
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-color: #333333;
}

#footer a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
text-decoration:none;
}

.menu {  font-family: Verdana; font-size: 12px; color: #849A63; text-decoration: none}
.menu:hover { color: #FF0000}
.childmenu {  font-family: Verdana; font-size: 12px; color: #FFFFCE; text-decoration: none}
.childmenu:hover { color: #FF0000}
.footmenu {  font-family: Verdana; font-size: 12px; color: #8C7531; text-decoration: none}
.footmenu:hover { text-decoration: none}
a {
	color: #333333
}

.title	{font-family : Verdana, Arial, Time New Roman; font-size : 16px; color : #840000}

h1{
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B5D39;
}

h6{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#7b5d39;
margin:0px;
}
	
h2{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B5D39;
	font-weight: bolder;
}

h3,h4,h5{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B5D39;
	font-weight: normal;
}


.hyper{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B5D39;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.nomargin{
margin-bottom: 1px;
margin-top: 1px;
padding-bottom: 1px;
padding-top: 1px;
}

.margin2{
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td	{
	font-family : Verdana, Arial, Time New Roman;
	font-size : 12px;
	color : #000000;
}

.fontColor{
	color:#7b5d39;
}
   
   
   
