@charset UTF-8;
body  {
	font: 100% Georgia, Times New Roman, Times, serif;
	background:#E3E3E3;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#827E70;
}

h1 {
	font: 100% Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;	
}

h2{
	font: 100% Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;	
}

h3{
	font: 100% Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;	
}

#container { 
	width: 52em;
	background: #D7DDD1;
	margin: 0px auto;
	border: 10px solid white;
	text-align: left;
		
} 
#header { 
	background: #FFF; 
} 

#titlebar { 
	background: #FFF;
	margin: 0; 
	text-decoration: none
}


#sidebar1 {
	float: left;
	width: 13em;
	background: #D7DDD1;
	padding: 15px 0;
}

#sidebar1 h3, #sidebar1 p, ul {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar1 a:link, #sidebar1 a:visited {
	color: #EC512D;
	text-decoration: none;
}

#sidebar1 a:hover {
	text-decoration: none;
	color: #D7DDD1;
	background-color: #EC512D;
}

#mainContent {
	background: #D7DDD1;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 550px;
} 

#footer { 
	padding: 0 10px;
	background: #E3E3E3;
}
	
#footer p {
	margin: 0;
	padding: 10px 0;
	color:#96937A;
	font-size:14px;
}

#footer a:link, #footer a:visited {
	color: #EC512D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #D7DDD1;
	background-color: #EC512D;
}

.fltrt { 
	float: right;
	margin-left: 8px;
	
}

.fltlft {
	float: left;
	margin-right: 12px;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.noborder {
	border: none;
}

.biginline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;	
}

.thispage{
	font-weight:bold;
	font-variant: small-caps;
	font-size:14px;
	color:#827E70;
	text-decoration:underline;		 	

}

.nav{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: lighter;
	list-style-type: none;
	color: #96937A;
}
.extlink a:link, a:visited, a:active{ 
	font-size: 12pt;
	color: #EC512D
}

.p{
	text-indent: 20pt;
	text-align: left;
}
