*{
	margin:0px;
	padding:0px;
}

body{
	background:rgb(180,180,180);
	font-family:Verdana,'Times New Roman',Times,serif;
	font-size:11px;
	color:#222;
	line-height:18px;
}

a  {
	color:#394132;
	text-decoration:none;	
}


h1,h2,h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0px 5px 0px;
}

#mc_container h2
       {
       text-align:right;
       font-weight:lighter;
       color:#623393;
	   margin-bottom:10px;
       border-bottom:1px solid #8d8d8d;
	   font-size:3em;
	   padding-bottom:8px;
	   font-family:Georgia, serif;
       }
h1{
	padding-top:0px;
	font-size:25px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#8F8F8F;
	border-bottom:1px solid #EDEDED;
	text-align:right;
}

h2{
	font-size:20px;
}

h3{
	color:#643289;
	font-size:1.2em;
	font-weight:lighter;
}

#nav_container h3{
	font-size:1.6em;
	font-family:Georgia,'Trebuchet MS', serif;
	font-weight:lighter;
	letter-spacing:.3em;
	margin-top:51px;
	padding-top:5px;
	color:#222;
}

li span {
        color:#8d8d8d;
}

p{
	padding-top:8px;
	padding-bottom:8px;
}
hr{
	border:0;
	background-color:#9D9DA1;
	height:1px;
	width:95%;
	margin:0px auto;
	text-align:center;
}
img{
	border:none;
}

/*pre-set image classes*/
.right
	{
	float:right;
	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #8d8d8d;
	margin:10px 0px 10px 10px;
	}
	
.right-off
	{
	float:right;
	}
	
.left
	{
	float:left;
	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #8d8d8d;
	margin:10px 10px 10px 0px;
	}
	
.left-off
	{
	float:left;
	}

blockquote
	{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f3eafa;
	color:#222;
	border-top:1px dashed #394132;
	border-bottom:1px dashed #394132;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
blockquote a
	{
	text-decoration:underline;
	}
	
blockquote span
	{
	color:#933B39;
	font-size:1.2em;
	letter-spacing:.2em;
	}
	
#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-right:6px solid #643289;
}
* html #container{
	padding-left:2px;
}
#c_container{
	background:#FFFFFF;
	margin-top:-5px;
	width:800px;
}

#close
	{
    text-align:right;
	padding:10px;
	color:#a07002;
    } 
	
#close a
	{
	color:#222;
	text-decoration:underline;
	}
	
#header {
	width:800px;
	height:97px;
	background-color:#7e7b46;
}
	
/**** Main Content ****/
#mc_container {
	padding:20px 26px 20px 0px;
	width:550px;
	text-align:justify;
}

#mc_container ul {
	padding:3px 0px 3px 10px;
}

#mc_container ul li {
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:center left;
}

#location {
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:0px;
	color:#a07002;
	width:100%;
	text-align:right;
	}

#location a {
	color:#222;
	text-decoration:none;
}

/**** Nav ****/
#nav_container {
    background-color:white;
	width:180px;
	padding:10px 17px 0px 17px;
}

ul {
	margin:0px;
	padding:0px;
}
ul li{
	list-style-type:none;
	padding:10px 0px 5px 5px;
	border-bottom:1px solid #EDEDED;
	background-color:#676532;
	position:relative;
}

li ul{
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width:180px;
}
ul li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #676532; /* IE6 Bug */
	padding: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000; background: #676532; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#footer
	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}