﻿body 
{
	background-color: #3F64A0;
	height: 100%;
	margin: 0px;
}

font {
	font-family: Verdana;
	font-size: 14px;
	color: #020726;
}
a {
	font-weight: bold;
	color: #C1FF39;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #020726;
}

#leftNavDiv
{
	position:absolute;
	width:300px;
	left:0px;
	top:0px;
	text-align: right;
	padding: 15px 10px 10px 10px ;
}

#contentDiv 
{
	width: 450px;
	position:absolute;
	left:320px;
	top:0px;
	background-color: #2D5184;
	padding: 0px 10px 20px 10px;
	min-height: 100%;
	margin: 0px;
}
#rightNavDiv 
{
	width: 190px;
	position:absolute;
	left:790px;
	top:0px;	
	padding: 0px 0px 0px 10px;
	height: 100%;
}

#birdDiv 
{
	position:absolute;
	bottom: 10px;	
	left: 10px;
}

