/* Universal Styles */
/*#DEBE83 - yellow
#003366 - blue
#C69D66 - tan*/

body {
	background-color: rgb(0, 51, 102);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(255, 255, 255);
}
/*Navigation Links*/
#navLinks a:link, #navLinks a:visited {
	display: block;
	border-top: transparent 1px solid;
	border-bottom: transparent 1px solid;
	padding: 4px 0px 3px 6px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#navLinks a:hover {
	display: block;
	border-top: rgb(0, 0, 0) 1px solid;
	border-bottom: rgb(0, 0, 0) 1px solid;
	background-color: transparent;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: rgb(176, 216, 255);
}
.navLinksYouarehere {
	display: block !important;
	border-top: rgb(0, 0, 0) 1px solid !important;
	border-bottom: rgb(0, 0, 0) 1px solid !important;
	border-left: rgb(102, 153, 0) 1px solid !important;
	border-right: rgb(102, 153, 0) 1px solid !important;
	background-color: rgb(155, 120, 0) !important;
	font-size: 9pt !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: rgb(255, 255, 255) !important;
}
/* Form styles */
#form-category {
	padding: 3px 3px 3px 3px;
	border: rgb(255, 255, 255) 1px solid;
	background-color: rgb(238, 238, 238);
	font-weight: bold;
	color: rgb(0, 0, 0);
}
#form-input input {
	margin-right: 5px;
	padding: 3px 3px 3px 3px;
	border: rgb(0, 0, 0) 1px dotted;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
