body {
 margin: 0;
 padding: 0;
 background-color: #D2CBC3;
 color: black;
 font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper { 
 background-color: #546A81; 
 color: black; 
 margin: 30px 40px 30px 40px; 
 padding: 10px; 
}	 
	
#header-bottom {
	border-top: 1px solid #072370;
	border-bottom: 1px solid #072370;
	height: 1%;
	background-color: #FFFFFF;
}

#header-bottom ul { 
 margin: 0; 
 padding: 0; 
 padding: 0 30px 0 0; 
 text-align: right; 
} 

#header-bottom li { 
 display: inline; 
 background-color: #FFFFFF; 
 color: #000000;
} 

#header-bottom a:link, #header-bottom a:visited { 
 text-decoration: none; 
 background-color: #FFFFFF; 
 color: #000000; 
} 

#tagline { 
 font-weight: bold; 
 background-color: #FFFFFF; 
 color: #534A3B; 
 font-style: italic; 
 margin: 0; 
 padding: 0 0 0 10px; 
 width: 300px; 
 float: left; 
}

#main {
 position:relative;
 top:0;
 left:  0;
 width: 100%;  
 margin-top: 10px; 
 }

#content { 
 margin: 0  240px  0  0;
 padding: 2em 2em 1em 1em;
 border: 1px solid #072370; 
 background-color: #FFFFFF; 
 color: black;
 height: 100%
}
 
#content h2 { 
 margin: 0; 
 font-weight: normal; 
 font-size: 170%; 
}
 
#content h3 { 
 margin: 10; 
 font-weight: normal; 
 font-size: 140%; 
} 

#content h4 { 
 margin: 10; 
 font-weight: bold; 
 font-size: 130%; 
} 


#content p { 
 margin: 10; 
 font-size: 110%; 
}

#content p.more { 
 margin-top: 0; 
 text-align: right; 
} 

#content p.more a:link, #content p.more a:visited { 
 color: #9C5E5E; 
 background-image: url(more-bullet.gif); 
 background-repeat: no-repeat; 
 background-position: center left; 
 padding-left: 14px; 
}

#content ul {
 list-style-image:     
 margin-left: 0;
 padding-left: 20px; 
}

#content p, #content li {
 font-size: 100%;
 line-height: 1.4em;
}
#dateupdate {
 width: auto
 color: #000000;
 font-weight: normal;
}

#sidebar {
 position: absolute;
 top: 0;
 right: 0;
 width: 220px;
 background-color: #938B79;
 color: white;
 font-weight: normal;
 margin: 0;
 padding: 0;
}

#sidebar h3 {
 font-size: 100%;
 background-image:   
 background-repeat: no-repeat;
 margin: 0;
 padding: 0.2em 0 0.2em 0em;
 font-weight: normal;
}

#sidebar .inner {
 padding: 10px;
}

#sidebar ul {
 list-style-image:     
 margin-left: 0;
 padding-left: 20px; 
}

#sidebar p, #sidebar li {
 font-size: 100%;
 line-height: 1.4em;
}

#sidebar a:link, #sidebar a:visited {
 color:  #E1D7A9;
 font-weight: bold;
}

#sidebar .nav {
 font-weight: bold;
}

#sidebar p.more a:link, #sidebar p.more a:visited {
 color: white;
 background-image:  
 background-repeat: no-repeat;
 background-position: center left;
 padding-left: 14px;
}
