body
{
	background-color: #43423e;
	padding: 0;
	color: #333;
	margin: 0;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	background-image: url('images/bg.png');
	background-repeat: repeat;
	text-align: center; /* ie 5 center fix */
}

#wrapper
{
	text-align: left; /* ie 5 center fix */
	width: 776px;
	background-color: #fff;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #111;
}

#top_menu
{
	background-color: #111;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

#top_menu ul
{
	margin: 0;
	padding: 0;
	text-align: right;
}

#top_menu li
{
	display: inline;
	list-style: none;
}

#top_menu a:link, #top_menu a:visited 
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}	

#top_menu a:hover, #top_menu a:active 
{
	background-color: #FF6600;
	color: inherit;
}

#site_logo
{
  color: #fff;
  padding: 20px;
  font-size: 160%;
  font-weight: bold;
}

#footer
{
	clear: both;
	background-color: #111;
	color: #fff;
	font-size: 90%;
	padding: 2px;
	text-align: center;
}

#lefty
{
	padding: 10px;
	float: left;
	width: 120px;
}

#lefty li
{
	list-style: none;
	border-bottom: 1px solid #eee;
}

#lefty ul
{
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}

#lefty a:link, #lefty a:visited
{
	text-decoration: none;
	color: #000066;
	background-color: inherit;
	display: block;
}

#lefty a:hover, #lefty a:active
{
	color: #880000;
	background-color: inherit;
}

#righty
{
	padding: 10px;
	float: left;
	width: 615px;
	border-left: 1px solid #eee;
	line-height: 1.4em;
}

h1
{
	font-size: 120%;
	color: #075181;
	background-color: inherit;
}

h2 
{
	font-size: 110%;
	color: #222;
	background-color: inherit;
}

h3
{
	font-size: 100%;
	color: #075181;
	background-color: inherit;
}

h4
{
	font-size: 90%;
	color: #999;
	background-color: inherit;
	font-style: italic;
	text-align:center;
}

#header
{
	color: inherit;
	background-color: #000000;
	background-image: url("images/panel.png");
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
}

#header img
{
	border: 0px;
	padding-top: 18px;
	padding-right: 5px;
}

#breadcrumb
{
	text-align: right;
	font-size: 90%;
	color: #333;
	background-color: inherit;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	text-decoration: none;
	color: #003;
	background-color: inherit;
}

#breadcrumb a:hover, #breadcrumb a:active
{
	color: #300;
	background-color: inherit;
}

blockquote
{
	padding: 10px;
	background-color: #fbfbfb;
	font-style: italic;
	color: inherit;
	border-left: 8px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.block
{
	background-color: #ffffcc;
	color: inherit;
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
}

input
{
	background-color: #fafafa;
	color: inherit;
	border: 1px solid #ccc;
}

input:hover
{
	background-color: #ffffcc;
	color: inherit;
}

.button
{
	padding: 4px;
	background-color: #222;
	color: #fff;
}

.button:hover
{
	background-color: #333;
	color: #fff;
}

table
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

td
{
	border: 1px solid #eee;
	padding: 2px;
}

th
{
	background-color: #eee;
	color: inherit;
	border: 1px solid #ddd;
	padding: 2px;
}

#footer a
{
  color: #fff;
}

.high
{
  color: #68BEFB;
}
