/*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;
}

/*div {
border: 1px solid black;  
}*/

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

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

#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;
margin-left: 20%;
margin-bottom: 5px;
padding-bottom: 13em;  
border-left: 5px solid #5d2f10;
font-size: 0.80em;
}

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

.spacer {  
clear: both;
}

.float {
float: left;
width: 130px;
padding: 5px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
text-align: center;
}

.float p {
padding-left: 8px;
line-height: 100%;
margin: 0;
}

.floatB {
float: left;
width: 175px;
padding: 5px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-top: 10px;
text-align: center;
}

.floatB p {
padding-left: 8px;
line-height: 100%;
margin: 0;
}

#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;  
line-height: 125%;
border-top: 5px solid #5d2f10;
}

#footer p {
clear: both;
margin-bottom: 5px;
padding-bottom: 5px;
text-align: center;
font-size: 0.80em;
}
