body
{
	margin: 5px;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EEEEEE;
	text-align: center;
	background-image: url('lines.gif');
}


div#Page
{
	text-align: left;
	width: 755px;
	background-image: url('background.gif');
	border: 1px solid #999999;
}


div#Title
{
	background-color: white;
	height: 75px;
}

div#Title h1
{
	float: left;
	color: #00008B;
	margin: 0px 3px -2px 3px;
	font-size: 24pt;
}

div#TitleInfo
{
	float: right;
	font-size: 10pt;
	text-align: right;
	margin: 3px 4px 3px 3px;
}

div#Title div.nav
{
	clear: both;
	background-color: #00008B;
	font-size: 10pt;
	height: 20px;
	padding-top: 1px;
}

/*Have to align links and search bar.*/
div#Search
{
	float: right;
	margin-right: 2px;
}



div#SideBar
{
	margin: 5px 0px 0px 0px;
	width: 155px;
	float: left;

}

div#SideBar div.nav p
{
	margin: 0px 0px 2px 0px;
	padding: 0px 3px 0px 3px;
	font-size: 10pt;
}

div#SideBar div.nav a:hover
{
	text-decoration: none;
}

div#SideBar div.nav p.Hover
{
	background-color: #C4D3E6;
}

div#SideBar div.Quote
{
	background-image: url('quotes.gif');
	background-repeat: no-repeat;
	font-family: Georgia;
	text-align: center;
	font-size: 13pt;
	margin-top: 15px;
	padding-top: 15px;
	width: 145px;
	color: black;
	font-style: italic
}


/*IE can't handle the full width.*/
div#Content
{
	width: 585px;
	margin: 5px 5px 10px 5px;
	text-align: justify;
	font-size: 10pt;
	float: right;
}


div.Footer
{
	clear: both;
	color: #CCCCCC;
	margin: 10px 5px 5px 10px;
}

div.Footer a
{
	color: #CCCCCC;
}

div#Page div.Footer
{
	margin-left: 165px;
	text-align: right;
	color: #999999;
}



p.CallOut
{
	text-align: center;
	font-size: 12pt;
	font-family: Georgia;
	color: #333333;
	border: #666666 solid 1px;
	border-left: none;
	border-right: none;
	padding-bottom: 2px;
}


form
{
	display: inline;
}

input
{
	border: none;
	background-color: #EAEBFF;
	font-family: Verdana;
	font-size: 8pt;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

div.nav
{
	color: white;
}

div.nav a
{
	color: white;
}


h2
{
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	font-family: georgia;
	color: #333333;
	font-size: 18pt;
	font-weight: normal;

}

small
{
	font-size: 8pt;
	font-style: normal

}

h1
{
	font-family: Tahoma;
}

a
{
	text-decoration: none;
}

div#Content p
{
	margin: 1px 0px 12px 0px;
}

span.Drop
{
	float: left;
	font-size: 24pt;
	line-height: 100%;
	font-weight: normal;
	font-family: georgia;
}

a:hover
{
	text-decoration: underline;
}