﻿body 
{
	background-image: url('images/back.jpg');
	background-repeat:repeat-x;
	background-color:#A5B4C7;
	margin: 0px 0px 0px 0px;
}
.divMain
{
	width:800px; margin:auto; margin-top:0px; position:relative;
	background-color:White;
	border: solid 1px #999999;
}
.divRightPane
{
	width:450px;
	padding-left:10px;
	padding-right:140px;
	background-image: url('images/compassBack.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}
.divLeftPane
{
	width:180px;
	padding-left:10px;
	padding-right:10px;
}
p
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}
.IndentedP
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	padding-left: 25px;
}
h2
{
	font-family: Tahoma;
	font-size: 13px;
	color: Black;
	font-weight:bold;
}
h6
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	font-weight:bold;
}


.caption
{
	font-family: Tahoma;
	font-size: 9px;
	color: black;
}
.footer
{
	font-family: Verdana;
	font-size: 9px;
	color:Black;
}
.bluetext
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
}
A
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
}
A.menu:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
	text-decoration:underline;
}
A.menu:link
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
	text-decoration:none;
}
A.menu:active
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
	text-decoration: none;
}
A.menu:visited
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #6980A0;
	text-decoration:none;
}
.menubar
{
	width: 590px; 
	height: 30px;
	position:absolute; 
	left: 210px; 
	top: 141px;
	background-image:url('images/MenuBar.jpg');
}
.menubarLinks
{
	padding:4px 0px 0px 15px;
}
LI
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}
.desc
{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}
.date
{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}