
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	background: #ffffff url(blueramp.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #000000;
}

p
{
/*	text-align: justify;      THIS WAS ON FOR A LONG TIME!!!  CONSIDER TURNING IT BACK ON!!! */
	font-size: 14px;
	line-height: 20px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

// This is to preload the images.  See:
// http://perishablepress.com/press/2008/06/14/a-way-to-preload-images-without-javascript-that-is-so-much-better/
div#preload {
	display: none;
}

#wrapper
{
	width: 840px;
	background: #ffffff url(bordersides.jpg);
	margin: 0 auto;
}

#wrapperL
{
	width: 20px;
	height: 750px;
	background: url(borderleft.jpg);
	float: left;
}

#wrapperM
{
	width: 800px;
	float: left;
	background-color: #ffffff;
}

#wrapperR
{
	width: 20px;
	height: 750px;
	background-color: #ffffff;
	background: url(borderright.jpg);
	float: right;
}

#banner
{
	width: 800px;
	height: 100px;
	background: url(banner.jpg);
	background-repeat: none;
}

#footer
{
	height: 70px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background: url(footer.jpg);
}

#footer p
{
	padding-top: 15px;
	text-align: center;
}

#footer_simple
{
	// Used for paybymail.php to print a simple page
	height: 70px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background: url(footer.jpg);
}

#bottomspace
{
	height: 50px;
}





#navigation {
	padding-top: 55px;
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

#navigaton ul {
	list-style: none;
}

#navigation li {
	display: inline;
	float: right;
	padding-top: 15px;
}

#navigation a {
	color: #ffffff;
	padding: 0 14px 0 14px;
	text-decoration: none;
	border-left: 1px solid #aaaaaa;

}

#navigation a:hover {
/*	text-decoration: underline; */
	color: #7dbd00;
}

#navigation .first a {
	border: none;
}




#navbar {
	height: 100px;
	margin: 0;
}
#navbar li {
	list-style:none;
	display:inline;
}

#navbar a {
	float: left;
	padding-bottom: 100px;
}

#navl {
	float: left;.event_major h1
{
	font-size: 16px;
	color: #2956b2;
}

}

#nav0 a {
	width: 54px;
	background: url("nav0.jpg") no-repeat;
}

#nav0 a:hover { 
	background: url("nav0sel.jpg") no-repeat;
}

#nav0 a:active {
	background: url("nav0sel.jpg") no-repeat;
}

#nav1 a {
	width: 72px;
	background:url("nav1.jpg") no-repeat;
}

#nav1 a:hover { 
	background: url("nav1sel.jpg") no-repeat;
}

#nav1 a:active {
	background: url("nav1sel.jpg") no-repeat;
}

#nav2 a {
	width: 50px;
	background:url("nav2.jpg") no-repeat;
}

#nav2 a:hover { 
	background: url("nav2sel.jpg") no-repeat;
}

#nav2 a:active {
	background: url("nav2sel.jpg") no-repeat;
}

#nav3 a {
	width: 73px;
	background:url("nav3.jpg") no-repeat;
}

#nav3 a:hover { 
	background: url("nav3sel.jpg") no-repeat;
}

#nav3 a:active {
	background: url("nav3sel.jpg") no-repeat;
}

#nav4 a {
	width: 68px;
	background:url("nav4.jpg") no-repeat;
}

#nav4 a:hover { 
	background: url("nav4sel.jpg") no-repeat;
}

#nav4 a:active {
	background: url("nav4sel.jpg") no-repeat;
}

// Use these on the program page to "hide" links.
// The links are black so as to not stand out, but change
// on mouseover to suggest a link.




.content
{
	width: 800px;
}

.col1_3
{
	/* 20 + 240 + 20 + 240 + 20 + 240 + 20 = 800 */
	/* 1 out of 3 columns */
	width: 240px;
	padding-left: 20px;
	float: left;
}

.col1_3 p
{
	padding-bottom: 15px;
}

.col2_3
{
	/* 20 + 240 + 20 + 240 + 20 + 240 + 20 = 800 */
	/* 2 out of 3 columns */
	width: 500px;
	padding-left: 20px;
	float: left;
}


.col2_3 p
{
	padding-bottom: 15px;
}

.col2_3 h1
{
/*	color: #ff0000; */
}

.col3_3
{
	/* 20 + 240 + 20 + 240 + 20 + 240 + 20 = 800 */
	/* 2 out of 3 columns */
	width: 760px;
	padding-left: 20px;
	float: left;
}

.col3_3 p
{
	padding-bottom: 15px;
}

.col1_2
{
	/* 20 + 370 + 20 + 370 + 20 = 800 */
	width: 370px;
	padding-left: 20px;
	float: left;
}

.col1_1
{
	/* 20 + 760 + 20 = 800 */
	width: 760px;
	padding-left: 20px;
	float: left;
}

.col1_1 p
{
	padding-bottom: 15px;
}




.col2_3r
{
	/* 20 + 240 + 20 + 240 + 20 + 240 + 20 = 800 */
	/* 2 out of 3 columns */
	width: 500px;
	padding-right: 20px;
	float: right;
	background-color: #ffffff;
}

/* detail + time = 400 + 100 = 500 = 240 + 20 + 240 */
.event p
{
	font-size: 14px;
	color: #000000;
}

.event .title
{
	float: left;
	width: 379px;
}

.event .title p
{
	color: #000000;
/*	color: #505050;*/
/*	color:  #2956b2; */
}

.event .majortitle
{
	float: left;
	width: 379px;
	padding-top: 20px;
}

.event .majortitle p
{
	padding-top: 5px;
	font-size: 14px;
	color:  #2956b2;
}

.event .detail
{
	float: left;
	width: 379px;
	padding-bottom: 20px;
}

.event .detail p
{
/*	color:  #2956b2;*/
}

.event .minordetail
{
	float: left;
	width: 379px;
	padding-bottom: 20px;
}

.event .time
{
	float: right;
	width: 120px;
}

.event .time p
{
	float: right;
}

.event .workshop p
{
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}

.artistbio p
{
	text-align: justify;
}

.register
{
	padding-bottom: 15px;
}

.register .col1_3
{
	text-align: right;
}

.heading
{
	background: #7dbd00;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 20px;
}

.heading_details
{
	padding: 10px;
	background: #bede7f;
}

.heading_details p
{
	line-height: 18px;
	font-size: 12px;
}

.reg_error
{
	color: #ff5b00;
	padding-left: 5px;
	text-decoration: bold;
}

