body, html {
	height: 99%;
	font-family: tahoma, sans;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
td, div {
	font-family: tahoma, sans;
	font-size: 10pt;
}
table.main { 
	width: 100%; 
	height: 100%; 
}

#page {
	position: relative;
	min-height: 98%;
}
#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 3px; 0px;
	background-color: white;
	font-family: verdana, sans;
	font-size: 200%;
	color: #005b24;
}
td.content { 
	vertical-align: top; 
	text-align: left;
	height: 100%; 
}
#content {
	min-height: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
}
#main-content {
	margin-left: 170px;
	margin-top: -107px;
}
* html #page {
	height: 100%;
}
#footer {
	position: relative;
	height: 20px;
	margin-top: -15px auto 0 auto;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color:#ffffff;
	color: #005b24;
}

#menu {
	margin-top: -3px;
	width:150px;
	height: 100%;
	background-color:#CBDCDC;
	border-right:1px dashed #999;
	line-height:25px;
}
#menu ul  {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#menu li  {
	display: block;
	padding:0px;
	margin:0px;
}
#menu  li a {
	display: block;
}
#menu li a:link,
#menu li a:visited {
	text-decoration:none;
	font-weight:bold;
	width: 150px;
	margin:0;
	color: #000000;
}
#menu li a:hover {
	width: 150px;
	background-color:#82ABAB;
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.selectedTab {
	width: 150px;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
}


div.error { color: red; }
table.login { border: 1px black solid; background-color: #aaaaaa; }
div.address { font-size: 110%; font-weight: bold; margin-top: 15px; margin-bottom: 15px; }
div.nonprofit_statement { font-style: italic; font-size: 75%; }
table.application_header { font-weight: bold; font-size: 20px; border: 1px solid black; text-align: center; padding: 3px; margin-top: 5px; margin-bottom: 10px; width: 800px; }
.application { border: 1px solid black; width: 800px; padding: 2px; }
.application_noborder { width: 800px; }
td.caption { font-weight: bold; text-align: right; }
td.left_align_caption { font-weight: bold; text-align: left; };
td.input { text-align: left; }
table.evaluation { border: 1px black solid; border-collapse: collapse; margin-bottom: 10px; }
.evaluation td { border: 1px black solid; text-align: center; padding: 3px; width: 75px; }
td.evaluation_caption { width: 300px; text-align: right; font-weight: bold; padding-right: 10px; }
table.application_list { border: 1px black solid; border-collapse: collapse; margin-bottom: 10px; }
.application_list th { border: 1px black solid; background-color: #cccccc; }
.application_list td { border: 1px black solid; text-align: center; padding: 3px; }
.application_ul { margin-top: -2px; }
#essay1 { width: 800px; height: 400px; margin-top: -15px; }
#essay2 { width: 800px; height: 200px; margin-top: -15px; }

