/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 780px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	background-color: #ffffff;
	}



#container
{
width: 780px;
height: 100%;
float: left;
background-color:#E3EAF6;
}

#container-red
{
width: 780px;
height: 100%;
float: left;
background-color: #F3E0DD;
}


#toplogo-blue
{
width: 780px;
height: 85px;
float: left;
background: url(images/etl_blue_top_strip-780.jpg) top  left no-repeat;
}

#toplogo-red
{
width: 780px;
height: 85px;
float: left;
background: url(images/etl_red_top_strip-780.jpg) top  left no-repeat;
}

#leftcontainer
{
width: 480px;
height: 100%;
float: left;
text-align: left;
background-color: #FFFFFF;
}

#leftcontainer p
{
margin: 7px 25px 7px 40px;
font-size: 12px;
}

#leftcontainer p a
{
text-decoration: none;
color: #B30538;

}

#rightcontainer
{
width: 300px;
height: auto;
float:left;
padding-top: 10px;
text-align: left;
}

#rightcontainer p
{
margin: 0 0 0 25px;
font-size: 12px;
}


#rightcontainer img
{
margin-left: 25px;
margin-bottom: 10px;
margin-top: 17px;

}

#navbar
{
width: 445px;
height: 15px;
padding-left: 35px;
padding-top: 25px;
padding-bottom: 35px;
float: left;
background-color: #ffffff;
text-align: left;
font-size: 14px;
color: #45555F;

}

#navbar a
{
text-decoration: none;
color: #45555F;
margin-right: 30px;
}

#navbar img
{
vertical-align: middle;
}
h1
{
margin: 0 0 20px 30px;
padding: 0 0 0 0;
font-size: 22px;
color: #0078C1;
font-weight: normal;
}

.redtext
{
font-size: 16px;
color: #B30538;
}

.bluetext
{
font-size: 16px;
color: #0078C1;
}

h2
{
margin: 0 0 10px 40px;
padding: 0 0 0 0;
font-size: 12px;
color: #0078C1;
font-weight: bold;
}

#services-nav
{
width: 405px;
height: 40px;
float: left;
padding-left: 40px;
font-size:14px;
}

#services-nav a
{
text-decoration: none;
margin-right: 15px;
}

#services-nav img
{
vertical-align: middle;
}

.bluelink
{
color: #0078C1;
}

.bluelink a
{
color: #0078C1;
}

.greylink
{
color: #45555F;
}

.greylink a
{
color: #45555F;
}

.singlefield
{
background-color: #C7D8F0;
border: 1px solid #4D85BE;
}

td
{
font-size: 12px;

}

.redbutton
{
width: 70px;
height: 25px;
background-color: #B30538;
color: #FFFFFF;
}

ul
{
font-size: 12px;
margin-left: 55px;
}

ul a
{
text-decoration: none;
color: #B30538;

}

.red
{
color: #B30538;
}

