@charset "utf-8";
/* layout */
#header {width: 980px;margin: 20px auto 0px;}
#supertainer {width: 1000px;margin: 0px auto 20px;background: url(images/bgShadow.gif) repeat-y;}
#mainTop {height: 18px;	background-image:url(images/bgMaintop.gif)}
#mainBot {height: 21px;	background-image:url(images/bgMainbottom.gif)}
#blueLogo {background-image:url(images/bluebox.gif); height: 132px;}

.blueboxTop {height: 9px;margin-top: 10px;background-image:url(images/bbRoundTop.gif);}
.blueboxBot {height: 9px; margin-bottom: 20px; background-image:url(images/bbRoundBottom.gif);}
.blueboxContent {text-align: center;background: #2E9CD8;padding: 5px 20px;}
.padding_l10 {padding: 0px 0px 0px 10px;}
.padding_l20 {padding: 0px 0px 0px 20px;}

/* styles */
body {background: #485561}
a:link {color: #666;text-decoration: underline;}
a:active {color: #0660ad;text-decoration: underline;}
a:visited {color: #999;text-decoration: none;}
a:hover {color: #F60;text-decoration: none;}
.setBlue a:link {color: #FFF;text-decoration: underline;}
.setBlue a:active {color: #F00;text-decoration: underline;}
.setBlue a:visited {color: #A8E0FF;text-decoration: none;}
.setBlue a:hover {color: #FFF;text-decoration: none;}
.accent {color: #F00;}
.divider {padding: 20px 0px;}
#bgBlue  {background: #0086D0;margin: 0px 10px;}
#bgWhite  {background: #FFF url(images/brandImg.gif) no-repeat left bottom;margin: 0px 10px;}
#formSubmit {
	cursor: pointer; /* hand-shaped cursor */
	background-color: transparent;
	background-image: url(images/formSubmit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 59px;
	border: none;
}

/* type */
body {font: 0.8em Arial, Helvetica, sans-serif;}
p {line-height: 1.4em;padding-top: 5px;padding-bottom: 5px;}
#bgBlue p{
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 0px;
}
#bgBlue {color: #a1d2ee;font: 0.9em Arial, Helvetica, sans-serif;}
.bluebox {color: #ffffff;}
