/****** IALS EAGLE-I CSS *******/

/* main html */


body   {
   
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding:-0px;
	width:990px;
	
	}

/*html>body {
	
	height:auto;
	width:auto;
	min-width: 90%;
	min-height:90%;
	
}*/

h1 {
	font-size: 110%;
	font-weight: bolder;
	color: #395973;
	display: inline;

}

h2 {

	font-size: 90%;
	font-weight: bolder;
	color: #395973;
	display: inline;
		
}


h3 {
	
	font-size: 80%;
	font-weight: bolder;
	font-style: italic;
	color: black;
}

h4 {
	
	font-size: 80%;
	font-weight: bolder;
    font-style: normal;
	color: black;
}

/***** Main Links *****/

a:link {

	text-decoration: none;
	color: #004672;
}

a:visited {

	text-decoration: none;
	color:#004672; 
}

a:hover {
	
	text-decoration: underline;
	color: #9F0000;
}

/***** PAGE WRAPPERS *****/

#centered {
	
	text-align: center;
	vertical-align: middle;
	height: 100px;
	/*width:100%;*/
	/*border: 1px solid blue;*/
}

#wholepage {
	
	/*position:  relative;*/
	/*background-color: white;*/
	/*background-color: #a8ced7;*/
	 width: 100%;
	/*font-size: 100%;*/
	/*border: 1px solid red;*/
	
	
}

/***** ACCESSIBILITY BAR *****/

#accessibility {

	background-image: url(../images/banner_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#efefef;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	height: 15px;
	width: auto;
	
}

#accessibility ul {
	
	list-style-type: none;
	list-style-image: none;
	padding:0px;
	margin: 0px;

}

#accessibility ul li {
	
	display: inline;
	padding-left: 20px;
	padding-right: 5px;
	
}

#accessibility a:link {
	
	text-decoration: none;
	color: white;
}


#accessibility a:visited {
	
	text-decoration: none;
	color: white;
}

#accessibility a:hover {
	
	text-decoration: none;
	color: #9F0000;
}


/***** BANNER *****/


#banner {
	
	background-color:#395973;
	height: 90px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	margin:0px;
	width: auto;
	/*border: 1px solid red;*/
	
}


#banner .logo {

	float: left;
	height: 68px;
	padding-top: 10px;
	padding-right: 10px;
	/*border: 1px dotted red;*/
}

#banner .masthead {
	
	float: left;
	height: 68px;
	width: 28%;
	text-align: left;
	padding-top: 20px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	color: White;
	/*border: 1px dotted red;*/
	
}

#banner .subhead {
	
	float: left;
	height: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: White;
	/*border: 1px dotted red;*/
	
}

#banner .pictureHolder {
	
	float: right;
	/*height: 90px;
	width: 300px;*/
	/*padding:0px;
	margin:0px;*/
	/*border: 1px dotted red;*/
}

#banner .bannerImg {

	height: 90px;
	width: 300px;
	padding: 0px;
	margin: 0px;
	border: 0px;

}
#banner .textHolder {
	
	float: right;
	height: 90px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: White;
	background-color: #a8ced7;
	padding-right: 5px;
	/*border-left-color: #efefef;
	border-left-width:thin;
	border-left-style: solid;
	/*border: 1px dotted red;*/
}

#banner .textHolder a:link {

	text-decoration: none;
	color: #004672;
}

#banner .textHolder a:visited {

	text-decoration: none;
	color:#004672; 
}

#banner .textHolder a:hover {
	
	text-decoration: underline;
	color: #9F0000;
}

#banner  a:link {
	
	text-decoration: none;
	color: white;
}

#banner  a:hover {
	
	text-decoration: none;
	color: white;
}

#banner a:visited {
	
	text-decoration: none;
	color: white;
}


#banner ul {

	list-style-type: none;
	list-style-image: none;
	text-indent: -35px;
	 /*padding: 10px;*/
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 10px;
}

#banner ul li {

	line-height: 165%;
	/*padding-left: 5px;*/
	/*padding-right: 10px;*/
}

/***** BREADCRUMB TRAIL *****/

#breadcrumb {
	
	
	font-size: 80%;
	text-align: left;
	color: Black;
	padding: 2px 0px 0px 0px;
	background-color:#efefef;
   /*overflow: auto;*/
   	height: 20px;
	border-bottom-style: solid;
	border-bottom-color: white;
	/*border: 1px solid red*/
}

#breadcrumb .test {

	text-align: right;
	padding-right: 5px;

}

#breadcrumb ul {
	
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	margin: 0px;

}

#breadcrumb ul li {
	
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

/***** EAGLE-I CLASSES FOR PAGE TABLES *****/

.EagleMain{

	background-color: #ffffff;
	text-align: left;
	width: auto;
	border: 2px solid #efefef;
	border-collapse: collapse;

}

.EagleMain td  {

	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 10px;
	border: 2px solid #efefef;
		
}

.EagleMain tr {

	border-bottom-style: solid;
	border-bottom-color: #efefef;
}



.Eagle{

	background-color: #ffffff;
	text-align: left;
	width: auto;
	border: 2px solid #efefef;
}

.Eagle td  {

	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
}

.subEagle  {

	
	width:400px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	/*border-bottom-color: #ffffff;*/
}

.subEagle td  {

	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style:solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	background-color: #efefef;
	
}


.altTextContainer {
	
	background-color:#efefef;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	/*left:150px;*/
	margin-left:0px;
	margin-right: 0px;
	/*border-top-style: solid;
	border-top-color: white;*/

}

.textBuffer {
	
	
	background-color: #ffffff;
	text-align: justify;
	padding: 4px 4px 4px 4px;
	/*left:150px;*/
	margin-left: 150px;
	margin-right: 150px;
	border-left-style: solid;
	border-left-color: white;
	
	
}

/*****  FOOTER *****/

#buffer {
	
	/*background-color: #CC99FF;*/
	background-color: white;
	height: 10px;
	left: 0px;
	width: auto;
	padding: 4px 4px 4px 4px;
	/*border: 1px solid purple;*/
	clear: both;
	
}

#footer {
	
	background-color: #efefef;
	text-align: center;
	padding: 2px 2px 2px 4px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	height: 15px;
}

#footer ul {
	
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
		
}

#footer ul li {
   
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}

/***** End Footer *****/

