/*Default Rules for the Body*/
body {
font-size: 100%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
color: #5d2f10;
margin:10px;
background-color: #f9bd6f;
padding: 0;
}

/*Rules for Headings*/
h1 {  
font-size: 150%;
}
h2 {  
font-size: 140%;
}
h3 {  
font-size: 120%;
}

/*------------------------------
	        Layout Rules
	----------------------------*/
	
p {  
line-height: 150%;
font-weight: bold;
}

blockquote {
font-size: 100%;
line-height: 25%;
text-align: center;  
}

#header {
height: 90px;
margin: 0 0 5px 0;  
padding: 5px;
border-bottom: 5px solid #5d2f10;
}

#header h1{
display: none;
}

#logo {  
float: right;
margin: 0 5px 5px 5px;
}

#name {
float: left;  
margin: 5px 15px 5px 10px;
}

#imageCol {
clear: right;
height: 60%;
margin-left: 20%;
margin-bottom: 10px;
padding: 10px;  
border-left: 5px solid #5d2f10;
}

#imageCol h2 {
margin-left: 20px;
font-size: 2em;
}

#imageCol #picture {
padding-left: 10px;
}

#textCol {
clear: right;
height: 60%;
margin-left: 20%;
margin-bottom: 10px;
padding: 10px;  
border-left: 5px solid #5d2f10;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#textCol p {  
max-width: 1000px;
text-indent: 20px
}

#textCol p a:link, a:visited {
/*text-decoration: none;*/
font-weight: bold;
color: #c60b18;
}

#textCol p a:hover {  
color: #fff;
}

.textBlock  {
text-align: center;
font-weight: bold;
}

.textBlock  li  {
list-style-type: none;
line-height: 125%;
font-size: 100%;
}

#sidebar {
float: left;
clear: left;
width: 15%;
margin-bottom: 10px;  
line-height: 150%;
text-align: left;
font-size: 1.25em;
}

ul {  
list-style: none;
}

#sidebar li a:link, li a:visited {
text-decoration: none;
font-weight: bold;
color: #5d2f10;
}

#sidebar li a:hover {  
color: #fff;
}

#footer {
clear: both;  
height: 7em;
min-height: 95px;
line-height: 125%;
border-top: 5px solid #5d2f10;
}

#footer p {
text-align: center;
padding: 1px;
margin: 90px 0px 0px 0px;
font-size: 0.80em;
}