@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #210f0f;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1 {
	font-size: 36px;
	color: #CC9966;
	font-weight: lighter;
}
.sidebar {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-style: italic;
	vertical-align: top;
}
.sidebarindex {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-style: italic;
	vertical-align: bottom;
}
.maincontain {
	text-align: left;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.maincontain td {
	vertical-align: top;
}
.maincontain hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.hr {
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
.footer {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: x-small;
	color: #999999;
	line-height: 1.5em;
	border-top-style: dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.hilight {
	color:#FF9900
}
#subnav a, #subnav a:visited {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	display:block;
	border:0;
	color: #CCCCCC;
	text-decoration: none;
	height: auto;
	width: auto;
}
#subnav a:hover, #subnav a:active {
	color: #FF9900;
	text-decoration: none;
}
a {
	font-size: 100%;
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
