/* CSS Document */

html {
	color:#000000;
	font-size:100%;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#000000;
	padding:0;
	border:0;
	margin:0;
	background-color: #CC0000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.3em;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
.centertext {
	text-align:center;
}
.floatleft {
	float:left;
	margin-right:10px;
}
.floatright {
	float:right;
	margin-left:10px;
}
.highlight {
	color:#CC0000;
	font-weight:bold;
}
.highlightlarge {
	color:#CC0000;
	font-weight:bold;
	font-size:140%;
}
.quotation {
	font-size:150%;
	text-align:center;
}
a, a:visited {
	color:#000000;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	width:820px;
	margin:10px auto 10px auto;
	text-align:left;
	background-color: #FFFF99;
	color: #000000;	/*background-image: url(StripeBkg.gif);
	background-repeat: repeat-y;*/
}
#container {
	width:820px;
	background-color:#FFFF99;
	float: left;
	font-size:0.8em;
}
#header {
	height:165px;
	text-align:left;
	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#header img {
	margin-left:35px;
}
#footer {
	text-align:center;
	font-size:0.8em;
	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border-bottom-width:10px;
	/*padding-top:6px;*/
	padding-bottom:6px;
}
#main {
	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:10px;
	margin-bottom:6px;
}
#mainleft {
	width: 340px;
	float:left;
	text-align:center;
	margin-top:10px;
	padding-left:120px;
	padding-top:40px;
}
#mainright {
	float: right;
	margin-right: 80px;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:15px;
	border-bottom:2px #CC0000 solid;
	border-top:2px #CC0000 solid;
}
#mainright h1 {
	color:#CC0000;
	font-size:300%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
}
#mainright ul {
	list-style-type: none;
	text-indent: 20px;
	font-size: 175%;
}
#mainright ul li, #navleft ul li {
	margin-bottom: 0.55em;
}
#mainright a, #navleft a {
	text-decoration:none;
}
#mainright a:hover, #mainright a:active, #navleft a:hover, #navleft a:active {
	text-decoration:underline;
	color:#FF0000;
}
#pageright {
	float: right;
	margin-right: 30px;
	margin-top:20px;
	margin-bottom:20px;
}
#navleft {
	width: 150px;
	float:left;
	margin-top:10px;
	margin-left:15px;
	font-weight:bold;
}
#navleft ul {
	list-style-type: none;
	font-size: 120%;
}
.currentlink {
	color:#CC0000;
	text-decoration:none;
}
#rightside {
	margin-top:20px;
	margin-left:220px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}
/* Hides from non IE-win \*/
* html #rightside {
	height: 1%;
}
/* End hide from non IE-win */
#rightside h1 {
	color:#CC0000;
	font-size:200%;
	font-weight: bold;
	/*margin-top: 10px;*/
	/*margin-bottom:0.5em;*/
}
#rightside p, #rightside table {
	font-size:120%;
}
#rightside a {
	text-decoration:none;
	color:#CC0000;
}
#rightside a:hover, #rightside a:active {
	text-decoration:underline;
}
#rightside ul {
	font-size:120%;
}
#rightside ul li {
	margin-left:1.5em;
	list-style:square	
}
#rightsidebar {
	background-color: #FFFFFF;
	margin-top:15px;
	width:225px;
	margin-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:left;
	float:right;
	padding-left:20px;
	border-left-width: 3px;
	border-left-color: #990000;
	border-left-style: solid;
}
#rightsidebar h1 {
	color:#CC0000;
	font-size:125%;
	font-weight: bold;
	color:#990000
	/*margin-top: 10px;*/
	/*margin-bottom:0.5em;*/
}
#rightsidebar p {
	font-size:90%;
}
#rightsidebar ul {
	font-size:90%;
}
#rightsidebar ul li {
	margin-left:1.5em;
	list-style:square	
}
.announcement {
	color:#6633FF;
	font-weight:bold;
	font-size:180%;
}