*
	{
	margin: 0;
	padding: 0;
	}
	
img
	{
	border: none;
	}
	
body 
	{
    font-family: Georgia, Serif;
    font-size: 11pt;
    background: #bcbec0 url('images/headerbg.png') repeat-x;
    }
    
    .outtercontainer
    	{
    	top: 100px;
    	position: absolute;
    	width: 100%;
    	height: 40px;
    	background-image: url('images/navbarbg.png');
    	background-repeat: repeat-x;
    	z-index: 5;
    	}
    	
   	 .sitecontainer
    		{
    		width: 800px;
			height: 100%;
			margin-left:auto; 
			margin-right:auto;
			position: relative;
			clear: both;
			z-index: 15;
   		 	}
    
   		.header
    		{
  	  		width: 800px;
   		 	height: 100px;
    		text-align: left;
    		}
    		
    	.nav
    		{
    		top: 100px;
			left: 0;
			position: absolute;
			width: 800px;
			height: 40px;
			z-index: 10;
			}
						
			.nav ul
				{
				list-style: none;
				height: 40px;
			   	width: 800px;
			    margin-top: 0;
			    margin-left: auto;
			    margin-right: auto;
			    margin-bottom: 0;
				}
							
				.nav li
					{
					display: inline;
					list-style: none;
					padding: 0;
					margin: 0;
					}
						
					.nav a
						{
						line-height: 40px;
						width: 160px;
						float: left;
						position: relative;
						text-decoration: none;
						font-family: Georgia, Serif;
						color: black;
						font-size: 14pt;
						text-align: center;
						display: inline;
						}
							
						.nav a:hover
							{
							background-image: url('images/navrollover.png');
							background-repeat: repeat-x;
							}
							
			.bodycontent
				{
				width: 800px;
				clear: both;
				padding-top: 40px;
				padding-bottom: 20px;
				}
			
				.content
					{
					width: 530px;
					padding: 20px;
					padding-left: 0px;
					float: left;
					}
					
						.content h1
							{
							font-size: 14pt;
							font-weight: bold;
							}
							
						.content p
							{
							font-size: 11pt;
							}
					
				.sidebar
					{
					width: 210px;
					padding: 20px;
					float: left;
					}
					
					.sidebar h2
						{
						font-size: 12pt;
						font-weight: bold;
						}
						
					.sidebar p
						{
						font-size: 10pt;
						font-style: italic;
						}
    		
    		
    		
    		
    		