html {
	overflow: scroll
}

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(./images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(./images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(./images/img01.gif) repeat-y;
}

#lineup a{
	color: #666666;	
	text-decoration: none;
}

/* Header */

#header {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #C3F652 url(./images/header.gif) repeat-x;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(./images/btnwhite.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(./images/btnblue.gif);
}

#menu .active a {
	background-image: url(./images/btnblue.gif);
}

/* Login */

#login {
	padding: 20px;
	background: url(./images/img06.gif) repeat-x;
	color: #FFFFFF;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#text {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#contact {
	width: 250px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#submit {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

.records:hover {
	background-color: #E5E5E5;
}

#news {
	color: #FFFFFF;
	padding-bottom: 5px;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

.floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	border: none;
}

.imgtext {
	float:left;
}

.hint {
	list-style-type: none;
	cursor: default; 
	padding: 3px; 
	width: 420px;
	border: 1px solid #999;
	text-align: left;
	background-color: #FFFFFF;
}

.hint.selected {
	background-color: #E5E5E5;
}

.hint:hover {
	background-color: #E5E5E5;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(./images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(./images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}

/* Lightbox picture enlarging controls */

#lightbox {
	background-color:#E5E5E5;
	padding: 10px;
}
	
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
	
#lightboxCaption { 
	float: left;
}

#keyboardMsg { 
	float: right;
}

#closeButton { 
	top: 5px; right: 5px;
}

#lightbox img { 
	border: none; clear: both;
}
 
#overlay img {
	border: none;
}

#overlay { 
	background-image: url(./images/overlay.png);
}

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(./images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/overlay.png", sizingMethod="scale");
}

td.colorchart {
   width:16px;
   height:12px;
}

input.colorbox
{
   width:62px;
   font:normal 12px verdana;
   border:solid 1px #ffffff;
   color:#999999;
}

.color_box {
   border:#666666 1px solid;
   cursor:default;
   width:70px;
}