html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin: 0;
	padding: 0;	
	height: 100%;
	background: #616061 url(../images/bkg_checkerplate.jpg) repeat top;
}

A:LINK, A:VISITED {
	color: #464646;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #E00004;
	margin: 0;
	margin-bottom: 5px;
	line-height: 26px;
}

/* Encapsulates the whole site */
.container {
	width: 100%;
	height: auto;
	min-height: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 40px;
	/*background: url(../images/bkg_duke.gif) no-repeat bottom right;*/
}

.site {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background: #FFFFFF;
	clear: both;
	/*background: url(../images/bkg_grey_shadow.jpg) repeat-y top;*/
}

.header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 775px;
	height: 85px;
	padding: 0;
	clear: both;
	background: #FFFFFF url(../images/bkg_header.gif) no-repeat top right;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
}

.display {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 775px;
	height: 251px;
	padding: 0;
	clear: both;
	background: #DDDDDD;
	border-width: 4px;
	border-bottom-style: solid;
	border-color: #E60004;
}

.display_flash {
	position: relative;
	float: left;
	margin: 0;
	width: 430px;
	height: 250px;
	padding: 0;
	background: #D8D8D8;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}

.display_pageimage {
	position: relative;
	float: right;
	margin: 0;
	width: 342px; /*smaller width to accomodate borders*/
	height: 220px;
	padding: 0;
	background: #DDDDDD;
}

.div_moreimages {
	position: absolute;
	z-index: 900;
	height: 15px;
	width: 140px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkg_transparent.png', sizingMethod='scale');*/
	background:url('../images/bkg_transparent.png');
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
}
.div_moreimages A:LINK, .div_moreimages A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}
.div_moreimages A:HOVER {
	/*color: #E60004;*/
	color: #FFFFFF;
	text-decoration: underline;	
}

.display_pagecaption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	float: right;
	margin: 0;
	width: 322px;
	height: 22px;
	padding: 0;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background: #E60004;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}

.navigation {
	z-index: 89;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	float: left;
	margin: 0;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 180px;
	height: 250px;
	padding: 0;
	background: #FFFFFF;
}
.sub_navigation {
	z-index: 100;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 570px;
	height: 21px;
	padding: 0;
	padding-top: 7px;
	padding-left: 205px;
	clear: both;
	background: #888888;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.sub_navigation A:LINK, .sub_navigation A:VISITED {	
	color: #FFFFFF;
	text-decoration: none;	
}
.sub_navigation A:HOVER {	
	color: #333333;
	text-decoration: none;	
}
.sub_navigation2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 570px;
	height: 17px;
	padding: 0;
	padding-top: 3px;
	padding-left: 205px;
	clear: both;
	background: #AAAAAA;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #888888;
}
.sub_navigation2 A:LINK, .sub_navigation2 A:VISITED {	
	color: #EEEEEE;
	text-decoration: none;	
}
.sub_navigation2 A:HOVER {	
	color: #333333;
	text-decoration: none;	
}

.contentarea {
	z-index: 99;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #444444;
	position: relative;
	float: right;
	margin: 0;
	margin-top: 18px;
	margin-bottom: 0px;
	width: 535px;
	min-height: 450px;
	_height: 450px;
	padding: 0;
	padding-left: 10px;
	padding-right: 35px;
	background: #FFFFFF;
	clear: right;
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
	width: 775px;
	height: 35px;
	padding: 0;
	clear: both;
	background: #6E6D6D;
	border-width: 1px;
	border-left-style: solid; border-right-style: solid; border-bottom-style: solid;
	border-color: #CCCCCC;
}
.footer A:LINK, .footer A:VISITED { color: #FFFFFF; text-decoration: none; }
.footer A:HOVER { color: #FFFFFF; text-decoration: underline; }

.admin_textfield1 {
	width: 250px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	color: #000000;
	background: #EEEEEE;
	height: 23px;
}