#header 
	{
	background-color: #9999ff;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px
	}

body 
	{
	background-color: #ffffff;
	color: black;
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 0;
	font-weight: normal;
	}

#navigation 
	{
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background-color: #0033ff;
	text-align: left;
	margin: 0 2% 0 2%;
	margin-bottom: 15px;
	height: 18px
	}

#titleframe {
    color:#0033CC;
	text-align: center;
	margin:auto;
	padding:2px;
	background-color:#ccffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	font-size: 18px;
	font-weight: bold;
}

#titlepar {
    color:#000066;
	text-align: left;
	margin:auto;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: medium solid #66cc00;
}

#banner 
	{
    left:10px;
	margin: 0 3px 3px 18%;
	height: 92px
	}

#content
	{
	color: #000000;
	background: transparent;
	margin: 0 2% 0 2%
	}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	height: 16px
	}
a 
	{
	color: blue;
	text-decoration: none
	}

a:hover 
	{
	color: #669966;
	text-decoration: none
	}

a.nav 
	{
	color: white;
	text-decoration: none
	}

a.nav:hover 
	{
	color: #fc0;
	text-decoration: none
	}
