html,body
	{
	margin:0;padding:0
	}

body 
	{ 
	color: black; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 16pt; 
	text-align: left;
	background-color: white; 
	}

a:link 
	{ 
	color: #333a7c; text-decoration: underline; 
	}

a:hover 
	{ 
	color: #d92a2b; 
	}

a:active 
	{ 
	color: #333a7c; 
	}

a:visited 
	{ 
	color: #d92a2b; text-decoration: underline; 
	}

h1 
	{
	color: blue;
	text-align: center;
	font-size: 16pt
	}


h2 
	{
	color: black;
	text-align: center;
	font-size: 14pt
	}



h3 
	{
	color: black;
	text-align: left;
	font-size: 12pt
	}	
	
p
	{
	color: black;
	text-align: left;
	font-size: 12pt
	}

div#header
	{
	height:159;
	width:100%;
	}
	
div#wrapper	
	{
	float:left;
	width:100%;
	}
	
div#navigation
	{
	float:left;
	width:180px;
	margin-left:-100%;
	}
		
div#content
	{
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin: 0 200px 0 200px;
	}
	

div#extra
	{
	float:left;
	width:25px;
	margin-left:-180px;
	}


div#footer
	{
	clear:left;
	width:100%;
	background: #B0C4DE;
	color: #FFF; 
	p
		{
		margin:0;
		padding:5px 10px;
		a
			{
			display:inline;
			padding:0;
			color: #C6D5FD
			}
		}
	}