/* General */
*a { position:relative;  } 
form { position:relative; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; } 
table { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; } 
textarea { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; } 
form,body,h1,h2,h3,h4 { margin:0px; padding:0px; }
ul { padding:0px; margin-top:0px; margin-left: 25px;}
img { border:none; }
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:62.5%; /* makes .8 ems = 8px / 1.0 ems = 10px / 1.2 ems = 12px */
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DBEAF5;
	color: #003366;
}
INPUT, SELECT, TH, TD, textarea { font-size:1em; }
LI LI, LI P, TD P, BLOCKQUOTE P { font-size:1em; }
a { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; color: #0066CC; font-weight: bold; }
a:link { }
a:visited { }
a:hover { color: #6699CC; }
a:active { } 

/*Typography - Build around Body's font-size property */
h1 { font-size:17px; }
h2 { font-size:13px; }

/* Layout (some dup declarations in pngStyles for png replacement) */
#mainContainer { margin: 0px auto; width: 782px; }
#contentContainer { width: 782px; }
#ccWideContainer { width: 742px; float: left; padding: 10px 10px 25px 10px; font-size: 1.2em; }
#ccLeftContainer { width: 495px; float: left; padding: 0px 20px 25px 20px; font-size: 1.2em; }
#ccRightContainer { width: 247px; float: left; }
#headerContainer { 
	width: 782px; height: 381px;
	background-image: url(images/header.jpg);
	background-position: bottom; background-repeat: no-repeat; 
}
#footerContainer { width: 782px; height: 34px; }
#copyright { padding-left: 20px; padding-top: 3px; font-size: .9em; }

/* Misc */
#securityQuestion {margin-left:35px; padding-bottom:15px; }
#submitBox {padding-top:5px; padding-bottom:45px; text-align:center; }
#sidebar { margin-top:20px; }

#headerContainerInner{ margin-left:118px; }
#headerContentLeft{ width:415px; height:250px; float:left; margin-top:50px; }
#headerImage{ margin-left:25px; }
#headlines{ text-align:center; width:420px; padding-top:5px; color: #FFFFFF; font-weight:bold; }
#headline{ height:22px; overflow:hidden; }
#secondaryHeadline{ font-weight:bold; overflow:hidden; height:18px; }
#headerContentRight{ width:235px; height:250px; color:white; float:left; font-size:12px; text-align:center;  margin-top:55px; }
#paragraph1Header{ padding-top:10px; font-weight:bold; font-size:15px; }
#paragraph2Header{ padding-top:10px; font-weight:bold; font-size:15px; }
