* {
	padding:0;
	margin:0;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

a:link, a:visited {
	color: #4f4f4f;
	text-decoration: underline;
}

a:hover {
	color: #4f4f4f;
	text-decoration: underline;
}

body {
	background: #d9d8d7 url(images/page-background.gif) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

h1 {
	color: #1d3973;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	text-align: left;
	line-height: 1.6em;	
}

h2 {
	color: #1d3973;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	text-align: left;
	line-height: 1.6em;	
}

h3 {
	color: #070b1d;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	text-align: left;
	line-height: 1.6em;	
}

p {
	color: #070b1d;
	font-size: 12px;
	list-style-type: square;
	margin: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6em;	
}

p.float {
	float: left;
	text-align: center;
}

.center {
	text-align: center;
}
.axsencallout {
	background: #111c49;
	color: #fff;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
	padding: 5px;
}

.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}

.floatright {
	border: 1px #111c49 solid;
	clear: none;
	float: right;
	margin-left: 15px;
}
.floatleft {
	border: 1px #111c49 solid;
	clear: none;
	float: left;
	margin-right: 15px;
}

.thumbnails {
	float: left;
	padding: 5px 5px 5px 55px;
	font-size: 10px;
	color: #666;
}

.thumbnailsclearboth { clear: both; }

.border {
	border: 1px #111c49 solid;
}

#main {
	background: #fff url(images/background.gif) repeat-y;
	margin: auto;
	padding: 0px 0px 10px;
	width: 740px;
}

#main ul{
	color: #070b1d;
	font-size: 12px;
	list-style: square outside;
	padding-left: 65px;
	padding-right: 35px;
	text-align: left;
	padding-top: 8px;
	line-height: 1.6em;	
}

#footer {
	background: url(images/bot-footer.gif) no-repeat;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 740px;
}

#footer p {
	color: #070b1d;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}

#headerbackground {
	background: #547097 url(images/background.gif) repeat-y;
	height: 110px;
	margin: auto;
	padding: 0px;
	width: 740px;
}

#header {
	background: url(images/top-background.jpg) repeat-x center;
	height: 110px;
	margin: auto;
	width: 720px;
}

#header h1 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: right;
	line-height: 1em;	
}

#headertopspacer {
	background: url(images/top-header.gif) no-repeat;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 740px;
}

#navbackground {
	background: #dddcdb url(images/background.gif) repeat-y;
	height: 40px;
	margin: auto;
	padding: 0px;
	width: 740px;
}

#nav {
	background: url(images/nav-background.jpg) repeat-x center;
	height: 40px;
	margin: auto;
	width: 720px;
}

#nav ul{
	color: #1d3973;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 8px 5px 0 0;
	text-align: right;
	text-transform: none;
	white-space: nowrap;
}

#nav li{
	border-left: dotted #666 1px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;	
}
#nav li.first{
	border-left: none;
}

#nav a:link, #nav a:visited {
	color: #4f4f4f;
}

#nav a:hover {
	color: #1d3973;
	text-decoration: underline;
}

#nav a:link#active, #nav a:visited#active {
	color: #1d3973;
	text-decoration: none;
}
