	body
	{
	margin: 20px 0 0 0;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
    font-size: 0.7em;
	line-height: 1.3em;
	color: #000;
	background: repeat-x #004793 url('../gfx/bkg_body.gif');
	text-align: center;
	}
	
		#totalcontainer
		{
		margin: 1px auto;
		width: 770px;
		text-align: left;
		}
		
		
			#header
			{
			position: relative;
			clear: both;
			width: 770px;
			height: 150px;
			color: #fff;
			}
			
			
			
				#logo
				{
				height: 110px;
				width: 770px;
				text-align: center;
				clear: both;
				}
			
			
				#nav
				{
				float: left;
				text-align: center;
				width: 770px;
				font-size: 140%;
				}
				
					#nav a
					{
					color: #fff;
					text-decoration: none;
					}
				
					#nav ul
					{
					margin: 0;
					padding: 0;
					}
					
					#nav li
					{
					display: inline;
					padding: 7px;
					}
					
						.activebullet
						{
						display: inline;
						padding: 7px;
						background: #00162d;
						font-weight: bold;
						}
				
				
				
				
				
		
			#sub
			{
			float: left;
			}
			
			#content
			{
			border: 4px solid #fff;
			padding: 5px;
			float: right;
			width: 220px;
			height: 482px;
			background: no-repeat #d5d4c1 url('../gfx/bkg_content.gif');
			overflow: auto;
			}
			
				#content h1
				{
				margin: 5px 0 2px 0;
				font-size: 130%;
				}
				
				#content h2
				{
				margin: 10px 0 -10px 0;
				font-size: 110%;
				}
			
			
			#footer
			{
			padding: 10px 0 0 0;
			position: relative;
			clear: both;
			width: 770px;
			color: #fff;
			font-size: 90%;
			text-transform: uppercase;
			}
			
			
			
			
			
			
			img
			{
			border: 0px;
			}
			
			a
			{
			color: #000;
			}
	

