@CHARSET "ISO-8859-1";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
a {
	color:#fdb24a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#bgcontainer {
	width:750px;
	height:auto;
	position: relative;
	margin: 0px auto;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
}
#bgfooter {
	width:750px;
	height:auto;
	position: relative;
	padding-top: 30px;
	margin: 0px auto;
	background-image: url(images/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ccc;
}
#container {
	width:720px;
	height:auto;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	position: relative;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: 0px 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#flashheader {
	width: 720px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#menucontainer {
	width:720px;
	height:30px;
	background-color: #900;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;	
	text-align:center;
	line-height:30px;
}
#menucontainer ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menucontainer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color:#00ff00;
	display:inline;
}
#menucontainer ul li a{
	margin: 0px;
	padding: 0px 20px;
	color:#fdb24a;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	border-right: 1px solid #900;
	border-left: 1px solid #900;	
	background-color:#a00
}
#menucontainer ul li a:hover{
	color:#fff;
	background-color:#d00;
}
#contentleft {
	width:170px;
	height:auto;
	margin:5px;
	float:left;
	text-align:left;
	color:#fff;
	padding:5px;
	background-color:#900;
	border: 1px solid #d00;
}
#contentright {
	width:500px;
	height:auto;
	margin:10px;	
	float:right;
}
.cleardiv {
	font-size: 11px;
	line-height:16px;
	height:auto;
	width:700px;
	clear:both;
	text-align:center;
	color:#CCCCCC;
	padding: 20px 0px;
	margin: 0px auto;
	border-top: 1px solid #ccc;
}
h1.pageheader{
	font-size:18px;
	color: #fdb24a;
	text-align:right;
	display:block;
	border-bottom: 1px solid #fdb24a;
}
h3 {
	font-size:12px;
	color: #fdb24a;
	text-align:left;
	display:block;
	border-bottom: 1px solid #fdb24a;
}
h4 {
	font-size:10px;
	color: #e33;
	text-align:left;
	display:block;
	border:none;
	text-decoration:none;
}
#contentright table {
	border: 1px solid #f66;
	background-color: #900;
}
#contentright p, #contentright td{
	font-size: 11px;
	text-align:left;
	line-height:20px;
	color:#fff;
	border: 1px solid #a00;
}

#contentright td.type{
	text-align: center;
	color: #fdb24a;
	font-weight:bold;
	font-size:12px;
}
#contentright td.subtype{
	text-align: left;
	color: #f66;
	font-weight:bold;
	font-size:11px;
}
