<!--
/* ELEMENTS */

body {
	background-color: #0b0602;
	margin: 0px;
	color: #ccc;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

body, td {
	color: #ccc;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#bkgdImg {
	width: 770;
	height: 100%;
	background-image: url('images/mainDIV_bkgd.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto
}

#logo {
	position: absolute;
	top: 43px;
	left: 0px;
	width: 100%;
	height: 66px;
	text-align: center;
}

#navigation {
	position: absolute;
	top: 152px;
	left: 0px;
	width: 100%;
	height: 27px;
	text-align: center;
}

#content {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#content_shaded {
	position: inline;
	width: 480;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#tools_right {
	position: relative;
	top: 115px;
	padding: 10px;
	text-align: right;
	font-family: verdana;
	font-size: 14px;
}

#tools_left {
	position: relative;
	top: 115px;
	padding: 10px;
	text-align: left;
	font-family: verdana;
	font-size: 14px;
}

p {
	font-size: 12px;
	line-height: 18px;	
}

a {
	color: #f7bf75;
	text-decoration: none;
}

a:hover {
	color: #f7bf75;
	text-decoration: underline;
}

a:visited {
	color: #f7bf75;
	text-decoration: none;
}

h1 {
	font-family: helvetica, sans serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #FC6;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: helvetica, sans serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #FC6;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-family: helvetica, sans serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

hr.hr1 {
	background-color: #ccc;
	color: #888;
	height: 1px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.hr2 {
	background-color: #1c1814;
	color: #1d130b;
	height: 1px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
	border: #666 solid 1px;
	padding: 10px;
}

input, select {
}

.credit {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #3c3517;
	border-top: 1 #3c3517 solid;
}

a.creditA {
	color: #3c3517;
	text-decoration: underline;
}

.copyright {
	text-align: center;
	margin-top: 0px;
	font-size: 10px;
	color: #3c3517;
}

/* NAV */


.navTD
{
	padding-left: 13px;
	padding-right: 13px;
	font-size: 13px;
	color: #fff;
}

.navTD_on
{
	padding-left: 13px;
	padding-right: 13px;
	background-color: #291e02;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

a.navA {
	color: #fff;
	font-weight: bold;
}

a.navA:visited {
	color: #fff;
	font-weight: bold;
}

a.navA:hover {
	text-decoration: underline;
	font-weight: bold;
}


/* CALENDAR STYLES */
.projectTitle {
	color: #fff;
	border-bottom: 1 #FFF solid;
	margin-top: 30px;
	margin-bottom: 20px;
}

.date
{
	color: #FC6;
}

.venue {
	text-decoration: underline;
}

.program {
}

.artists {
	margin-bottom: 0px;
}

.artistZebraDark {
	background-color: #15100c;
}

.artistZebraLight {
	background-color: #1c1814;
}




-->

