body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #ffffff;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
h1 {
	margin:1.2em 0 1.2em 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #00386e;
}
h2 {
	margin:1.1em 0 1em 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #00386e;
}
h3 {
	margin:1em 0 0.5em 0;
	color: #00386e;
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	margin:1em 0 0.2em 0;
	color: #00386e;
	font-size: 1em;
	font-weight: bold;
}
h5 {
	margin:1em 0 0 0;
	color: #00386e;
	font-size: 1em;
	font-weight: bold;
}
.nbhead {
	color: #00386e;
	font-weight: bold;
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}


/*##########################################

	Layout Styles
	
##########################################*/

#banner, #bannersub, #header, #headersub {
	position:relative;
	z-index:1; /* to make sure banner is above navigation */
	background-color: #00386e;
	height: 130px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#bannersub, #headersub {
	height: 91px;
	white-space:nowrap;
}
#banner #areatitle, #bannersub #areatitle, #header #areatitle, #headersub #areatitle {
	float: left;
	position:absolute;
	margin: 0px;
	padding: 0px;
}
#banner #ecu, #bannersub #ecu, #header #ecu, #headersub #ecu {
	float: right;
	margin: 0px;
	padding: 0px;
}
#topbox { /*ECU submenu bar for sitemap, search etc links*/
	background:#f8c752;
	padding:0px;
	font-size:12px;
	overflow:hidden;
}
#topbox img {
	vertical-align:middle;
}
.breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#f8c752;
}
.breadcrumbs a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#content {
   margin-left:156px;/*to position the content area to the right of the navigation*/
}
#main .readable {
	margin:14px; /*breathing space for the text*/
	max-width:750px;
	width:expression(parseInt(document.body.clientWidth) > 940 ? "750px" : "auto" ); /*max-width for IE*/
}
#main .readable2 {
	margin-left:14px; /*breathing space for the text*/
	max-width:950px;
	width:expression(parseInt(document.body.clientWidth) > 1140 ? "950px" : "auto" ); /*max-width for IE*/
}
#main .imageBlock {
	margin:14px;
	white-space:nowrap;
}
#main .imageBlock img {
	margin:2px;
}
table.infoBox {
}
table.infoBox th {
	padding:10px 0 10px 0;
	font-size:14px;
}
table.infoBox td.info {
	padding:0 14px 0 14px;
}
table.infoBox td.topLeft {
	background-image:url(/fas/_global/images/top-left-corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:18px !important;
	height:18px !important;
}
table.infoBox td.topRight {
	background-image:url(/fas/_global/images/top-right-corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:18px !important;
	height:18px !important;
}
table.infoBox td.bottomLeft {
	background-image:url(/fas/_global/images/bottom-left-corner.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:18px !important;
	height:18px !important;
}
table.infoBox td.bottomRight {
	background-image:url(/fas/_global/images/bottom-right-corner.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:18px !important;
	height:18px !important;
}
#main a.backButton {
	clear:both;
	display:block;
	width:200px;
	margin-top:30px;
}
#main, #main td, #main p, #main ol, #main ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#main .boldText {
	font-weight:bold;
	color: #00386e;
}
#main p, #main ol, #main ul {
	margin-top:0;
}
#main li {
	margin-bottom:1px;
}
#navigation {
	position:absolute;/*The navigation on the left side, positioned absolutely*/
	z-index:0;
	left:0;
	top:0;
   width:156px;
	height:100%;
	border-right:1px solid #efefef;
}
#footer {
	padding:40px 20px 20px 20px;
	clear:both;
	font-size:12px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer .pageurl {
	color:#888888;
}
#footer a, #topbox a {
	color: #00386e;
	text-decoration: none;
}
#footer a:hover, #topbox a:hover {
	color: #b31b34;
	text-decoration: underline;
}

/*##########################################

	Navigation Styles

##########################################*/
#nav-list {
	margin-top:91px; /*clear header*/
	padding:19px 0 0 0;
	background-color:#FFFFFF;
	line-height:normal; /*line-height set to normal for NN 4.xx*/
	font-size:1.2em;
}
#nav-list ul {
	margin:0;
	padding:0;
	width:100%;
	font-size:12px;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
}
#nav-list li {
	margin:0;
	padding:0;
	list-style: none;
	border-bottom:1px solid #efefef;
}
#nav-list li a, #nav-list li a:link, #nav-list li a:visited {
	display:block;
	width:158px;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family: "Univers condensed", Arial, Helvetica,sans-serif;
	text-decoration: none;
	color: #003F6E;
}
.subMenuHead {
	display:block;
	width:146px;
	padding:5px;
	color: #373737;
	font-family: "Univers condensed", Arial, Helvetica,sans-serif;
	border-bottom:1px solid #efefef;
}
#nav-list .subMenu li a, #nav-list .subMenu li a:link, #nav-list .subMenu li a:visited {
	display:block;
	width:136px;
	padding:5px 5px 5px 15px !important;
	font-size:10px !important;
	text-indent:1px !important;
	font-family: "Univers condensed", Arial, Helvetica,sans-serif;
	text-decoration: none;
	color: #003F6E;
}
#nav-list li a:hover, #nav-list li a:active {
	color: #000000;
	background-color: #d6e7fb;
}
.linearNav {
	margin:20px;
}

.space{
	border-top:5px solid #efefef; !important;
	border-bottom:1px solid #efefef; !important;
}


/*##########################################

	Main Index Styles
 
##########################################*/

#infostrip {
	background-color:#FEC336;
	background-image:url(../../images/2005/bg_waves_FEC336.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	height: 182px;
}
#infostriptext {
	max-width:750px;
	width:expression(parseInt(document.body.clientWidth) > 750 ? "750px" : "auto" );
}
#infostriptext img {
	margin-right:20px;
}
#infostriptext h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	text-decoration:none;
	color:white;
	padding:10px 0 0 0;
	margin:0;
}
#infostriptext p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-decoration:none;
	color:#00386e;
}
#search {
	position:absolute; 
	width:auto; 
	height: auto; 
	z-index:99; 
	right: 0px; 
	top: 131px; 
	padding: 5px 10px 10px 10px;
	background-color: #fec336; 
	border: 1px solid #000000;
	font-size:1.2em;
}
#searchlink {
	position: absolute;
	right: 0px;
	top: 131px;
	text-align: right;
	font-size:1.2em;
	font-weight: bold;
	padding: 5px;
}
#searchlink a { 
	color: white;
	text-decoration:none;
}

#searchlink a:hover {
	text-decoration:underline;
}
#navcolumns {
	width:100%;
	border-bottom:1px solid #00386e;
}
#navcolumns ul, #navcolumns {
	background-color:#F4F4F4;
}
#navcolumns div {
	float:left;
	width:25%;
	overflow:hidden;
	line-height:normal;
}
#column3, #column4 {
	margin-left:-1px;
}
#navcolumns .clear {
	display:block;
	clear:both;
	width:100%;
	visibility:hidden;
}
#navcolumns h3 {
	margin:0;
	padding:0.4em;
	background-color: #00386e;
	background-image: url(../../images/2005/blue_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
#navcolumns h3.quick {
	background-color: #B31B34;
	background-image: url(../../images/2005/red_gradient.gif);
}
#navcolumns ul {
	margin:0;
	padding:0 0 1em 0;
	font-size: 1.2em;
}
#navcolumns li {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #F4F4F4;
}
#navcolumns a {
	color: #00386e;
	text-decoration: none;
	display:block;
	padding: 0.5em;
}
#navcolumns li a:hover, #navcolumns li a:active {
	background-color:#CCD7E2;
	color:black;
	text-decoration:none;
}

/*#####################
 LoginBox Styles
#####################*/

#loginBar {
	background-image:url(/fas/images/chromeBG2.gif);
	background-repeat:repeat-x;
	background-color:#E7E7FF;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:1px;
	padding:3px 7px 3px 7px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:bold;
}
.loginBox {
	background-color:#ebebeb;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15%;
	margin-bottom:15%;
}
.loginTitle {
	font-size:14px;
	font-family:Geneva,Arial,Helvetica;
	font-weight:bold;
	color:#33658B;
	border-bottom:1px dashed #666666;
	text-align:left;
}
.loginBox td {
	font-size:12px;
}
input.login, input.password {
	width:150px;
	border:1px solid black;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px dashed #000000;
	background-color:#FFFFFF;
	padding: 3px 15px 3px 15px;
}
input.submit:active {
	border: 1px solid #000000;
}
#logout {
	background-image:url(/fas/images/chromeBG2.gif);
	background-repeat:repeat-x;
	background-color:#E7E7FF;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:1px;
	padding:3px 7px 3px 7px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:bold;
}


/*##########################################

	Media Styles
 
##########################################*/

@media print {
	#navigation { 
		display: none;
	}
	#content { 
		margin-left: 0px;
	}
	#main {
		margin:0;
	}
}