* {
	padding:0;
	margin:0;
}

body {
	background-color: #f7f4ed;
	text-align: center;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	line-height: 1.3em;		
}

A {
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}

A:link { color: #F68932; text-decoration: underline; text-transform: none;}
A:visited { color: #F68932; text-decoration: underline; text-transform: none;}
A:hover { color: #F68932; text-decoration: underline; text-transform: none;}

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

#headerbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #fffcf4;
	width: 780px;
	height: 160px;
	padding: 0px;
	margin: auto;
}

#header {
	background-image: url(images/top-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
	width: 746px;
	margin: auto;
}

#header h1 {
	font-size: 36px;
	color: #8A1F03;
	text-align: right;
	padding-top: 22px;
	padding-right: 15px;
	font-weight: bold;
}
.headertag {
	font-weight: normal;
	font-size: 24px;
	text-transform:uppercase;
}

#navbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #fffcf4;
	width: 780px;
	height: 32px;
	padding: 0px;
	margin: auto;
}

#nav {
	background-image: url(images/nav-background.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 32px;
	width: 746px;
	margin: auto;
}

#nav ul li { 
   display : inline;
	padding-left : 1em;
}

#nav ul {
   padding : 0; 
   margin : 0;
   white-space : nowrap;
	font-size: 13px;
	color: #1e1930;
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	list-style-type: none;
	font-weight:bold;
	text-transform: uppercase;	
}

#nav a:link { color: #8A1F03; } 
#nav a:visited { color: #8A1F03; }
#nav a:hover { color: #8A1F03; text-decoration: underline; }

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

#main {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #fffcf4;
	width: 780px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: auto;
}

#main ul {
	padding-left: 65px;
	padding-right: 40px;
	padding-top: 8px;
	font-size: 13px;
	list-style-type: square;
	color: #474849;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman", serif;	
}

p {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 8px;
	font-size: 13px;
	list-style-type: square;
	color: #474849;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman", serif;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #8A1F03;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #8A1F03;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
}

h4 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 16px;
	color: #8A1F03;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

#footer {
	background-image: url(images/footer-background.gif);
	background-color: #f7f4ed;
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}

#footer p {
	font-size: 12px;
	color: #F68932;
	text-align: center;
	padding-top: 8px;	
}

.fineprint {
	font-size: 12px;
	margin-bottom: 0px;
	line-height: normal;	
}

.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 2px #8a1d04 solid;	
}
.floatleft {
	float: left;
	clear: none;
	margin-right: 20px;
	border: 2px #8a1d04 solid;	
}

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

.thumbnailsclearboth { clear: both; }

.border {
	border: 2px #8a1d04 solid;
}

.center {
	text-align: center;
}
.axsencallout {
	color: #fff;
	padding: 5px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
	background: #786e64;
}
.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 

