@charset "utf-8";
body {
	background-image: url(/images/background.gif);
	background-color: #cdcdcd;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper-main {
	width:720px;
	margin:0px auto;
	text-align:left;
}

#header-top {
	background-color: #ffcc33;
}

#logo {
	float:left;
}

#logo-right {
	float:right;
}

#logo-right-text {
	text-align: center;
}

#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	text-align: right;
	background-color: #ffcc33;
}

#subnav a {
	color: #666666;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#navbar {
	width: 720px;
	background: #000000;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	position: relative;
	float: left;
	text-align: center;
	width: 120px;
	color: #FFFFFF;
	line-height: 130%;
	background-color: #000000;
}

.navbar-red {
	border-bottom: 5px solid #FF0000;
}
.navbar-orange {
	border-bottom: 5px solid #FF9900;
}
.navbar-yellow {
	border-bottom: 5px solid #FFFF00;
}
.navbar-green {
	border-bottom: 5px solid #33CC00;
}
.navbar-blue {
	border-bottom: 5px solid #0099FF;
}
.navbar-purple {
	border-bottom: 5px solid #CC66CC;
}

#navbar li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#navbar li a:hover {
	color: #FFFF00;
}

#content-main {
	clear: both;
	background-color: #FFFFFF;
	font-size: 12px;
}

#content-single-column {
	width: 700px;
	padding: 10px;
}

#content-left {
	position: relative;
	float: left;
	width: 500px;
	background-color: #FFFFFF;
	padding: 10px;
}

.heading-red, .heading-orange, .heading-yellow, .heading-green, .heading-blue, .heading-purple, .heading-magenta {
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}

.heading-red {
	color: #FFFFFF;
	background-color: #FF0000;
}
.heading-orange {
	color: #FFFFFF;
	background-color: #FF9900;
}
.heading-yellow {
	color: #000000;
	background-color: #FFFF00;
}
.heading-green {
	color: #FFFFFF;
	background-color: #33CC00;
}
.heading-blue {
	color: #FFFFFF;
	background-color: #0099FF;
}
.heading-purple {
	color: #FFFFFF;
	background-color: #63C;
}
.heading-magenta {
	color: #FFFFFF;
	background-color: #F0F;
	text-align: left;
}


#content-main h2 {
	font-size: 18px;
	color: #FF0000;
}

#content-right {
	position: relative;
	float: right;
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px;
}

#content-right img {
	margin-bottom: 10px;
}

.text-box {
	border: 1px solid;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
.text-box a {
	text-decoration: none;
	color: #9900FF;
}
.text-box a:hover {
	color: #FF0000;
}
.footer {
	padding-top: 5px;
	font-size: 10px;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #9900FF;
}
.subheading_small {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
