body {
	margin: 0px 0px 20px 0px;
	background-color: #DCBF89;
	}

a {	
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #003366;
	}

a:visited {
	color: #003366;
	}

a:active {
	color: #003366;
	}

a:hover {
	color: #6699CC;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#banner {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #eeeeee;
	background-color: #905E00;
	
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #744B00;
	height: 39px;
	}

#banner h1 {	
	font-size: xx-large;
	font-weight: bold;      
	}
#banner a.title {
	color: #4477aa;
}

#banner h2 {
	font-size: x-small;
	}

#banner h3 {
	font-size: x-small;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: absolute;
	right: 5px;
	top: 5px;
}
#banner a {
	color: #999999;
	text-decoration: none;
	}

#banner a:hover {
	color: #4477aa;
	}

#left {	
    position: absolute;
	left: 0px;
	top: 70px;
	
	width: 150px;
	background-color: #DCBF89;
	overflow: hidden;
	}

#center {
	margin-left: 150px;
	border-left: 1px solid #744B00;
	}

.content {
	padding: .5cm 1.25cm .5cm 1.25cm;
	background-color: #EFDEBF;
	color: #333333;
	font-family: Georgia, serif;
	font-size: normal;
  	line-height: 150%;
	}

.sidebar {
	padding: 15px;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	border-bottom: 1px solid #999999;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
	padding: 3px;
	}

.content h3 {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;
	
	}

.content h4 {
	color: #6699cc;
	font-family: serif;
}

.content p {
	text-align: justify;
}

.content p.posted {
	color: #003366;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: normal;	
	}

.content blockquote {
	background-color: #DCBF89;
    padding: 2px 4px 2px 4px;
	border-left: 2px solid #744B00;
    margin: 0cm .15cm 0cm 1.5cm;
}

.content img {
    padding: 0px 2px 0px 2px;
    border: 0px;
}

.sidebar h2 {
	color: #336699;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #336699;
	text-align: left;
	font-weight: bold;	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

.sidebar li {
	color: #336699;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;	
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 0px solid #666666;
	}


