﻿body {
	font-family: Georgia, Times New Roman, Times, serif;
	background:white url('../images/bkg1.gif') repeat;
	 }
#content{
	margin:0 auto;
	width:800px;
}	

td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
h1, h2, h3, h4, h5, h6 {
	color:#0055a5; 
	font-weight:bold;
	background-color:#fff;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:16px;
	margin:0;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
	margin:10px 10px 5px 0px;
}
p { font-size:13px;
	margin:0 10px 10px 10px;
	text-align:left;
 }
p.larger {
	font-size:15px;
	text-align:justify;
}

img {
	border:0;
}
img.right {
	float:right;
	padding:5px 0 10px 20px;
}
img.left {
	float:left;
	padding:5px 20px 10px 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Top Navigation */
.tnav {
	float:right;
	padding-top:45px
}

.tnav ul {
	background-color:#0055a5;
	list-style: none outside none;
	text-align:center;
	height:20px;
	padding:3px 10px;
}
.tnav li {
	display:inline;
	margin:0 2px 2px;
}
.tnav a {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	padding:0 2px 3px;
}
.tnav a:hover {
	text-decoration:underline;
}
 .current a {
	color: #99CCFF;
	text-decoration:none;
}
 .current a:hover {
	color:#fff;
}

