@charset "utf-8";
/* CSS Document */

body {
 background-color: #ffffff;
 background-image: url(/images/splash_bg.jpg);
 background-repeat:repeat-x;
 margin: 0px;
 padding: 0px;
 width:100%;
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #002c45;
}

#horzBand{
	width:100%;
	height: 550px;
}

#mainGraphic{
	text-align:center;
	position:absolute;
	width:100%;	
	height: 316px;
	top: 137px;
}

a {
 color: #002c45;
 background-color: transparent;
 font-weight: normal;
 text-decoration:none;
}

a:hover {
 text-decoration: underline;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}
