html {
	font: 10pt/1.3 Verdana, sans-serif;
	background-image: url('images/ballbg.gif');
	background-position: top center;
}

body {
	margin: 0 auto;
	width: 900px;
	min-height: 400px;
	position: relative;
	padding: 0 0 0 0;
}

#header {
	position: relative;
	top: 0;
	margin: 0 0 10px;
	width: 900px;
	height: 175px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	border-top: 10px #95C800 solid;
	border-bottom: 10px #95C800 solid;
}

#header h1 {
	display: none;
}

#leftfloat {
	width: 210px;
	float: left;
	margin-bottom: 20px;
}

#sidebar {
	color: #FFFFFF;
	width: 200px;
	padding: 5px 0 5px 5px;
	background-color: #C80000;
	border-top: 10px #95C800 solid;
	border-bottom: 25px #95C800 solid;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}

#sidebar li {
	width: 100%;
}

#counterbox {
	color: #FFF300;
	width: 185px;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background-color: #C80000;
	border-top: 10px #95C800 solid;
	border-bottom: 25px #95C800 solid;
}

#counterbox p {
	margin: 0 0 5px 0;
}

.menu_subtitle {
	width: 165px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px #FFFFFF solid;
	text-align: center;
	font-weight: bold;
}



#contentcontainer {
	float: right;
	width: 682px;
	border-top: 10px #95C800 solid;
	border-bottom: 25px #95C800 solid;
}

#content {
	border-left: 10px #C80000 solid;
	border-right: 10px #C80000 solid;
	min-height: 443px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 20px 50px 20px;
}

#content h1.title, #content h2.title {
	width: 632px;
	margin: 0 -30px 20px -30px;
	padding: 10px 0px 10px 50px;
	color: #000000;
	background-image: url('images/contentbg.gif');
}

#content h1.title {
	font-size: x-large;
}

#content h2.title {
	font-size: large;
}

#content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 0 0;
}

#content hr {
	width: 670px;
	margin: 20px -30px 0 -30px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	border-width: 0px;
	border-top: 10px #C80000 solid;
	border-bottom: 5px #FFFFFF solid;
}

* html #content hr {
	height: 20px;
	margin: 0 -30px -10px -30px;
}

#content table {
	width: 90%;
	border-width: 0;
}

#content table th {
	color: #FFFFFF;
	background-color: #C80000; /* #A00000 */
	font-size: medium;
	border: 1px #FFFFFF solid;
}

#content table.nf td {
	border-width: 0;
}

#content table td, #content table.f td {
	vertical-align: top;
	border-bottom: 1px #C80000 solid;
}

div.c {
	text-align: center;
}

#bottom {
	float: right;
	width: 682px;
	margin: 10px 0 10px 0;
	background-color: #000000;
	color: #CCCCCC;
	text-align: center;
	font-size: xx-small;
	padding: 5px 0 5px 0;
}

#bottom p {
	color: #999999;
	margin: 0 0 0 0;
}


acronym {
	cursor: help;
	border-bottom: 1px #000000 dotted;
}

input, textarea, select {
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #666666;
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	padding: 2px 2px 2px 2px;
	behavior: url('IEFixes.htc');
}

textarea {
	padding: 10px 10px 10px 10px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus, input.hover, textarea.hover, select.hover, input.focus, textarea.focus, select.focus {
	color: #000000;
	border-color: #C80000 #95C800 #C80000 #95C800;
}

input:focus, textarea:focus, select:focus, input.focus, textarea.focus, select.focus {
	background-color: #FFFFFF;
	color: #C80000;
}

input.submit {
	font-weight: bold;
}

input.button, input.submit {
	cursor: pointer;
	color : #fff;
	border-color: #FF0000 #800000 #800000 #FF0000;
	background-color: #C80000;
	padding: 2px 20px 2px 20px;
}

input.submit:hover, input.button:hover, input.over {
	background-color: #E50000;
}


img {
	border-width: 0;
}

a:link.nf, a:visited.nf, a:hover.nf {
	border-bottom-width: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #000000 dotted;
}

a:hover {
	color: #C80000;
	border-bottom: 1px #C80000 dashed;
}

#sidebar a:link, #sidebar a:visited {
	color: #FFF300;
	border-bottom-color: #FFF300;
}

#sidebar a:hover {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	width: 165px;
	margin: 0 0 2px 10px;
	padding: 2px 0 2px 5px;
	color: #FFF300;
	font-weight: bold;
	border-width: 0;
	border-left: 10px #FFF300 solid;
	border-bottom: 1px #FFF300 solid;
}

#sidebar ul li a:hover {
	color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
}

#bottom a:link, #bottom a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px #CCCCCC dotted;
}

#bottom a:hover {
	color: #CCCCCC;
	border-bottom: 1px #CCCCCC dashed;
}
