* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #231f20;
	text-align: left;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(../images/sitebg-05.gif);
	background-repeat: repeat-y;
}
#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	height: 155px;
	background-image: url(../images/sitebg-02.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#navigation {
	float: left;
	width: 920px;
	color: #333;
	margin: 0px;
	height: 16px;
	background-image: url(../images/sitebg-03.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	height: 350px;
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/sitebg-04.gif);
	background-repeat: no-repeat;
}
#content {
	float: left;
	color: #333;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 500px;
	display: inline;
}

contentwide {
	float: left;
	color: #333;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 700px;
	display: inline;
}

#rightcolumn {
	color: #333;
	margin: 0px;
	padding: 10px;
	height: 350px;
	width: 180px;
	float: left;
	background-image: url(../images/sponsors.png);
	background-position: center;
	background-repeat: no-repeat;
}

#rightcolumnhome {
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 370px;
	width: 200px;
	float: left;
}


#rightcolumnregister {
	color: #333;
	margin: 0px;
	padding: 10px;
	height: 550px;
	width: 180px;
	float: left;
	background-image: url(../images/sponsors.png);
	background-position: center 250px;
	background-repeat: no-repeat;
}


#footer {
	width: 920px;
	clear: both;
	color: #333;
	margin: 0px;
	background-image: url(../images/sitebg-06.gif);
	height: 31px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Side Navigation */
#navcontainer {
	width: 190px;
	margin-top: 15px;
	margin-left: 10px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer a
{
	display: block;
	width: 160px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
color: #231f20;
}

#wrapper #leftcolumn #navcontainer #navlist .selected {
	color: #231F20;
}

#wrapper #navigation a {
	color: #6D6E70;
	text-decoration: none;
	font-size: 16px;
	margin-left: 10px;
}
#wrapper #navigation a:hover {
	color: #FFFFFF;
}

/* Orange Bottom Link */

#navcontainerbottom {
	width: 190px;
	margin-top: 15px;
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A8AB;
	padding-top: 25px;
}

#navcontainerbottom ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainerbottom a
{
	display: block;
	width: 180px;
	margin: 0px;
}

#navcontainerbottom a:link, #navlistbottom a:visited
{
color: #6D6E70;
text-decoration: none;
}

#wrapper #leftcolumn #navcontainerbottom #navlistbottom a:hover
{
color: #F47521;
}

#wrapper #leftcolumn #navcontainerbottom #navlistbottom .selected {
	color: #231F20;
}

/* Footer */

#wrapper #footer {
	color: #FFFFFF;
	text-align: right;
}
#wrapper #content p, #wrapper #contentwide p {
	color: #58595B;
	line-height: 20px;
}

/* Headers */

#wrapper #content h1, #wrapper #contentwide h1 {
	color: #231F20;
}
#wrapper #content h2, #wrapper #contentwide h2 {
	color: #231F20;
}

h1{
        font-size: 26px;
}


/* Table Styling */

#table td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeab7f;
	color: #231F20;
	background-color: #fef1e8;
	padding: 5px;
}

#programtable td {
	padding: 5px;
}



/* Colors */

.lightgray {
	color: #bbbdc0;
}

.darkgray {
	color: #58595b;
}

.orange {
	color: #f47521;
}

.yellow {
	color: #ff9900;
}

.black {
	color: #000;
}

.green {
	color: #007b73;
}


.small {
	font-size: 80%
	}

#wrapper a  {
	color: #F47521;
	text-decoration: none;
}
#wrapper a:hover {
	color: #58595B;
}
#wrapper #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text {
	text-align: left;
}

/* Sub Navigation */

#subnavcontainer {
	width: 180px;
}

#subnavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#subnavcontainer a
{
	display: block;
	width: 165px;
	background-color: #fff;
	border-bottom: 1px solid #58595B;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	letter-spacing: -.7px;
}

#subnavcontainer a:link, #subnavlist a:visited
{
color: #58595B;
text-decoration: none;
}

#subnavcontainer a:hover
{
background-color: #58595B;
color: #fff;
}
#wrapper #leftcolumn #navcontainer #navlist .orange {
	color: #F47521;
}
a:hover {
	color: #FF9933;
}
#wrapper #content ul {
	color: #58595B;
	line-height: 20px;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 20px;
}
#wrapper #content li {
	padding-left: 10px;
	list-style-type: disc;
}
#wrapper #content .orange {
	color: #F47521;
}
#wrapper #content .black {
	color: #000000;
}
#wrapper #content .green {
	color: #007B73;
}
