
/*Template*/

html {
	font-size: 100%;
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 0.625em; /* 1em = 10px */
	font-family: Arial, sans-serif;
	height: 100%;
}

#page {
	text-align: left;
	margin-left: 10px;
	height: 100%;
}

#template {
	width: 100%;
	height: 100%;
}




/*Tags*/

table {
	padding: 0px;
	border-spacing: 0px;
}

td, th { 
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

img {
	border: 0px;
}

form {
	display: inline;
}

h1 {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
	margin-top: 0em;
	color: #e40000;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	color: #0c4883;
}

h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #5a7b9c;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.167em;
	line-height: 1.333em;
	color: #005395;
	display: inline;
}

ul, ol {
	margin-top: 0em;
	padding-left: 20px;
	margin-left: 20px;
	list-style-type: circle;
}

li {
	line-height: 1.364em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #ed1b2d;
}

a:hover {
	text-decoration: underline;
	color: #2d5187;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.super {
	font-size: 63%;
	vertical-align: super;
	line-height: 60%;
}



/*Header*/

#top_space {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

#header {
	height: 153px;
	background-image: url(../images/common/header_back.gif);
	background-repeat: repeat-x;
}

#header_banner {
	width: 730px;
	height: 153px;
}

#logo {
	width: 141px;
	height: 98px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 65px;
}



/*Menu*/

#menu_row {
	height: 26px;
	background-image: url(../images/common/menu_top.gif);
	background-repeat: no-repeat;
}

#menu_margins {
	padding-left: 85px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
}

#menu_margins a {
	display: block;
	width: 155px;
}

#menu_spacer {
	height: 34px;
	width: 155px;
}

#menu_bottom {
	height: 10px;
	width: 19px;
}


/*Content*/

#content {
	background-image: url(../images/common/menu_back.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#content_margins {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	padding: 4px 30px 30px 30px;
}

#task_order {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 8px;
}

#task_order th {
	vertical-align: bottom;
	text-align: center;
	border-bottom: 1px solid #234257;
	background-color: #d7e4ed;
	font-weight: bold;
	padding: 5px;
	color: #234257;
}

#task_order td {
	text-align: center;
	vertical-align:top;
	border-bottom: 1px solid #b7c3cc;
	padding: 5px;
	color: #666666;
}

#functional {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 8px;
}

#functional th {
	vertical-align: bottom;
	border-bottom: 1px solid #234257;
	background-color: #d7e4ed;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #234257;
}

.functional_head_col {
	text-align: center;
}

.functional_head_mission {
	text-align: left;
}

#functional td {
	vertical-align: top;
	border-bottom: 1px solid #b7c3cc;
	padding: 5px 10px 5px 10px;
	color: #666666;
}

.functional_col {
	white-space: nowrap;
	text-align: center;
}

.functional_mission {
	text-align: left;
	white-space: normal;
}


#workforce {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 8px;
}

#workforce th {
	vertical-align: bottom;
	border-bottom: 1px solid #234257;
	background-color: #d7e4ed;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #234257;
}

.workforce_head_col {
	text-align: center;
}

.workforce_head_desc {
	text-align: left;
}

.workforce_head_center {
	text-align: center;
	white-space: nowrap;
}

#workforce td {
	vertical-align: top;
	border-bottom: 1px solid #b7c3cc;
	padding: 5px 10px 5px 10px;
}

.workforce_col {
	text-align: left;
	color: #666666;
}

.workforce_desc {
	text-align: left;
	color: #666666;
}

.workforce_name {
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #225170;
}

.workforce_school {
	text-align: center;
	color: #666666;
}

.workforce_center {
	text-align: center;
	color: #666666;
}



/*Forms*/

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	width: 350px;
	padding-left: 3px;
	padding-right: 3px;
}

form h3 {
	margin-top: 0em;
	line-height: 18px;
}

.forminput {
	font-size: 11px;
	line-height: 18px;
	margin-right: 5px;
	text-align: left;
	vertical-align: middle;
}

.forminput b {
	color: #486996;
}

.forminputtext {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
	float: left;
}

.formlabel {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.disclaimer_buttons {
	position: absolute; 
	right: 0px;
	bottom: 2px;
	width: 330px;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}

.formlabel_error {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	width: 350px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

.formfield_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
	width: 350px;
	background-color: #ffebeb;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

.formfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	width: 100px;
	padding-left: 3px;
	padding-right: 3px;
}

.formfieldsmall_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
	width: 100px;
	background-color: #ffebeb;
	padding-left: 3px;
	padding-right: 3px;
}

.formselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
}

.formselect_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffebeb;
	border: 1px solid #b9b5e5;
	color: #51516e;
}

.text_highlight {
	color: #456799; 
	font-weight: bold;
	margin-left: 5px;
	/* visibility: hidden; */
}

.text_highlight_error {
	color: #FF0000;
	font-weight: bold;
	margin-left: 5px;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #b2afd5;
	border: 1px solid #425d87;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.formbuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #7b95bc;
	border: 1px solid #425d87;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.primarybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #456799;
	background-color: #beffbe;
	border: 1px solid #425d87;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.primarybuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #174b99;
	background-color: #8cff8c;
	border: 1px solid #425d87;
	padding: 0px;
	width: 11em;
	height: 2em;
}


/*Footer*/

#footer_bar {
	height: 10px;
	background-color: #666666;
}

#footer {
	height: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

#footer_menu {
	float: right;
	font-size: 0.7em; 
	line-height: 1.1em;
	display: inline;
	text-align: right;
	margin-top: 3px;
	padding-bottom: 5px;
	margin-right: 9px;
}

#footer_menu a {
	margin-left: 13px;
	white-space: nowrap;
}

#copyright {
	float: left; 
	margin-top: 3px;
	padding-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.1em;
	font-family: Arial, sans-serif;
	color: #666666;
	display: inline;
	white-space: nowrap;
}

