body {
	background-color:#000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

img {
	border: none;
}

.text {
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}

.textmelivebio {
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8px;
}

.scrolltext {
	color:#E9952C;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.melivetext {
	position:relative;
	margin-top:-23px;
	margin-right: 100px;
	float:right;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}


.texthdr {
	color: #56647e;
	font-weight: bold;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.texthdr2 {
	color: #56647e;
	font-weight: bold;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.box {
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	padding:10px;
	text-align:left;
}

.boxfix {
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	text-align:left;
	margin-bottom:10px;
}

.boxfix2 {
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	text-align:left;
}

.boxfix3 {
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	text-align:left;
}

label
{
	float:left;
	width: 100px;
	color:#56647e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:5px;
}

input {
	border:none;
}

input[type="text"] {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #333333;
}

input[type="button"] {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #333333;
}

input[type="submit"] {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #333333;
}

input[type="file"] {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #333333;
}

textarea {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #333333;
}

.submit input {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #000000
} 

.schedtext {
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}


/* --------------------- Accordian Menus --------------------- */

.Accordion {	
	overflow: hidden; 
	width:324px;
}

.AccordionPanel {	
	margin-bottom: 5px;	
	padding: 0px;
}

.AccordionPanelTab {	
	background-color: #000000;	
	border: solid 1px #333333;	
	margin: 0px;	
	padding: 2px;	
	cursor: pointer;	
	/*-moz-user-select: none;	
	-khtml-user-select: none;*/
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}

.AccordionPanelContent {	
	overflow:auto;
	background-color:#14171f;	
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}
.AccordionPanelOpen .AccordionPanelTab {	
	background-color: #808fad;
}

.AccordionPanelClosed .AccordionPanelTab {}
/*Accordion behaviors  classes*/

.AccordionPanelTabHover {	
	color: #FFFFFF;
	background-color: #808fad;
}

.AccordionPanelOpen .AccordionPanelTabHover {	
	color: #FFFFFF;
}

.AccordionFocused .AccordionPanelTab {	

}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {	

}

/* --------------------- RSS Boxes --------------------- */

.rsscontainer{
	margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
}

.rsscontainer .rssdescription{ /*Style for .rssdescription DIV*/
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	padding-bottom:6px;
}

.rsscontainer a:link, .rsscontainer a:active, .rsscontainer a:visited{
	color: #808fad;
	text-decoration: none;
}

.rsscontainer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.rsspaginate{ /*Style for Pagination DIV*/
	width: 550px;
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
	margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
	border: 1px;
	border-style: solid;
	border-color:#666666;
	margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
	padding: 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #000000;
}

.rsspaginate a:hover, .rsspaginate a.selected{
	color: #FFFFFF;
	background-color: #808fad;
}

/* --------------------- Contest Slides --------------------- */

#imageSlideshowHolder{

	width: 375px;	/* IE 5.x */
	width/* */:/**/375px;	/* Other browsers */
	width: /**/375px;
	
	height: 182px;	/* IE 5.x */
	height/* */:/**/182px;	/* Other browsers */
	height: /**/182px;
	
	background-color:#000;
	border:1px solid #333333;
	position:relative;	/* Never change this value */
	
}

#imageSlideshowHolder2{

	width: 375px;	/* IE 5.x */
	width/* */:/**/375px;	/* Other browsers */
	width: /**/375px;
	
	height: 182px;	/* IE 5.x */
	height/* */:/**/182px;	/* Other browsers */
	height: /**/182px;
	
	background-color:#000;
	border:1px solid #333333;
	position:relative;	/* Never change this value */
	
}

.imageInGallery{		
	width:375px;
	height:182px;
	background-color:#000;
	
	/* Never change these 3 values */
	left:0px;
	top:0px;
	position:absolute;	
}

#contlink {
	position:relative;
	margin-top:-182px;
}

/* --------------------- Bio Popup Window --------------------- */

/* <style> */

div.sample_popup { z-index: +1; }

div.sample_popup div.menu_form_header
{
	border: 1px solid #333333;
	border-bottom: 0px;
	background-color:#808fad;
	cursor: default;
	width: 400px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
	height:      20px;
	line-height: 19px;
	vertical-align: middle;
	
	text-decoration: none;
}

div.sample_popup div.menu_form_body
{
	border: 1px solid #333333;
	background-color:#14171f;
	width: 400px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	line-height:normal;
	text-align:left;
}

div.sample_popup img.menu_form_exit
{
  float: right;
  margin-top:2px;
  cursor: pointer;
}

div.sample_popup table
{
  border-collapse: collapse;
  width: 100%;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}


/* --------------------- Calendar Script --------------------- */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #14171f;
	border: 1px solid #333333;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #14171f;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #56647e;
	border: 1px solid #333333;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #14171f;
	border: 1px solid #333333;
	cursor: pointer;
	color: #FFFFFF;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #56647e;
	border: none;
	color: #FFFFFF;
	padding:2px;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #56647e;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	color: #FFFFFF;
	font-size:10px;
	background: #14171f;
	border: 1px solid #333333;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	color: #FFFFFF;
	font-size:10px;
	background: #14171f;
	border: 1px solid #333333;
	}

