* {
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #800020;
	text-decoration: none;
}

a:hover {
	color: #800020;
	text-decoration: none;
}

body {
	background: #800020 url(images/page-background.jpg) repeat-x top;
	font-family: Arial, 'Lucida Grande', sans-serif;
	text-align: center;
	padding-bottom: 15px;
	font-weight: normal;
}
h1 {
	color: #083C4D;
	font-size: 24px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 15px;
	font-weight: bold;
	font-family: Constantia, Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
	letter-spacing: 1.6px;
}

h2 {
	color: #083C4D;
	font-size: 15px;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 8px;
	font-weight: bold;
	font-family: Constantia, Georgia, 'Times New Roman', Times, serif;
}

h3 {
	color: #0A9CCD;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 8px;
	font-weight: bold;
	font-family: Constantia, Georgia, 'Times New Roman', Times, serif;
}

h4 {
	color: #0A9CCD;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 8px;
	font-weight: normal;
	text-align: center;
}

p {
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 25px;
	padding-right: 35px;
	padding-top: 8px;
	font-weight: normal;
	text-align: justify;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.sidebar {
	background: url(images/side-background.gif) #E6EBED repeat-y;
	vertical-align: top;
	width: 140px;
}

.sideheader {
	background: url(images/side-header.gif) #FFFFFF no-repeat;
	vertical-align: top;
	width: 140px;
	height: 90px;
}

.bodybar {
	background: url(images/body-background.gif) #FFFFFF repeat-y right;
	vertical-align: top;
	width: 600px;
	padding-bottom: 14px;
}

.bodybar ul {
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 8px;
	text-align: justify;
}

.footer {
	background: url(images/footer-background.gif) #800020 no-repeat;
	height: 40px;
	padding: 0px;
}

.footer p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 18px 0 0 0;
	text-align: center;
	vertical-align: top;	
}

.footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.fineprint {
	font-size: 10px;
	margin: 0px;
	padding-top: 8px;
}

.floatright {
	clear: none;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px #800020 solid;
}

.floatrightnoborder {
	clear: none;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.floatleft {
	clear: none;
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px #800020 solid;
}

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

.border {border: 1px #800020 solid; }

.thumbnailsclearboth { clear: both; }

.logographic {
	background: url(images/top-background.gif) #FFFFFF no-repeat;
	height: 140px;
	margin-top: 15px;
	padding: 0px;
	width: 740px;
}

.maincontainer {
	margin-bottom: 10px;
	width: 740px;
}

.navbar {
	background: url(images/nav-background.gif) #E6EBED no-repeat;
	vertical-align: text-top;
	width: 740px;
	height: 20px;
}

.navbar ul{
	color: #083C4D;
	font-size: 11px;
	font-weight: bold;
	list-style-type: square;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

.navbar li{
	display: inline;
}

.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.padtop {
	padding-top: 24px;
}

.padtopextra {
	padding-top: 130px;
}