@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 130%;
	background:#727272 url(images/bg.gif) fixed center repeat-x; 
	text-align:center;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	min-width:770px;
}
li {
	margin-bottom: 0.5em;
}
p {
	margin-top: 4px;
	text-align: left
}
ul, ol {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
}
h1 {
	color: #4E0100;
	font-size: 125%;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	text-align: center;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
a {
	color: #255900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.noUnderline {
	text-decoration: none;
}
#wrapper {
	margin: 25px auto;
	background-color: #FFFFFF;
	text-align: left;
	float: none;
	width: 770px;
	border: 5px solid #888888;
}
#masthead {
	text-align: center;
	margin: 15px;
}
.logout {
	text-align: right;
	margin: 0px 15px;
	font-weight: bold;
}
#content {
	width: 670px;
	margin: 15px 50px;
}
#content blockquote, #content blockquote p {
	text-align: center;
	margin-bottom: 25px;
}
#content table {
	margin: 15px auto;
}
input#UserName, input#Password, input#UserNameNew, input#PasswordNew, input#PasswordVerify, {
	width: 12em;
}
#leftCol {
	border-right: 2px solid #CCCCCC;
	float: left;
	width: 334px;
	margin: 0px;
}
#rightCol {
	float:right;
	width:334px;
	margin: 0px;
}
#leftCol form, #rightCol form  {
	margin: 10px 25px;
}
#leftCol h1, #rightCol h1  {
	text-align: center;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E0100;
}
#footer {
	clear: both;
	height: 10px;
	background-color: #FFFFFF;
}
hr {
	color: #CCCCCC;
	width: 500px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	height: 1px;
	display: block;
	border: none;
}
pre {
	font-size: x-small;
	text-align: left;
}
.notice, .notice a, .red {
	color: #CC0000;
}
.green {
	color: #398800;
}
div.notice {
	margin: 15px auto;
	padding: 5px 35px;
	text-align: left;
	border: 1px solid #CC0000;
	background-color: #FFDFDF;
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
div.notice p {
	margin: 6px 0px;
}
.charLimit {
	text-align: right;
	margin-bottom: 0.6em;
	color: #666666;
}
form#appForm {
	margin: 20px;
}
form#appForm table {
	margin: 0 auto;
}
form#appForm td {
	padding: 2px 4px;
}

#submit, #submitNew, #submitEdit, #save, #print, .saveButton {
	background-color: #255900;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
#submit:hover, #submitNew:hover, #submitEdit:hover, #save:hover, #print:hover, .saveButton:hover {
	background-color: #398800;
}
.save, .saveButton {
	margin-bottom: 0.7em;
}
.saveButton {
	font-size: 100%;
}
.submitArea {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.submitArea form {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.disabled {
	color: #666666;
}
table#appList {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
table#appList th {
	font-weight: bold;
}
table#appList th, table#appList td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
.pdfIcon {
	margin-right: 2px;
	clip: rect(auto,auto,auto,auto);
	vertical-align: text-bottom;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
table.budget {
	width: 500px;
}
td.fieldNames {
	font-weight: bold;
	padding: 5px;
	text-align: right;
}
td.fieldNamesTopBorder {
	font-weight: bold;
	border-top: 1px solid #000000;
	padding: 0px 2px 6px 0px;
	text-align: left;
}
td.questions {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
td.fieldData, p.fieldData {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	text-align: left;
}
td.fieldData {
	padding-left: 0px;
}
td.fieldData p, p.fieldData {
	margin: 5px 5px 5px 0px;
}
td.fieldData p.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p.fieldData {
	margin-bottom: 15px;
}
.checkBoxPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding: 0px 2px;
	border: 1px solid #000000;
}
.noBold {
	font-weight: normal;
}
.noBullet {
	list-style-image: none;
	list-style-type: none;
}
h4 {
	font-size: 120%;
	color: #4E0100;
}

