body {
margin-top:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:left;

}

@font-face {
    font-family: Helvet;
    font-style:  normal;
    font-weight: normal;
    src: url(HELVETI0.eot);
}

.helvet{
	font-family: helvet, Verdana, 'Small Fonts', sans-serif;
	font-size: 10px;
	color: #ffffff;
	
}

.casestudyheader{
	font-family: helvet, Verdana, 'Small Fonts', sans-serif;
	font-size: 12px;
	color: #ffffff;
}

/*CSS MENU START*/

.underlinemenu{
font-size:12px;
font-weight:bold;
color: #d3d3d3;
padding: 6px 3px 4px 400px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 30px; /*spacing between each menu link*/
text-decoration: none;
text-align:center;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 25px; /*spacing between each menu link*/
text-decoration: none;
border-top: 3px solid; /*bottom border is 3px*/
border-top-color:#666666;
}

.underlinemenu ul li a:hover{
border-top-color:#cccccc;
color:#c3dc12;
}

.underlinemenu ul li a.selected{
border-top-color:#cccccc;
color:#c3dc12;
}

/* CSS MENU END*/


a {
text-decoration:none;
color:#c3dc12;
}

.greenheader{
color:#c3dc12;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold
}

.eventdates {
font-weight:bold;
font-size:18px;
color:#989898
}

.highlightsub {
font-size:18px;
color:#4E4A72;
font-weight:bold
}

.highlightheader{
font-size:24px;
color:#4E4A72;
font-weight:bold
}

.highlighwhite2{
font-size:18px;
color:#FFFFFF;
font-weight:bold
}

.highlighwhite{
font-size:12px;
color:#FFFFFF;
font-weight:bold
}

.highlighwhite a{
color:#FFFFFF;
font-weight:bold
}

.sponsorleft {
font-size:11px;
font-weight:bold;
color: #666666}

.footer {
font-size:12px;
color:807d74;
padding:10px
}

.footer a {
text-decoration:none;
color:#807d74;
}

img.floatLeft { 
float: left;
}

img.floatRight { 
float: right;
}


