body {
	color: #000000;
	background: #9F9F9F url('../images/design/back.gif');
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #8CA3C1;
	text-decoration: none;
}
a:visited {
	color: #8CA3C1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #8CA3C1;
	text-decoration: none;
}

#display {
	color: #000000;
	background: #ECECEC;
	border: 1px solid #000000;
	margin: 10px;
}
#header {
	font-size: 20pt;
	color: #FFFFFF;
	background: #2E2E2D url('../images/design/b-2.gif');
	background-repeat: repeat-x;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
#main {
	color: #000000;
	background: #ECECEC;
	padding: 10px;
	padding-left: 6px;
	padding-right: 6px;
}
#main a:link {
	color: #2E2E2D;
	text-decoration: underline;
}
#main a:visited {
	color: #2E2E2D;
	text-decoration: underline;
}
#main a:hover {
	color: #8CA3C1;
	background: #4D4D4D;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000000;
}
#main a:active {
	color: #8CA3C1;
	background: #4D4D4D;
	text-decoration: underline;
}
#left {
	float: left;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
#right {
	color: #000000;
	background: #D5D5D5;
	float: right;
	width: 20%;
	margin: 0px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 0px;
}
#right a:link {
	color: #2E2E2D;
	text-decoration: underline;
}
#right a:visited {
	color: #2E2E2D;
	text-decoration: underline;
}
#right a:hover {
	color: #8CA3C1;
	background: #4D4D4D;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000000;
}
#right a:active {
	color: #8CA3C1;
	background: #4D4D4D;
	text-decoration: underline;
}
#sidebar {
	padding: 4px;
}
#links_top {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	margin-bottom: -5px;
	height: 24px;
	padding: 4px;
/*	padding-left: 6px;
	padding-right: 6px; */
	color: #000000;
	background: #2E2E2D url('../images/design/c-2.gif');
	background-repeat: repeat-x;
	overflow: hidden;
}
#links_top ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}	
#links_top li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}	
#links_top ul li a, #navigation ul li a:visited {
	color: #FFFFFF;
	background: #2E2E2D url('../images/design/c-2.gif');
	background-repeat: repeat-x;
	margin: 0px -4px 0px 0px; /* Top-Right-Bottom-Left */
	padding: 5px 12px 5px 12px; /* Top-Right-Bottom-Left */
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#links_top ul li a:hover {
	color: #FFFFFF;
	background: #4D4D4D url('../images/design/c-1.gif');
	background-repeat: repeat-x;
	margin: 0px -4px 0px 0px; /* Top-Right-Bottom-Left */
	padding: 5px 12px 5px 12px; /* Top-Right-Bottom-Left */
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#links_top li ul {
	width: 200px;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
}

#links_bottom {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	color: #000000;
	background: #2E2E2D url('../images/design/c-2.gif');
	background-repeat: repeat-x;
}
#validity {
	margin-top: 4px;
	margin-bottom: -4px;
}
#footer {
	color: #FFFFFF;
	background: #4D4D4D url('../images/design/b-1.gif');
	background-repeat: repeat-x;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

input {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #000000;
/* The following isn't CSS Valid, I understand this, but support for the "border-radius" property is in CSS3 which hasn't yet met approval */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	padding: 4px;
	border: 1px solid #000000;
/* The following isn't CSS Valid, I understand this, but support for the "border-radius" property is in CSS3 which hasn't yet met approval */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	border: 1px solid #000000;
}
input.submit  {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
/* The following isn't CSS Valid, I understand this, but support for the "border-radius" property is in CSS3 which hasn't yet met approval */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img {
	border: 0px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
td {
	padding-left: 4px;
	padding-right: 4px;
}
hr {
	margin: 0px;
	padding: 0px;
}
hr.heading {
	margin-bottom: -15px;
}
div {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 10pt;
}
#main ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#main ul li {
	list-style-type: lower-roman;
}
#main ul li ul li {
	list-style-type: lower-roman;
}

.superscript {
	font-size: xx-small;
	vertical-align: top;
}
.subscript {
	font-size: xx-small;
	vertical-align: bottom;
}

.desc {
	margin-top: -15px;
}

#staff_img img {
	border: 1px solid #000000;
}

/* BBCode Support */
.quote {
	font-style: italic;
}
.strong {
	font-weight: bold;
}
.underline {
	border-bottom: 1px dotted;
}
.weak {
	font-size: 6pt;
	font-weight: bold;
}
.blink {
	text-decoration: blink;
}

.quote_block {
	margin: 10px;
	padding: 4px;
	color: #FFFFFF;
	background: #4D4D4D;
	border: 1px solid #000000;
}
.quote_header {
	font-weight: bold;
}
.quote_body {
	font-style: italic;
}

/* #display { width: 1024px; } */

