body { 
	font-family: Verdana;
	font-size: 10pt; 
	color: black;
	background-color: #ddddbf;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.bottom_gray {
	border-bottom: 7px solid #444444;
	background-color: #cc9933;
}

.top_gray {
	border-top: 7px solid #444444;
	background-color: #cc9933;
}

.menu { 
	font-size: 8pt;
	color: white;
}

.menu a:link, .menu a:visited { 
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #cccc99;
}

.main {
	border-left: 1px solid #669900;
	border-right: 1px solid #669900;
	font-size: 10pt;
	line-height: 130%;
}

.main a:link, .main a:visited {
	color: black;
	text-decoration: underline;
}

.main a:hover {
	color: white;
	background-color: #669900;
	text-decoration: underline;
}

.contact {
	font-size: 7pt;
	color: #444444;
}

.contact a {
	color: #444444;
	text-decoration: none;
}

.contact a:hover {
	color: white;
	text-decoration: none;
	background-color: #669900;
}

.content {
	font-size: 8pt; 
	line-height: 130%;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
}

.content a:link, .content a:visited { 
	color: black;
	text-decoration: underline; 
}

.content a:hover {
	color: white;
	text-decoration: none;
	background-color: #669900;
}

.page_head { 
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	line-height: 130%;
	color: #cc6600;
	padding-top: 5px;
	padding-bottom: 5px; 
}

.large_head { 
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	line-height: 130%;
	color: #cc6600;
	padding-top: 5px;
}

.small_head {
	color: #cc6600;
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 130%; 
	padding-bottom: 5px; 
	padding-left: 5px;
}

.frame {
	width: 100%;
	height: 300px;
	overflow: auto;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed gray;
	background-image: url(/images/background.gif);
	color: #444444; 
	line-height: 130%;
	padding: left: 10px;	
	
}

.project_title { 
	font-family: Georgia; 
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 130%; 
	margin-top: 3px; 
	padding-bottom: 5px;
}

.project_company { 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	line-height: 130%; 
}
 
.project_description { 
	font-family: Verdana; 
	font-size: 8pt; 
	line-height: 130%;
	padding-bottom: 10px; 
}

.secondary_text { 
	font-size: 8pt; 
	line-height: 130%;
	color: #444444; 
	padding-right: 5px;
}

.board_head {
	color: #669900;
	font-weight: bold; 
	font-size: 11pt; 
	line-height: 130%; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 20px;
}

.board_text {
	font-family: Georgia;
	font-size: 10pt;
	color: #222222;
	text-indent: 2em;
	line-height: 140%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}

.board_list {
	font-family: Georgia;
	font-size: 10pt;
	color: #222222;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}

/* SIGNUP FORM STYLES */

.number {
	font-size: 16pt;
	font-weight: bold; 
	color: #669900;
	border-top: 1px solid #669900;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.header {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	border-top: 1px dotted silver;
	padding-right: 3px;
	padding-bottom: 12px;
	margin-bottom: 18px;
} 

.required {
	font-size: 10pt;
	background-color: #FFEBCD;
	border: 1px solid #cc9933;
	border-left: 5px solid #cc9933;
	margin-left: 3px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.optional {
	font-size: 10pt;
	border: 1px solid silver;
	border-left: 5px solid silver;
	background-color: #EBEBEB;
	margin-left: 3px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.label {
	font-size: 8pt;
	color: #444444;
	padding-left: 5px;
	padding-bottom: 6px;
}

.signup_project_title { 
	font-family: Georgia; 
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 130%; 
	margin-top: 3px; 
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.signup_project_description { 
	font-family: Verdana; 
	font-size: 8pt; 
	line-height: 130%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #669900;
	margin-bottom: 15px;
}







