/* CSS Document */



   body, html  {font-family: verdana, arial, helvetica, sans-serif; 

         background-image: url(images/grey1.jpg);

		 margin: 0;  

		 padding: 0;

		 height: 100%;

		 min-height: 100%;

		 		 }

				 

	#clearspacelg {clear:both;

	                   height: 180px;  }

					   

					   

	#clearspace {clear:both; 

	                   height: 80px;  }				   	 

					   

					   

		  

* html #outer{height:100%;}/* ie6 and under*/



		 

		 #wrapper {width: 785px;  /*contains purple background*/

		                 border: 1px solid #691d62;  

						 min-height: 800px;

						 height: 100%;

						 background-color: #691d62;

						 position:absolute;

						 left: 150px;

						 right: 50px;

						 						 }

						 

		#navlinks  {width: 175px; /*contains links*/

		                 background-color: #691d62;

						 color: #FFF;

						 height:85%;

						 min-height: 85%;

						 margin-top: 0px;

						 font-size: 11px;

						 font-weight: bold;

						 margin: 0px;

						 padding: 0px;

						 font-family: verdana, arial, helvetica, sans-serif; 		

						        }

								

		#navlinks a {font-family: verdana, arial, helvetica, sans-serif;

		                   text-decoration: none;

						   border-bottom: 1px solid #fff;  

						   color: #fff ; 

						   line-height: 300%;

						   width: 170px;

						   top: 200px;}

		

		#navlinks li {list-style:none; 

		                     }				   

						   

						   

		#navlinks a:hover {text-decoration: underline;  }

		

		

		#navlinks img { position: absolute;

		                      top: 400px;       }				   						   

								

								

								

		#container { width: 605px; /*light violet background*/

		                  background-color: #e1d1df;   

						  position: absolute;

						  top: 140px;

						  right: 15px; 

						  min-height: 600px;

						  padding: 20px 20px 20px 20px;

						  border-bottom: 1px solid #691d62;}

						  

						  

	   #main  {background-color: #FFF; /*main content goes here, white background*/

	               width: 559px;  

				   color: #000;

				   height: auto;

				   font-size: 10px;   

				   border: 1px solid #989787;

				   padding: 0px;

				   

				    }

					

	 #main  p { padding: 6px; 

	                 text-align:left;  

					 margin: 0 5px 5px 0;

					 position:relative;

					 top: -13px;}

	 

	 #main li { list-style: none; }

	 

	 #main li img {float: left; 

	                     top: 0px;

						 margin: 6px;

						 position: relative;			 

						   }

						   

						   

		#main a {text-decoration: none; 

		              font-weight: bold;

					  color: #691D62; }

					  

					  

		#main a:hover  {text-decoration: underline;  }

		

		#main form {   

		     width: 350px;

			 padding: 10px;

			 position: relative;

			 left: 55px;  

			 align: center; 

			 background-color: #f2f2f2;  }

			 			  

						   

		#footer {background-color: #989787;

		             width: 559px;

					 color: #000;  

					 top-margin: 10px; 

					 bottom-margin: 5px;

					 height: 12px;}

					 

					 

		#footer  p {font-size: 10px;

		                 text-align: center;   

						 padding: 3px; 

						   }

						   

		#footer a {text-decoration: none;

		                font-weight: bold;   

						color: #000;     }

						

		#footer a:hover {text-decoration: underline;  }			 				