/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
	}
	a {
		color:#993300;
	}
	a:hover {
		color:#993300;
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color: #99CC66;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0.21em;
		font-variant: small-caps;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Arial, Helvetica;
		font-size: 12px;
		line-height: 20px;
	}
	img {
		margin: 0;
	}
	a img, a:hover img,  a:visited img {
  text-decoration: none;
  border: none;
  color: #ffffff;
  }
img.alignleft {
float:left;
margin:10px 10px 10px 0;
}  
  
  
  .textwidget {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:22px;
  }
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
#leftheader{
width: 700px;
font-family: 'Times New Roman';
margin: 0 auto;
font-size: 18px;
margin-bottom: 20px;
}	
#date{
margin-top: 5px;
color:#993300;
margin-left: 30px;
float: left;
}
#line{
	background: #d5ecb4 url('images/mm_dashed_line.gif') repeat-x;
	height: 25px;
	border-top: #5c743d solid 3px;
	width: 100%;
}
#line2{
	background: #d5ecb4 url('images/mm_dashed_line.gif') repeat-x;
	height: 2px;
	border-bottom: #5c743d solid 3px;
	width: 100%;
}	
#breadcrumbs{
width: auto;
margin-top: 5px;
margin-right: 20px;
margin-left: 20px;
float: left;
color:#993300;
}
	/* 'widths' sub menu */
#container{
background: #FFF;
width: 1000px;
}	

#container h3{
color:#993300;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:0.2em;
line-height:22px;
}

#rightsidebar{
float: right;
width: 200px;
background-color: #FFFFFF;
}

#rightsidebar ul{
list-style-type: none;
}

#rightsidebar h2{
color:#993300;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:0.2em;
line-height:22px;
}

#leftsidebar{
float: left;
display: inline;
padding-top: 30px;
width: 200px;
background-color: #330033;
padding-bottom: 40px;
}
#leftsidebar li a{
color:#D5EDB3;
display:block;
font-size:11px;
font-weight:bold;
letter-spacing:0.1em;
line-height:16px;
padding:8px 6px 10px 20px;
text-decoration:none;
}

#center{
display: block;
position: relative;
float: left;
width: 550px;
padding: 20px;
background: #fff;
}
	
#navlist
{
padding-left: 0;
margin-left: 0;
margin-top: 30px;
border-bottom: 1px solid #F4FFE4;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #F4FFE4;
color: #F4FFE4;
padding: 5px;
}

#navlist li a { 
color:#D5EDB3;
display:block;
font-size:11px;
font-weight:bold;
letter-spacing:0.1em;
line-height:16px;
padding:8px 6px 10px 20px;
text-decoration:none;
margin: 0;

}
#navlist li a:hover {
background:#99CC66 none repeat scroll 0 0;
color:#993300;
}
	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #330033;
	}
	#footer p {
		padding:10px;
		margin:0;
		color: #333333;
	}
	#footerleft{
  float: left;
  width: 300px;
  margin-left: 30px;
  }
  #footerright{
  float: right;
  width: 200px;
  margin-right: 30px;
  color: #666666;
  }
