﻿html {
	}

body
{
	font-family: arial, verdana, sans-serif;
	background-color: #006699;
	font-size: 10pt;
}


	#container
{
	
	width: 850px;
	position: relative;
	margin: 30px auto 30px auto;
	background-color: white;
	
}
    
    #leftnav
{
	float: left;
	width: 160px;
	padding-left: 10px;
	background-color: white;
	}
	
	#links
	{
		margin: 30px 0 0 15px;
			
	}
        
    #content
{
	width: 680px;
	float:left;
	background-color: white;
	
}

	#footer
{
	position:relative;
	bottom:0;
	clear: both;
	width: 850px;
	
	
}
	.appseperator
{
	
	font-size:12pt;
	width: 550px;
	color: #006699;
	background-color: #dcdcdc;
	float: left;
	margin-left: 10px;
}
.apptable
{
	width: 430px;
	font-size:10pt;
}

.textlabel
{
	color: red;
	font-size: 10pt;
	clear:both;
	text-align:center;
}
	
.xxsmalltext
{
	font-size:7pt;
}
	
	
a:link
{
	color: #006699;
	text-decoration: none;
	font-size: small;
}
a:visited
{
	color: #006699;
	text-decoration: none;
	font-size: small;
	
}
a:hover
{	
	color: #cc3333;
	text-decoration: none;
	font-size: small;
}

