/* CSS Document */
body	{
	background-color:#007386;
	margin:0px 0px 0px 0px;

}
fieldset	{
	padding:8px;
	border:3px double #333366;
}

#wrapper	{
	margin-top:0px;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

#header	{
	width:100%;
	height:184px;
	text-align:center;

}

#header img	{
	border:none;
}

/*  START TOP MENU  */
#menu #currentpage a {
	background:#FFFFFF;
	border:3px double #333366;
	background-color: #fff;
	background-image:url(../img/backgrounds/menu-fade.jpg);
	background-repeat:repeat;
	}


#menu{
	width:1020px;
	height:23px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(../img/backgrounds/menu-fade.gif);
	background-repeat:repeat-x;
	text-align:center;
	position:relative;
	z-index:500;
}
#gallery-menu{
	width:900px;
	height:23px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(../img/backgrounds/menu-fade.gif);
	background-repeat:repeat-x;
	text-align:center;
	position:relative;
	z-index:450;
}


.menu	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}


/*  NAV MENU  */
	
.menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	display:inline;
}
	
.menu li	{
	display:inline;


}
.menu li a	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	padding-right:8px;
	padding-left:8px;
}

.menu li a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background-color:#821F77;
	border:3px double #333366;
	padding-right:5px;
	padding-left:5px;



}

.menu ul li {
	position: relative;

}
/* This positions the dropdown menu */
.menu li ul {
	display: none;
	position: absolute;
	top:100%;
	left:0%;
	z-index:400;


	}
/* This sets the height, width and color of the dropdown box  */
.menu li:hover ul { 
	display:block;	
	background-color: #821F77;
	border:3px double #333366;
	width:190px;
	padding-top:5px;
	padding-bottom:25px;
	text-align:left;	

}

/*  THIS IS THE DROPDOWN MENU STYLE  */	
.menu li:hover ul li a {
	color:#ffffff;
	font-weight:bold;	
	padding-bottom:5px;
	height:20px;
	clear:both;
}
	
.menu li:hover ul li a:hover { 
	color:#ffffff;
	font-weight:bold;
	width:186px;
	height:35px;
	text-decoration:none;
	border:3px double #333366;
	background-color: #fff;
	background-image:url(../img/backgrounds/menu-fade.jpg);
	background-repeat:repeat;
	clear:both;
}

	
/* Fix IE. Hide from IE Mac \*/
* html ul li { 
	width:100px;
	float: left; }
* html ul li a { 
	width:100px;
	height: 1%; }
/* End */

/* END MENU CSS */

.gallery-menu	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}


/*  NAV MENU  */
	
.gallery-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	display:inline;
}
	
.gallery-menu li	{
	display:inline;


}
.gallery-menu li a	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	padding-right:8px;
	padding-left:8px;
}

.gallery-menu li a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background-color:#821F77;
	border:3px double #333366;
	padding-right:5px;
	padding-left:5px;



}

.gallery-menu ul li {
	position: relative;

}
/* This positions the dropdown menu */
.gallery-menu li ul {
	display: none;
	position: absolute;
	top:100%;
	left:0%;
	z-index:400;


	}
/* This sets the height, width and color of the dropdown box  */
.gallery-menu li:hover ul { 
	display:block;	
	background-color: #821F77;
	border:3px double #333366;
	width:335px;
	padding-top:5px;
	padding-bottom:25px;
	text-align:left;	

}

/*  THIS IS THE DROPDOWN MENU STYLE  */	
.gallery-menu li:hover ul li a {
	color:#ffffff;
	font-weight:bold;	
	padding-bottom:5px;
	height:20px;
	clear:both;
}
	
.gallery-menu li:hover ul li a:hover { 
	color:#ffffff;
	font-weight:bold;
	width:186px;
	height:35px;
	text-decoration:none;
	border:3px double #333366;
	background-color: #821F77;
	clear:both;
}


/*  END TOP MENU  */


/*  SLIDE SHOW  */
#slideshow	{
	width:1020px;
	height:387px;
	clear:both;
	z-index:50;
	margin-bottom:13px;
}

.fade-box {
		width: 1020px;
		position: absolute;
		text-align:center;
	}

#image-container {
	width: 1020px;
	height: 387px;
	background-image:url(../img/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:55;						
			}
#PlayButton	{
	width:75px;
	height:22px;
	float:right;
}

#backButton	{
	width:75px;
	height:22px;
	float:left;
}

#nextButton	{
	width:75px;
	height:22px;
	float:right;
}

#UC_backButton	{
	width:75px;
	height:16px;
	float:left;
}

#UC_nextButton	{
	width:75px;
	height:16px;
	float:right;
}

#PauseButton	{
	width:75px;
	height:22px;
	float:left;
}

.uc-box	{
	position: absolute;
	text-align:center;
	width:349px;
	height:185px;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
	
#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
z-index:100;
}

#simplegallery1 .gallerydesctext{ 
text-align: left;
font-family:"Courier New", Courier, monospace, Ariel;
font-size:12px;
font-weight:bold;
color:#ffffff;

}

#slideshow img	{
	border:none;
}


/*  END SLIDE SHOW  */


/*  SLIDE SHOW NAV  */
#slideshow-nav	{
	width:1020px;
	height:22px;
	padding-bottom:12px;
	background-image:url(../img/backgrounds/nav-fade.png);
	background-repeat:no-repeat;
}
/*  END SLIDE SHOW NAV  */

.slideshow	{
	width:348px;
	height:185px;
}

.sildeshow img	{
	border:none;
}

#upcoming-nav	{
	width:348px;
	height:16px;
	padding:4px 0px 3px 0px;
	clear:both;
}
/*  UPCOMING SLIDESHOW NAV  */

/*  END UPCOMING SLIDESHOW NAV  */

/* INDEX INFO BOX  */
#info	{
	width:1020px;
	height:277px;
	clear:both;	
}

#announcement	{
	width:348px;
	height:222px;
	padding:50px 10px 0px 0px;
	float:left;
	clear:left;
	background-image:url(../img/backgrounds/announcements.png);
	background-repeat:no-repeat;
}

#announcement img	{
	border:none;
}

#center	{
	width:312px;
	height:277px;
	float:right;
}

#mailing	{
	width:312px;
	height:42px;
	padding:50px 0px 20px 0px;
	background-image:url(../img/announcements/mailing-list.png);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

#connect	{
	width:300px;
	padding-right:12px;
	height:115px;
	padding-top:50px;
	float:left;
	background-image:url(../img/backgrounds/connect.png);
	background-repeat:no-repeat;
}

#connect img	{
	border:none;
}

.connect-left	{
	float:left;
	height:45px;
	width:150px;
	text-align:center;
}

.connect-right	{
	float:right;
	height:45px;
	width:150px;
	text-align:center;
}

#upcoming	{
	width:349px;
	height:225px;
	padding-top:52px;
	float:right;
	clear:right;
	background-image:url(../img/backgrounds/upcoming.png);
	background-repeat:no-repeat;
}
/*  END INDEX INFO BOX  */



#title	{
	width:970px;
	height:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:50px;
	background-color:#00A4BA;
	clear:both;
}
#title_alt	{
	width:950px;
	height:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:50px;
	background-color:#00A4BA;
	clear:both;
}

#newsletter-title	{
	width:970px;
	height:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:50px;
	background-color:#EE481B;
	clear:both;
}

#content	{
	width:1000px;
	padding:20px 10px 20px 10px;
	background-color:#F3F3DE;
}

#contact	{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#additional	{
	width:100%;
	clear:both;
	margin:15px 0px 0px 0px;	
}


#content-mailer	{
	width:304px;
	height:64px;
	padding-top:48px;
	background-image:url(../img/backgrounds/content-mailer.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:10px;
}


#history	{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#history-img	{
	height:200px;
	width:100%;
	text-align:center;
	clear:both;
}

#history-img img	{
	border:3px double #333366; 
}

#membership	{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#purchase	{
	width:400px;
	float:left;
	clear:left;
	padding:20px 20px 20px 100px;
}

/*  VOLUNTEER  */
#volunteer	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
}

/*  END VOLUNTEER  */

#download-notice	{
	clear:both;
	width:300px;
	padding-left:108px;
	padding-top:25px;
	text-align:left;
}

#register_menu	{
	width:200px;
	padding:10px;
	float:left;
	text-align:right;
	margin: 0;
  	line-height: 1.5;
  	top: 20em;
  	left:20em;
  	right:auto;
	clear:both;
	}

/*  Advisory  */
#advisory	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
}

.advisory	{
	width:266px;
	height:350px;
	float:left;
	text-align:center;
}

.advisory-row	{
	width:800px;
	height:350px;
	clear:both;
}

.advisory img	{
	border:3px double #333366; 
}

/*  END ADVISORY  */


#mission	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:left;

}


/*  FILM  */
#films	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:left;
}
	
.film-container	{
	width:800px;
	height:162px;
	clear:both;
	text-align:left;
	margin-bottom:25px;
}

.film-img	{
	width:273px;
	height:168px;
	float:left;
}

.film-img img	{
	border:3px double #333366;
}

.film-desc	{
	width:500px;
	height:162px;
	padding:3px 7px 3px 20px;
	text-align:left;
	float:right;
}

/*  END FILM  */



/*  EXECUTIVE  */
#executive {
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:center;
}

#executive img	{
	border:3px double #333366; 
}

.executive-row	{
	width:800px;
	height:275px;
	clear:both;
	text-align:center;
}

.executive	{
	width:266px;
	height:275px;
	float:left;
}

/*  END EXECUTIVE  */


/*  OUR SPONSORS  */
#our-sponsors {
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:center;
}

#our-sponsors img	{
	border:none;
}

.our-sponsors-row	{
	width:800px;
	height:200px;
	clear:both;
	text-align:center;
}

.our-sponsors	{
	width:266px;
	height:175px;
	float:left;
}

/*  END our-sponsors  */		



/*  OUR SPONSORS  */
#supporters {
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:center;
}
#supporters img	{
	border:none;
}



.supporters-row	{
	width:800px;
	clear:both;
	text-align:center;
	margin-bottom:25px;
}

.supporters	{
	width:400px;
	float:left;
	text-align:center;
	margin-bottom:25px;
}

/*  END our-sponsors  */


/*  EXHIBITORS  */
/*  OUR SPONSORS  */
#exhibitors {
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:center;
}



/*  END EXHIBITORS  */


/*  TRAVEL  */

#travel	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
	text-align:left;
}

#travel_btn	{
	text-align:center;
	clear:both;
}
#travel_btn img	{
	border:none;
}

#gaylord	{
	width:800px;
	padding:20px auto 20px auto;
	float:left;
	text-align:center;
	clear:both;
	margin-top:13px;
}

#gaylord img	{
	border:7px solid #31214D;
}

/*  END TRAVEL  */



#accred	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
}

#accred	img	{
	border:none;
}

#call-for-film	{
	width:800px;
	padding:20px 100px 20px 100px;
	float:left;
}

#call-for-film	{
	border:none;
}


/*  FOOTER  */
#footer	{
	width:1020px;
	padding-bottom:10px;
	padding-top:15px;
	margin-top:13px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;

}

.footer	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
.footer	a{
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	text-decoration:none;
}
.footer	a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}

/*  END FOOTER  */

















#left	{
	width:175px;
	float:left;
}
#left img	{
	border:none;
}

#nav	{
	float:left;
	width:180px;
	margin-right:3px;
	padding-top:12px;
	padding-bottom:12px;
	border:1px solid #D9C08A;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom:4px;
	background-color:#404545;
}
#nav img	{
	border:none;
}



/* MENU CSS */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	padding-right:10px;

	}


#nav ul li {
	position: relative;
	}


#nav li ul {
	position: absolute;
	left: 175px;
	top: 0;
	display: none;
	}


#nav ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 5px;
	border-bottom: 0;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#nav li:hover ul { 
	display: block;	
	background-color: #941B0E;
	background-image:url(../img/backgrounds/dots.png);
	background-repeat:repeat;
	border:1px solid #D9C08A;
	
	}
	
#nav li:hover ul li a { 
	border-bottom:1px solid #D9C08A;
	color:#fff;
	}
#nav li:hover ul li a:hover { 
	
	}

/* END MENU CSS */


#index_content	{
	width:678px;
	float:left;
	margin-right:2px;
	
}
#index_content img	{
	border:1px solid #69CBED;
}

#right	{
	width:160px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin-left:3px;
	float:right;
	border:1px solid #D9C08A;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image:url(../img/backgrounds/dots.png);
	background-repeat:repeat;
	clear:right;
	background-color:#DEDEDE;
}

#development	{
	width:700px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	clear:both;
	text-align:right;
}



#about_us	{
	width:678px;
	padding-left:10px;
	padding-right:10px;
}

#about_us ul	{
	display:inline;
}
#about_us li	{
	display:list-item;
}

#get_involved	{
	width:678px;
	padding-left:10px;
	padding-right:10px;
}

#membership	{
	width:678px;
	padding-left:10px;
	padding-right:10px;
}

#footer img	{
	border:2px solid #000000;
}



#sponsor	{
	float:left;
	width:170px;
	margin-right:3px;
	padding-top:10px;
	padding-bottom:6px;
	border:1px solid #D9C08A;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom:4px;
	background-image:url(../img/backgrounds/dots.png);
	background-repeat:repeat;
	text-align:center;
	background-color:#941B0E;
}

#sponsor_us	{
	width:678px;
	height:450px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/images/light.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}


.banner-container	{
	width:678px;
	margin-bottom:8px;
	clear:both;
}

.clear-both	{
	width:100%;
	height:4px;
	clear:both;
}

#hotsheet	{
	width:658px;
	padding:8px 10px 8px 10px;
	background-color:#ffffff;
}


/* CART */

#cart_index	{
	width:665px;
	padding-left:13px;
	padding-top:10px;
	background-color:#28292A;
	border:1px solid #D9C08A;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	

}

/* CART STYLE */

.txtDefault	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.txtDefault a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D9C08A;
	text-decoration:underline;
}

.txtDefault a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}

.boxContent	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

.boxContent a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
}

.boxContent a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D9C08A;
	text-decoration:underline;
}

.box_items	{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:solid 1px #333333;
}



.txtCopyright	{
	display:none;
}





/* STYLES  */


h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#993399;
	display:inline;	
}

h1 a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#993399;
	display:inline;
	text-decoration:none;	
}

h1 a:hover	{
	color:#333366;
	text-decoration:none;
}

h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#993399;
	display:inline;
	
}

h2 a	{
	color:#993399;
	text-decoration:none;
}

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

h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#993399;
	display:inline;
	font-weight:bold;	
}

h4	{
	font-family:Helvetica, Arial, sans-serif;
	font-size:32px;
	color:#333366;
	display:inline;
}

.impact	{
	color:#339999;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
}

.contact	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333366;
}

.clear-both	{
	width:100%;
	height:1px;
	clear:both;
}

.content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#993399;
	text-spacing:2px;
	
}

.content a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#993399;
	text-spacing:2px;
	text-decoration:none;	
}

.content a:hover	{
	text-decoration:underline;
	color:#333366;
}



.blue-content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333366;
}

.blue-content ul	{
	margin-left:0px;
}

.blue-content li	{
	color:#333366;
	line-height:12px;
}

.blue-medium	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333366;
}

.blue-medium a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333366;
	text-decoration:none;
}
.blue-medium a:hover	{
	text-decoration:underline;
	color:#993399;
}


.blue-large	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333366;
}

.purple-content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#32224E;
}

.purple-medium	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#993399;
}

.purple-large	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#993399;
}
.purple-large a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#993399;
	text-decoration:none;
}

.purple-large a:hover	{
	color:#333366;
	text-decoration:underline;	
}

.green-large	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#339999;
}
.registration_error	{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}


/*  HOVER BUTTON  */

.hover-button ul	{
	margin-left:0px;
	padding-left:0px;
	display:inline;
}

.hover-button li	{
	margin-left:0px;
	padding-left:0px;
	display:inline;
}

.hover-button li ul {
	display: none;
	position: absolute;
	top:100%;
	left:352px;
	}

.hover-button li:hover ul	{
	
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background-color:#821F77;
	border:3px double #333366;
	padding-right:5px;
	padding-left:5px;
	display:block;	
	background-color: #821F77;
	border:3px double #333366;
	width:272px;
	padding-top:5px;
	padding-bottom:25px;
	text-align:center;	
}

.hover-button img	{
	border:none;
}

/*  END HOVER BUTTON  */

.register_title	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333366;

}

.gallery_image	{
	width:175px;
	float:left;
	padding:0px 8px 0px 9px;
}

.gallery_image img	{
	border:2px solid #31214D;
}















.development	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
}

.development a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}

.development a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}


.nav	{

	margin-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.nav a	{
	width:158px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;	
}

.nav a:hover	{
	background-color:#941B0E;
	background-image:url(../img/backgrounds/dots.png);
	background-repeat:repeat;
	border-bottom:1px solid #D9C08A;
}








.email_error	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
}

.sponsor a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#D9C08A;
	text-spacing:2px;
	text-decoration:none;	
}

.sponsor a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#69CBED;
	text-spacing:2px;
	text-decoration:none;	
}

.error	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
}





.registration_complete	{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333366;
	}
	
.volunteer	{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	}

.black	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-spacing:2px;
	
}
.black a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-spacing:2px;
	
}
.black a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FF9900;
	text-spacing:2px;
	text-decoration:underline;
	
}

.white	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-spacing:2px;
	
}
.white a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-spacing:2px;
	
}
.white a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FF9900;
	text-spacing:2px;
	text-decoration:underline;
	
}






.slide	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-spacing:3px;
	
}
.slide a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-spacing:3px;
	text-decoration:none;
	
	
}
.slide a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	text-spacing:3px;
	text-decoration:underline;
	
}

.UCslide	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-spacing:3px;
	
}
.UCslide a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-spacing:3px;
	text-decoration:none;
	
	
}
.UCslide a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-spacing:3px;
	text-decoration:underline;
	
}
.gllery-img	{
	padding:6px;
	text-align:left;
	float:left;
}

.gllery-img img	{
	border:4px solid #000;
}

.disclaimer	{
	width:100%;
	font-size:10px;
	color:#333333;
}

