/* Basic Tags */
body {
	margin: 5px 5px 5px 5px; /* top - right - bottom - left */
	padding: 0px;
	background: #999999;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C37;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	color: #005880;
}
p, ul, ol {
	margin-bottom: 1.5em;
}
img {
	border: 0px solid #000000;
}
ul {
	margin: 0px;
	padding: 0px;
}
a {
	color: #005880;
}
a:hover {
	text-decoration: none;
	color: #005880;
}
abbr {
	border-bottom: 1px #3C3C37 dotted;
}
iframe {
	border: 0px solid #ffffff;
	width: 100%;
	height: 550px;
}
table {
	border: 1px dotted #cccccc;
}
th {
	text-align:center;
	color: #005880;
}
td {
	padding: 2px 6px;
}
/* Generic Classes */
.right {
	float: right;
}
.left {
	float: left;
}
.filebullet {
	background-image:url('images/bullet_disk.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
.linkbullet {
	background-image:url('images/link.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
.highlight {
	background-color:#ffffcc;
}
/* Header */
#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat left top;
}
#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
#header h1 {
	padding: 50px 0px 0px 50px; /* top - right - bottom - left */
	font-size: 2.5em;
	font-family: Georgia, Times New Roman, Arial;
}
#header h2 {
	padding: 0px 0px 0px 75px; /* top - right - bottom - left */
	font-size: 1em;
}
#header #rightheader{
	float: right;
	padding: 30px 30px 0px 0px;
}
#sponsors {
	color: #cccccc;
	font-size: 1em;
	font-family: Arial;
	position: absolute;
	padding: 20px 0px 0px 35px;
}
#sponsors img {
	border: 0px solid #000000;
}
#header #rightheader #sponsors {
	float: left;
	padding: 50px 10px 0px 0px;
}
#header #rightheader #logo {
	float:right;
}
#header #leftheader{
	float: left;
}
/* Menu */
#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url(images/topmenu.png) no-repeat left top;
	padding: 4px 10px 0px 10px; /* top - right - bottom - left */
}
#menu ul {
	margin: 0px;
	list-style: none;
	display:inline;
}
#menu li {
	display: inline;
}
#menu .highlight {
	background: url(images/arrows_yellow.png) no-repeat 6px 52%;
	font-weight: bold;
}
#menu a {
	display: block;
	float: left;
	background: url(images/arrows_white.png) no-repeat 5px 52%;
	padding: 15px 11px 14px 16px; /* top - right - bottom - left */
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}
#menu a:hover {
	color: #000000;
	background: url(images/arrows_green.png) no-repeat 6px 56%;
	border: 1px solid #ffffff;
	background-color: #aaaaaa;
	text-decoration: underline;
	padding: 16px 9px 13px 16px; /* top - right - bottom - left */
}
/** Search */
#search {
	padding: 10px 15px 0px 5px;
	float:right;
	margin-top:0px;
	margin-bottom: 0px;
}
#search input {
	padding: 0px;
	width: 50px;
	background-color: #DFDFDF;
	font-weight: bold;
}
#search #s {
	padding: 2px;
	width: 100px;
	height: auto;
	background: #999999;
	border: 1px solid #ffffff;
	font: normal 1em Arial, Helvetica, sans-serif;
}
#searchform {
	margin-top:0px;
	margin-bottom: 0px;
}
/* Page Wrapper (Outter white box) */
#contentwrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
/* Page Content */
#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 15px;
}
#content h2 {
	font-size: 1.6em;
	text-transform: capitalize;
	border-bottom: 1px #CCCCCC dashed;
	font-weight: normal;
}
#content h3 {
	font-size: 1.2em;
	text-transform: capitalize;
	border-bottom: 1px #CCCCCC dotted;
	font-weight: normal;
}
#hidden{
	display:none;
}
.hidden{
	display:none;
}
#textlink{
	text-decoration: none;
}
.block {
	margin-bottom: 20px;
}
/* News */
#news {
	background-image: url('images/news_background.png');
	background-color: transparent;
	overflow: auto;
	border: 2px solid #054766;
	height: 150px;
	padding: 0px 6px;
	margin: 6px auto;
}
/* Full Panel */
#fullpanel {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#fullpanel ul {
	margin: 0em 3em;
	padding: 0px;
	list-style: none;
}
#fullpanel li {
	margin-bottom: 6px;
	padding-left: 10px;
	background: url(images/bullet_blue.png) no-repeat left 5px;
}
#fullpanel .nobullet{
	background-image: none;
	padding-left: 0px;
}
#fullpanel .filebullet {
	background-image:url('images/bullet_disk.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
#fullpanel .linkbullet {
	background-image:url('images/link.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
/* Left Panel */
#leftpanel {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#leftpanel ul {
	margin: 0em 3em;
	padding: 0px;
	list-style: none;
}
#leftpanel li {
	margin-bottom: 6px;
	padding-left: 10px;
	background: url(images/bullet_blue.png) no-repeat left 5px;
}
#leftpanel .nobullet {
	background-image: none;
	padding-left: 0px;
}
#leftpanel .filebullet {
	background-image:url('images/bullet_disk.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
#leftpanel .linkbullet {
	background-image:url('images/link.png');
	padding-left: 20px;
	background-position: 0px 0px;
}
/* Right Panel */
#rightpanel {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#rightpanel ul {
	margin: 0px 0px 0px 0px; /* top - right - bottom - left */
	padding: 0px;
	list-style: none;
}
#rightpanel li{
	padding-left: 12px;
	margin-bottom: 9px;
	background: url(images/bullet_go.png) no-repeat 0px 50%;
}
#rightpanel li:hover{
	background: url(images/bullet_go.png) no-repeat 3px 50%;
}
#rightpanel hr{
	border: 0px solid #ffffff;
	border-bottom: 1px #CCCCCC dashed;
	margin:0px;
	margin-bottom:6px;
	background-color:#ffffff;
	color:#ffffff;
}
/* Footer */
#footer {
	clear: both; /* Force the footer to stay below floating elements */
	width: 800px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	border-top: 1px solid #333333;
	background: url(images/footer.png) no-repeat left top;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
}
#footer .left {
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-top:18px;
	text-align: left;
	white-space:nowrap;
	width:450px;
}
#footer .left a {
	color: #999999;
	text-decoration:none;
}
#footer .left a:hover {
	text-decoration:underline;
}
#footer .right {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}
#footer .right a {
	color: #ffffff;
}