/* CSS Document */
body { background-image:url(images/swest4.gif);
	   background-repeat: repeat-y;
	   background-attachment: fixed;
	   background-color:#E1DFFF;
	   font-family:"Century Gothic", Verdana, Arial, sans-serif; }
	   
div#menu {top: 100px;
	       width: 120px;
		   font-family:Verdana, Arial, Helvetica, sans-serif;
		   font-size: smaller; }
		   
div#menu a { display: block;
			 font-weight: bolder;
             text-align: center;
	         padding: 5px 3px 5px 3px; }

div#menu a:link{ background-color: #330099;
				 color: #e1dfff;
	             font-weight: bolder;
	             text-decoration: none;
				 border-top: 2px gray; 
				 border-right: 2px gray;
				 border-bottom: 2px #000000;
				 border-left: 2px #000000;
				 border-style: outset; }
				 
div#menu a:visited { background-color: #330099;
                     color:#CCCCCC;
	                 font-weight: bolder;
	                 text-decoration: none;
				     border-top: 2px gray; 
				     border-right: 2px gray;
				     border-bottom: 2px #000000;
				     border-left: 2px #000000;
				     border-style: outset; }

div#menu a:hover { background-color:#E1DFFF;
                   color: #000000;
	               font-weight: lighter;
				   text-decoration: none;
				   border-top: 2px gray; 
				   border-right: 2px gray;
				   border-bottom: 2px #000000;
				   border-left: 2px #000000;
				   border-style:inset; }
				   
div#menu a:active { background-color: #003399;
                    color: #000000;
	                font-weight: bold;
	                border-width: 2px;
	                border: #000000 1px; }
					
div#main {background-color:#DFDFFF;
		  color:#000033;
		  margin:2% 0px 2% 98px;
		  font-size:medium;
		  border: 2px dotted #000033; }
		  
div#ref	{text-align:center;
		 font-family:Arial, Helvetica, sans-serif; }

div#footer {background-color:#DFDFFF;
			color:black;
			text-align:left;
			font-size:small;
			border: 2px dotted #000033;
			padding: 2px 2px 2px 5px; }
			
#lynn {background:transparent;
		margin:2% 4% 2% 2%; }

h1 {text-align:center;
	font-family:Chiller, "Comic Sans MS", sans-serif;
	font-size:xx-large; }
	
h2 {text-align:center;
	font-family:Chiller, "Comic Sans MS", sans-serif;
	font-size:x-large; }
	
p.one {text-align:center;
		line-height:2em;
		padding: 5px 5px 5px 5px; }

