﻿html, body {
	margin:0px;
	padding:0px;
	background:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
}
img {
	border-width: 0px;
}
a:link {
	text-decoration: underline;
	color: #0033cc
}
a:visited {
	text-decoration: underline;
	color: #003366
}
a:active { 
	text-decoration: underline;
	color: #00ff00
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
h2, h3, h4 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
.head {
	display:block;
	height:198px;
	color:#fff;
	font-weight: bold;
	padding:0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.head p{
	margin:0px;
	padding:0px;
}
.head a:link {
	text-decoration: underline;
	color: #99ccff;
}
.head a:visited {
	text-decoration: underline;
	color: #99ccff;
}
.head a:active { 
	text-decoration: underline;
	color: #00ff00;
}
.head a:hover {
	text-decoration: underline;
	color: #ffff00;
}
#directory {
	background-image: url('html/bar.gif');
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 4px;
	margin: 0px auto;
	width: 750px;
	height: 28px;
	top: 24px;
	text-align: center;
	font-weight: bold;
}
#directory img {
	border: 0px;
	float: right;
	margin-top: -4px;
}
#directorytext {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 5px;
	margin: 0px auto;
	width: 750px;
	top: 51px;
}
#searchtext {
	background-image: url('html/shadow.gif');
	background-position: 50% top;
	background-repeat: repeat-x;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px auto;
	width: 750px;
	text-align: center;
}
#searchtext1 {
	background-image: url('html/shadow.gif');
	background-position: 50% top;
	background-repeat: repeat-x;
	border-top: 1px solid #c0c0c0;
	padding-top: 8px;
	margin: 0px auto;
	width: 750px;
	height: 10px;
}
#navigation {
	position: absolute;
	top: 170px;
	left: 230px;
	font-size: 13px;
}
#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
#navigation ul li a {
	display: block;
	margin: 0;
	width: 100px;
	padding: 3px 0px 5px 0px;
	background-image: url(images/navmid.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#navigation ul li a:link {
	color: #037;
	text-decoration: none;
}
#navigation ul li a:visited {
	color: #037;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #fff;
	background-image: url(images/navmidrev.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#navigation ul li a:active {
	color: #037;
	text-decoration: underline;
}
.foot {
	display:block;
	height:40px;
	background:#94add6;
	color:#000;
	text-align:center;
	background-image: url(images/roundleft.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin:0px;
	padding:0px;
}
#container {
	position:relative;
	display:block;
	background:#fff;
	border-left:224px solid #000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#inner {
	display:block;
	margin-left:-224px;
	margin-right:0px;
	padding:5px;
}
#left {
	float:left;
	position:relative;
	width:224px;
	left:0px;
}
#center {
	margin-left:224px;
	margin-right:0px;
	position:relative;
	display:block;
	height:1%;
	background:#fff;
}
.clear {clear:both;}

/* Just to extend each column */
#inner a:visited, a {
	text-decoration:underline;
}
#inner a span {
	display:none;
}
#inner a:active, #inner a:focus {
	text-decoration:underline;
	background:transparent;
}
#inner a:active span, #inner a:focus span {
	display:block;
}
.button ul {
	list-style-type: none;
	font-size: 90%;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #94add6;
	padding-top: 5px;
	background-image: url(images/roundtop.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.button li {
	padding: 4px 0px 0px 18px;
	display: block;
	height: 25px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.button li:hover {
	background-image: url(images/buttonrev.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #fff480;
}
.button {
	width: 210px;
	color: #333;
}
.button a:link, .button a:visited {
	text-decoration:none;
	color: #003994;
	display: block;
}
.button a:hover {
	color: #fff480;
}
.round {
	width: 210px;
	background-image: url(images/roundbottom.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0px 0px 0px 0px;
}
.menuheading {
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-top: 0px;
	font-size: 1.1em;
	font-weight: bold;
	word-wrap: break-word;
	color: #fff480;
}
a.menuheading:link {
	color: #ffff00;
	text-decoration: underline
}
a.menuheading:visited {
	color: #ffff00;
	text-decoration: underline;
}
a.menuheading:active {
	color: #ffff00;
}
a.menuheading:hover {
	color: #00ff00;
}