/*
***********************************************************************
Author:						Al Walser
Last Update:			11/19/08
Description:			style sheet
***********************************************************************
LOG CHANGES
***********************************************************************
Date			Initials		Change Description									
-----------------------------------------------------------------------

-----------------------------------------------------------------------
***********************************************************************
*/

body {
	background-color: #00539b;
	margin-top: 0px; margin-left: 0px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.topNav {
	background-image: url(../images/TopNav.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
}

#topNav a, a:link a:active, a:visited {
	color:#ffffff;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline
}

#topNav .button {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 35px;
	border: none;
	background: url(../images/goButton.jpg);
}

.bottomNav {
	color: #FFFFFF;
	font-size: 11px;
}

#bottomNav a, a:link a:active, a:visited {
	color:#ffffff;
	text-decoration: none;
}

#bottomNav a:hover {
	text-decoration: underline
}

.searchBox {
	font-size: 10px;
}

.whiteFooter {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}

h3 {
	color: #ff9900; 
}

h4 {
	color: #002576;
	font-size: 15px;
	font-weight: bold; 
}

.content{ 
	background-image: url(../images/content.jpg); 
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 18px;
}

#content .button {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 35px;
	border: none;
	background: url(../images/goButton.jpg);
}

#content .nextButton {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 35px;
	border: none;
	background: url(../images/nextButton.jpg);
}

#content .editButton {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 35px;
	border: none;
	background: url(../images/editButton.jpg);
}

#content .previewButton {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 52px;
	border: none;
	background: url(../images/previewButton.jpg);
}

#content .createButton {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	width: 50px;
	border: none;
	background: url(../images/createButton.jpg);
}

.commitButton {
	height: 18px;
	margin-left: 5px;
	margin-bottom: 4px;
	width: 50px;
	border: none;
	background: url(../images/commitButton.jpg);
}

#content a, a:link a:active, a:visited {
	text-decoration: underline;
	color: #000066;
}

input, select, button, textarea {
	font-family: sans-serif;
	font-size: 11px;
}

.asterisk {
	font-weight: bold;
	color: red;
}
