@charset "utf-8";
/* CSS Document */
body { background-image:url(images/back.gif);
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 85% }

/* Styles */
img { border: 0 }
p { margin-right: .95em }
h2 { font-size: 115% }
a { color: #000066 }
a:visited { color: #660066 }	
.center { text-align:center }
.right { text-align:right }
.ulinks { list-style-type: none }
.top { font-size: 75%;
	   font-style: italic;
	   text-align: center }
.home { margin-left: .5em }	   

/* Layout */
#banner { position:absolute;
		  top: 0;
		  left: 0;
		  z-index: 2 }
#logo { position: absolute;
		top: 11.65em;
		left: 9em;
		z-index: 3;
		background-color:#ffffff;
		padding-top: 1em;
		padding-bottom: 1em }		  
#content { position:absolute;
		   left:0;
		   top: 11.5em;
		   background-color: #ffffff;
		   width: 46.90em;
		   padding-left: 22.25em;
		   padding-top: 3em;
		   border-bottom-style: solid;
		   border-bottom-color: #893101;
		   border-bottom-width: 1em }	   		  
#leftmenu { position:absolute;
			top: 11.65em;
			left: 0;
			width:15em;
			height: 30em;
			background-image: url(images/links-background.png);
			background-repeat: no-repeat;
			background-color:#ffffff;
			border-right-style:solid;
			border-right-width: .15em;
			border-right-color: #77340c;
			z-index:2 }
#leftmenu ul { position: absolute;
			   top: 11em;
			   left: 2.5em;
			   list-style-type: none }
#leftmenu ul li { margin-bottom: .5em }			   					  