/* CSS Document */

body, td {background-color: #660066;
		  font-family: arial,helvetica; 
		  font-size: 12pt; 
		  font-weight: bold;
		  color: black;
		 }

.emphasis {color: #660066;
		  }

.newspaper {font-style:italic;
		  }

.midpic{ padding-top: 5px; 
		 padding-bottom: 5px; 
		 padding-right: 10px; 
	 	 float: left;
	   }
 
a {
	color: #434343;
}


/* specific divs */
.logoimage {
			float:none;
			padding-bottom:5px;
			padding-left:350px;
			}
			
#container {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	text-align: left;
	font-size: 0.8em;
	margin:auto;
	background-color: #FFFF99;
	padding: 10px; 10px; 10px; 10px;
	top: 2px;
	} 


#nav{ 
   white-space : nowrap;
   color : black;
   height: 30px;
   width : 100%;
}

#nav ul{
   padding-top: 8px;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   color : black;
   font-weight : bold;
   text-decoration :  none;
   float : left;
   border-right-color : black;
   border-right-style : solid;
   border-right-width : 2px;
}
#nav ul li a:hover{
   background-color : #909BC9;
   color : #000066;
}
#bannerspacer{
   padding-top: 5px;
   background-color:#660066;
}

#content{
    position:static;
	text-align:left;
	vertical-align:middle;
	height: 100%;
	padding-top:20px;
}

#content ul{
   padding : 0;
   margin : 0;
   list-style-type:none;
}
#content ul li{
   padding-left : 1em;
   padding-right : 1em;
   padding-bottom: 15px;
   color : black;
   font-weight : bold;
   text-decoration :  none;
   
}
	
#footerBlock {float : right; 
			  clear: both;  
			  repeat-x; 
			  padding: 5px 0px;
			  padding-top: 10px;
			 }
#footerBlock p {margin: 0; font-size: 10px; color: #FFFF99; line-height: 1.4;}
#footerBlock a:link, #footerBlock a:visited {color: black;}		  
		  

