body {
	height: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	background-color: #efefef;
	font-family: Arial, Helvetica, Verdana,sans-serif;
	text-align: center;
	color: #333333;
	position: relative;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
a {text-decoration:none; color: #8D7A46;}
a:visited {text-decoration:none; color:#8D7A46;}
a:hover {text-decoration:none; color: #DDCFA0;}
a:active {text-decoration:none; color:#8D7A46;}

p,h1,pre {
	}
		
h1 {
	font-size:.8em;
	text-decoration:none;
	font-weight:normal;
	color:#333;
	}

h2 {
	font-size:14px;
	padding-top:10px;
	}

.clear {
	clear:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.headerMain {
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

.contentMain {
	align: center;
	width: 750px;
	border: 1px solid #333333;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}
	
	
#nameMain {
	font-family: Georgia,serif;
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #003300;
	text-align: left;
	width: 50%;
	margin-left: 10px;
	}
		
#nameTitle {
	font-family: Georgia,serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #333333;
	margin-top: -23px;
	text-align: right;
	width: 35%;
	float: right;
	padding-right: 10px;
	}
	
	
#menuMain{
	background-color: #D5D682;
	width: 100%;
	height: 40px;
	margin-top: -14px;
	border-bottom: 1px solid #333333;
	}
	
#menuMain ul{
	margin-left: -20px;
	text-align: left;
	font-size: .9em;
	text-decoration: none;
	list-style: none;
	}

#menuMain ul li{ 
	margin: 12px 10px 0 0;
	text-decoration: none;
	float: left;
	padding: 0 10px 0 10px;
	}

#menuMain ul li a{
	color: #333333;
	}

#menuMain ul li a:hover{
	border-bottom: 3px solid #ffffff;
	color: #000000;
	text-decoration: none;
	}
	
#introCaption{
	font-size: 1.4em;
	color: #003366;
	width: 500px;
	text-align: center;
	padding: 10px;
	}
	
#introCaption .sub{
	font-size: .8em;
	color: #333333;
	}	


#introPhoto{
	margin: -84px -25px 0 0;
	float: right;
	background-image:url(images/stlouis-courthouse.jpg);
	background-repeat: no-repeat;
	width: 189px;
	height: 133px;
	}
	
	
#pageMain{
	text-align: left;
	font-size: .9em;
	color: #333333;
	padding: 25px;
	}
	
#header{
	font-weight: bold;
	color: #003366;
	}
	
	#liink-header{
	font-weight: bold;
	color: #333333;
	}
	
.footer {
	color: #333333;
	text-align: center;
	width: 100%;
	font-size: .8em;
	}
	

	
.footer #copyright{
	font-size: .8em;
	color: #999999;
	}