@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/background-strip_01.gif) repeat-x;
	background-color:#292261;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p, h1, h2, h3 {padding:0;margin:0;}
.oneColFixCtr #container {
position:relative;
width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;

}

.oneColFixCtr #mainContent {padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}
#navigation {width:450px;height:53px;margin:0 0 0 420px;padding:0;}
#navigation img {margin:0;padding:0;border:0;}
#topMargin {display:block;width:100%;height:12px;margin:0;padding:0;background-image:url(images/top.png);}
#bodyArea {display:block;width:100%;position:relative;margin:0;padding:0;background:url(images/middle.png) repeat-y;}
#bodyArea p {margin:0 30px 15px 0;font-size:12px;color:#666}
#bodyArea ul {font-size:12px;color:#666}
#bodyArea em {font-size:12px;color:#98d6eb}
#bodyArea h1, h2 {color:#98d6eb;font-weight:normal;line-height:36px;}
h1 {font-size: 1.5em;}
h2 {font-size: 1em;}
#rightMargin {margin:0;padding:0;float:right;width:540px;}
#rightMargin img.rightRange {padding:0;margin:0 30px 15px 10px;float:right;}
#rightMargin img.leftRange {padding:0;margin:0 30px 15px 10px;float:left;}
#leftMargin{margin:0;padding:0;float:left;width:260px;text-align:center;}
#logo{margin:0;padding:0;width:100%;height:166px;text-align:center;}
#leftFooter {margin:0;padding:0;width:250px;text-align:center;}

table {font-size:12px;color:#666;}
#spacer {width:100%;clear:both;}
#botMargin {display:block;width:100%;position:relative;height:21px;margin:0;padding:0;background-image:url(images/bottom.png);}
.footerLinks {margin-top:10px;text-align:center;font-size: .75em;}
.footerLinks a {color:#ffffff;}