body 
	{
    font-family: Tahoma, Sans-Serif;
    text-align: center; 
    background-color: #dbdbdb;
    font-size: 10pt;
	}

	*
	{
	padding: 0;
	margin: 0;
	}
	
	img 
	{
	border: none;
	}
	
	.outtercontainer 
	{
	background-color: White;
	width: 800px;
	margin-left:auto; 
	margin-right:auto;
	position: relative;
	border-left: solid 5px #1b0e5e;
	border-right: solid 5px #1b0e5e;
	border-top: solid 5px #1b0e5e;
	}
	
		.topbar 
		{
		top: 0px;
		left: 0px;
		width: 800px;
		height:280px;
		text-align: left;
		position: relative;  
		background: white url(/images/starkheader2.png) no-repeat right; 
		}
		
			
			
			.toptext 
			{
			top: 20px;
			left: 542px;
			height: 215px;
			width: 246px;
			text-align: center;
			position: absolute;
			}
				.toptext h1
				{
				color: White;
				font-size: 18pt;
				line-height: 24pt;
				font-weight: bold;
				font-style: italic;
				text-align: center;
				}
		
		.content 
		{
		top: 0px;
		left: 0px;
		width: 800px;
		height: 100%;
		background-color: White;
		margin-top: 0px;
		clear: both;
		overflow: auto;
		position: relative;
		}
		
			.sidenavbg 
			{
			width: 266px;
			min-height: 350px;
			text-align: left;
			margin-top: 0px;
			padding-right: 0px;
			padding-left: 0px;
			float: left;
			position: relative;
			}
			
				.sidenavbg p 
				{
				color: Gray;
				font-size: 11pt;
				text-align: left;
				padding-left: 10px;
				}
				
				
				.sidenavbg ul
				{
				padding-top: 20px;
				padding-left: 0px;
				}
				
				.sidenavbg li
				{
				list-style: none;
				height: 40px;
				margin-left: 0;
				}
			
				.sidenavbg li a
				{
				display: block;
				color: #1b0e5e;
				background: url(/images/star.png) no-repeat left;
				font-size: 14pt;
				font-weight: bold;
				text-align: left;
				padding-left: 65px;
				text-decoration: none;
				line-height: 40px;
				}
				
				.sidenavbg ul a:hover
				{
				display: block;
				color: #6d6d6d;
				text-decoration: none;
				}
				
				
				
			.body
			{
			width: 494px;
			background-color: White;
			text-align: left;
			margin-top: 0px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 50px;
			float: left;
			position: relative;
			}
			
				.body h2
				{
				color: #1b0e5e;
				font-size: 14pt;
				font-weight: bold;
				text-align: left;
				padding-bottom: 15px;
				}
			
				.body h3
				{
			    color: #1b0e5e;
				font-size: 13pt;
				text-align: left;
				padding-bottom: 10px;
				}
				
				.body p
				{
			    color: black;
				font-size: 12pt;
				text-align: left;
				padding-bottom: 10px;
				} 
				
				.body li
				{
			    color: black;
				font-size: 11pt;
				text-align: left;
				} 
				
				.body b
				{
				color: #1b0e5e;
				}
				
				.body strong
				{
				color: #1b0e5e;
				}
				
				.body a
				{
				color: #1b0e5e;
				text-decoration: underline;
				}  
			
				.body a:hover
				{
			    color: #888888;
				text-decoration: underline;
				}
			
		.footer 
		{
		width: 800px;
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
		background-color: white;
		border-top: solid 2px #888888;
		border-left: solid 5px #1b0e5e;
		border-right: solid 5px #1b0e5e;
		border-bottom: solid 5px #1b0e5e;
		
		}
		
			.footer p
			{
			color: #888888;
			font-size: 10pt;
			text-align: center;
			padding-top: 10px;
			}
			
			.footer a
			{
			color: #888888;
			font-size: 10pt;
			text-align: center;
			}
			
			.footer a:hover
			{
			color: #6d6d6d;
			font-size: 10pt;
			text-align: center;
			}
	
		
		
		
		
		
	
	
	
	
	
	
	
	