A {
    text-decoration: none;
}

A:link {
    color:           #3366cc;
    text-decoration: none;
}

A:visited {
    color:           #663399;
    text-decoration: none;
}

A:active {
    color:           #66cc66;
    text-decoration: none;
}

a:hover {
	color: 		#003399;
	/* font-weight: bold; */
	text-decoration: underline;
} 

BODY, TD, CENTER, P {
	background:	white;
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   11px;
    color:       #222222;
}

.body {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color:       #222222;
//    text-align: justify;
}

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

.disclaimer {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #777777;
}

.error {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #990000;
    font-weight: bold;
}

.filebrowser {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #000000;
}

.form {
    font-family: Courier, "Courier New";
    font-size:   10px;
}

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

.instr {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    font-weight: bold;
}

.label {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #000000;
}

.message {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
}

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

.bigtimes {
    font-family: "Times New Roman", Times, serif;
    font-size:   22px;
    color:       #000000;
}












* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

.big_text {
	color: #434343;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
}

.big_emphasis {
	color: #000000;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
}

.body_text {
	color: #434343;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.body_text_dark {
	color: #000000;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.body_emphasis {
	color: #000000;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.label_2 {
	color: #434343;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.label_emphasis {
	color: #000000;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.label_small {	
	color: #000000; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.label_ghost {
	color: #999999;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.caption {	
	color: #666666; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}	

.caption_light {	
	color: #999999; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.caption_dark {	
	color: #434343; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.button_label {
	color: #FFFFFF;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;	
}

.button_label_dim {
	color: #EDEDED;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;			
}

.error_data {
	color: #FF6010;
	font-weight: bold;
}

.error_condition {	
	color: #000000; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}




.cal_heading {	
	color: #3E3E3E; 
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.mail_captions {	
	color: #FFFFFF; 
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}


.indent {
	padding: 10px;
	font-style: italic;
}


.gray {color: #999999;}	
.blue {color: #84C8F9;}	
.teal {color: #60CDCD;}	
.green {color: #66B522;}	
.yellow {color: #FFCA3B;}	
.mauve {color: #CE95B8;}
.orange {color: #FF9900;}	




#sidebar {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #eeeeee;
}


#floatleft {
float: left;

}


#floatright {
float: right;

}


#floatleftpadded {
float: left;
padding: 0 10px 10px 0;
}


#padded {
padding: 0 10px 10px 10px;
}



#block_1 {
background-image: url(/images/programs_full.jpg); background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
font-weight: bold;
vertical-align: top;
}


#block_2 {
background-image: url(/images/aquahol_full.jpg); background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
font-weight: bold;
vertical-align: top;
}


#block_3 {
background-image: url(/images/sweetsorghum_full.jpg); background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
font-weight: bold;
vertical-align: top;
}


#block_4 {
background-image: url(/images/ecocars_full.jpg); background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
font-weight: bold;
vertical-align: top;
}

#greycell {
background-color: #f9f9f9;
border: solid;
border-width: thin;
border-color: #dddddd;
padding: 10px;

}


#lightgrey {
background-color: #f8f8f8;
}

#darkgrey {
background-color: #f4f4f4;
}

#ref1 {
border: solid;
border-width: thin;
border-color: #880000;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
width: 750px;
height: 400px;
}