html, body 	{font:12px Verdana, Helvetica, arial;
		
		}
 
* 		{ margin:0; padding:0; }

:focus
		{
		-moz-outline-style: none;
		}





body		{background-color: #dcdcdc;}


		

#background		{margin: auto;
				background-color: #f8f8ff;
				width: 870px;
		
		}


#wholepage 			{margin: auto;
					width: 800px;
					background-color: white;
					border: 2px solid white;
					padding-top: none;
					border-top: 15px solid white;
					}


				
		
		

#header 			{
				background-image: url(images/webbanner.png);
				height: 275px;
				margin-left: none;
				width: 800px;
		
				}

#headerwrapper	{height: 235px;
		
				width: 800px;
				border-bottom: 15px solid white;
		
				}


/* Main Navigation */


#menuwrapper	{background-image: url(images/menubackground.png);
				background-repeat: no-repeat;
				height: 58px;
				margin-left: 0px;
				padding-left: 26px;
				padding-top: 20px;
				
				font-size: 1.3em;
				}

#menuwrapper dl 	{margin: 0; 
				padding: 0; 
				}

#menuwrapper dt 	{float: left; }

#menuwrapper dt a	{display: block; }
		
#menuwrapper a	{color: black;
				text-decoration: none;
				padding-right: 17px;
				padding-left: 17px
				
				}

#menuwrapper a:hover		{color: white;
						text-decoration: none;
						background-color: black;
						}


#content		{float: left;
				width: 450px;
				background-color: white;
				
				padding-left: 5px;
				padding-top: 10px;
				}

#leftbottom		{float: left;
				width: 154px;
				background-color: white;
		
				clear: left;
				margin-left: 15px;
				}
		




#right	{
		margin-top: 0px; 
		padding-top: 10px;
		text-decoration: white;
		float: right;
		padding-right: 5px;
		width: 350px;
		
	
		background-color: white;
		
	
		}

#content A:hover 	{text-decoration: underline; color: red;}

#content A:link 	{text-decoration: underline; color: white;}
#content A:visited 	{text-decoration: none;}
#content A:active 	{text-decoration: none;}



#footer		{background-color: #f8f8ff;
			clear: both;
			height: 150px;
			font-family: Tahoma, Arial, Helvetica, Sans-serif;
			font-size: 1.1em;
			border-top: 15px solid #dcdcdc;
			background-repeat: no-repeat;
			padding: 6px 0px 0px 10px;
			}


#footer a		{color: black;
				text-decoration: none;
				}

#footer a:hover	{color: white;
				}

#footer #altnav 	{width: 350px;
				float: right;
				text-align: right;
				}


	



h3		{font-size: 1.1em;
		padding-top: 4px;
		padding-bottom: 4px;
		color: black;
		}
		
h2		{font-size: 1.3em;
		padding-top: 4px;
		padding-bottom: 4px;
		color: black;
		text-decoration: underline;
		}

p		{padding-bottom: 2px;
		 padding-left: 4px;
		color: black;
		}

