/* style for regular links on entire page*/

p {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	}
li {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	}
	
ol {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	}
	
ul {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	}	

a {
	text-decoration: underline;
	font-weight:normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1em;
}

/* style for top navigation links*/
a.toplinkstyle {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
}

a:hover.toplinkstyle {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1em;
}

.CurrentPage {
	color: #078545;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* style for the links to the sponsors on exhibitors page*/

a.sponsorlinkstyle {
	text-decoration: none;
	font-weight:normal;
	color: #00000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
}

a:hover.sponsorlinkstyle {
	text-decoration: underline;
	font-weight:normal;
	color: #00000;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1em;
}

/* style for main text areas*/

a.maintextlinkstyle {
	text-decoration: none;
	font-weight:normal;
	color: #00000;
	font-family: Arial, Helvetica, sans-serif, Verdana;

}

a:hover.maintextlinkstyle {
	text-decoration: underline;
	font-weight:normal;
	color: #00000;
	font-family: Arial, Helvetica, sans-serif,Verdana;

}

.Maintext  {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	}
.Disclaimerstyle  {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: .75em;
}
.Maintextgreen {
	font-weight:bold;
	color: #6C9D30;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
}
.Maintextgreenbig {
	font-weight:400;
	color: #6C9D30;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 2.5em;
}
.Maintextblue  {
	font-weight:bold;
	color: #2AAFD8;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.2em;
}
/* style for links in the page footer*/
a.footerlinkstyle {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}	

a:hover.footerlinkstyle {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.footerstyle {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* This is styling for the learn more form

@charset "utf-8";
.inputField { width: 232px; }
#formTable td { padding-bottom: 10px; }
.formLabel {
	font-weight: bold;
	text-align: right;
}
.formLabelTop {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
legend {
	font-weight: bold;
	color: #046280;
	font-size: 1em4px;
	padding: 0 5px;
}
fieldset { padding: 10px; }
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	border: none;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: transparent;
}
*/

/* styling for the scrollbar, only works in IE*/
body {
scrollbar-arrow-color: #00C11A;
scrollbar-3dlight-color: #4F824F;
scrollbar-darkshadow-color: #4F824F;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #f5f5f5;
}
#container {
	padding-bottom: 25px;
}

