* {
	padding:0;
	margin:0;
}

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

a:link, a:visited {
	color: #1b000b;
	text-decoration: underline;
}

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

body {
	background: #400118 url(images/page-background.gif) repeat-x top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

h2 {
	color: #400118;
	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;	
}

h3 {
	color: #400118;
	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;	
}

h4 {
	color: #1b000b;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	text-align: left;
	line-height: 1.6em;	
}

p {
	color: #1b000b;
	font-size: 14px;
	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: #400118;
	color: #fff;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
	padding: 5px;
}

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

.floatright {
	border: 3px #400118 solid;
	clear: none;
	float: right;
	margin-left: 15px;
}

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

.thumbnailsclearboth { clear: both; }

.border {
	border: 3px #400118 solid;
}

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

#main ul{
	color: #1b000b;
	font-size: 14px;
	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: #1b000b;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}

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

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

#header h1 {
	color: #400118;
	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: #f2f0f2 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: #400118;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 5px 15px 0 0;
	text-align: right;
	text-transform: none;
	white-space: nowrap;
}

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

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