/* CSS Document */




/*---------------------Colwrapper--------------------*/
/*--wraps left and right column, give gray bg color--*/
.colwrapper {
	padding: 0px;
	width: 900px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


.colwrapper p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #996600;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
	line-height: 1.4em;
	margin-bottom: 40px;
	}



/*---------------------homepage--------------------*/
.swf {
	margin-top: 20px;
	padding-bottom:10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFF;
	width: 640px;
	height: 338px;
	}
	
	

/*---------------------forms--------------------*/

form.tickets {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 1.8em;
	}


form.sb {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 1.8em;
	}


/*---------------------Content--------------------*/	
	
/*-left column--*/	

#col1 {
	float: left;
	width: 640px;
	margin-left: 20px;
	display: inline; /*----fixes IE 6 float problem----*/
	background-color: #FFF;
	}
	
#leftcol{
	float: left;
	width: 440px;
	margin: 0;
	padding: 0px;
	}
	
#rightcol{
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 40px;
	}
	
/*----rotating banner----*/

.banner {
	margin-top: 20px;
	padding-bottom:10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFF;
	width: 640px;
	height: 215px;
	}
	

#col1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #000033;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	}
	
#col1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #6A6ACB;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#rightcol h3 {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000033;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1em;
	text-transform: uppercase;
	}


#col1 p.intro {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
	}

#col1 p {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 1.4em;
	}
	
#col1 p.question {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #6A6ACB;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 1.4em;
	text-transform: capitalize;
	}
	
#col1 ul {
	list-style-type: square;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
#col1 ol {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 40px;
	}
	
#col1 li {
	}


#rightcol ul {
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	line-height: 1.8em;	
	margin-right: 20px;
	margin-left: 20px;
	}
	
#rightcol ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A6ACB;
	margin-bottom: 10px;
	}

#object {
	margin-left:50px;
	padding-top:10px;
	}

#col1 a {
	color: #CC9900;
	text-decoration:none;
	font-weight: bold;
	}
	
#col1 a: active {
	color: #CC9900;
	text-decoration:none;
	font-weight: bold;
	}
	
#col1 a: hover {
	color: #6A6ACB;
	text-decoration:none;
	font-weight: bold;
	}
	
#co1 a: visited {
	color: #000033;
	text-decoration:none;
	font-weight: bold;
	}
	
#col1 object {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
		
	
/*--right column--*/	
#col2 {
	float: left;
	width: 200px;
	margin-left: 20px;
	display: inline; /*----fixes IE 6 float problem----*/
	background-color: #FFF;
	}
	
#col2 .goalbox {
	width: 200px;
	background-color: #EAEAF8;
	margin-top: 20px;
	}
	
#col2 .goalbox p {
	font-family: Verdana, sans-serif;
	color: #000033;
	font-size: .8em;
	}
	
	
#col2 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000033;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}


#col2 h3{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #996600;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 0px;
	}
	
	
#col2 p{
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	line-height: 1.5em;
	margin-right: 30px;
	margin-left: 20px;
	padding-bottom: 10px;
	}

	
#col2 a {
	color: #CC9900;
	text-decoration:mone;
	font-weight: bold;
	}
	
#col2 a: active {
	color: #CC9900;
	text-decoration:none;
	font-weight: bold;
	}
	
#col2 a: hover {
	color: #6A6ACB;
	text-decoration:none;
	font-weight: bold;
	}
	
#col2 a: visited {
	color: #000033;
	text-decoration:none;
	font-weight: bold;
	}

	
#col2 ul {
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000033;
	line-height: 2em;
	margin-right: 10px;
	margin-left: 10px;
	}
	
#col2 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A6ACB;	
	}
	
		
#col2 img.ads {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #666;
	margin-top: 20px;
	margin-right: 0em;
	margin-bottom: 20px;
	margin-left: 0px;
 	}

	
#col2 img.calendar {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
 	}
	

	
/*---------------------Sponsors--------------------*/	

#sponsors {
 width:900px;
 height: 115px;
 margin-top: 10px;
 margin-bottom:10px;
	}

/*---------------------Footer--------------------*	
	
/*--footer--*/	
	
#footer {
	clear: both;
	width: 900px; /*--longer width than other areas looks better optically--*/	
	margin-left: 0em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color:#000033;
	}
	
#footer p {
	text-align:left;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	color: #FFF;
	padding-top: 5px;
	padding-left: 40px;
	}

	
	
#footer a {
	color: #CC9900;
	text-decoration: underline;
	}



	
