/* CSS Document */
body {background-color:#3B0798;
	  color:#000000;
	  font-size:medium;
	  font-family:"Century Gothic", Verdana, Arial, sans-serif;  }
	  
div#menu { float:left;
		   width: 110px;
		   font-size: medium;
		   padding: 2px 2px 2px 2px; }
		   
div#menu a { display: block;
			 font-weight: normal;
             text-align: left;
	         padding: 3px 3px 5px 3px; }

div#menu a:link{ background-color:#3B0798;
                 color:#FFFFFF;
	             font-weight: normal;
	             text-decoration: none;
				 border-bottom-width: thin;
				 border-bottom-color: black;
				 border-bottom-style: outset; }
				 
div#menu a:visited { background-color:#3B0798;
                     color:#999999;
	                 font-weight: normal;
					 text-decoration:none;
				     border-bottom-width: thin;
					 border-bottom-color: black;
					 border-bottom-style: outset; }

div#menu a:hover { background-color:#3B0798;
                   color: #7A00F4;
	               font-weight: bold;
				   font-style: normal;
				   text-decoration: none;
				   border-bottom-width: thin;
				   border-bottom-color: #e7ceff;
				   border-bottom: inset; }
				   
div#menu a:active { background-color: #3B0798;
                    color: #000000;
	                font-weight: bold;
					border-bottom-width: thin;
					border-bottom-color: black;
					border-bottom-style: outset;  }
					
#banner {text-align:center;  }

#banner a:link {background-color:#3B0798;
                color: #CCCCCC;
	            text-decoration: none; }

#main {margin:1px 1% 1% 128px; 
	   background-color:#e7ceff;
	   color:#000000;
	   border:thin solid black;
	   padding:2% 2% 2% 2%; }
	
#nav {float:left;
	  background-color:#3B0798;
	  padding:2px 2px 7px 2px; }

#footer {position:static;
		 text-align:center;
		 width:auto;
		 clear: left; }

h1 {border-width:3px;
	border-style:outset;
	margin-left:auto; 
	margin-right:auto; 
	width: 295px; 
	height:97px}
			
h2  {text-align:left;
	 font-size: larger;
     background-color:#e7ceff;
	 color:#330066;
	 font-weight:bold;
	 line-height:.5em;
	 border-left: 2px ridge;
	 padding:2px 2px 2px 6px; }
		   
p.one  {text-align:center;
        margin-left:auto; 
		margin-right:auto; 
		width: 50%; }

p.two  {font-size:smaller;
        margin-left:auto; 
		margin-right:auto; 
		width: 70%; }
		
p.banner {text-align:center;
		  line-height:1em;
		  margin-top:-.75em;
		  margin-bottom:.5em; }
		  
p.banner a:link { background-color:#3B0798;
         		  color: #CCCCCC;
	    		  text-decoration: none;
				  font-weight:bold; }
		  
p.banner a:visited { background-color:#3B0798;
                     color: #CCCCCC;
					 text-decoration:none;}

p.banner a:hover { background-color:#3B0798;
                   color: #FFFFFF;
				   font-style:italic;
				   text-decoration:underline;}
				   
p.banner a:active { background-color: #3B0798;
                    color: #000000;
					text-decoration: none; }
		
div#drsum {float:left;
		   margin: 6px 5px 1px 3px;}

div#lastlinks { font-size: small;
				margin: 2px 10px 2px 10px; }
		   
div#lastlinks a { text-align: center; }

div#lastlinks a:link{ background-color:#3B0798;
                 	  color: #CCCCCC;
	             	  text-decoration: none; }
				 
div#lastlinks a:visited { background-color:#3B0798;
                     	  color: #CCCCCC;
					 	  text-decoration:none;}

div#lastlinks a:hover { background-color:#3B0798;
                   		color: #FFFFFF;
				   		font-style:italic;
				   		text-decoration:underline;}
				   
div#lastlinks a:active { background-color: #3B0798;
                    	 color: #000000;
						 text-decoration: none; }

