#header {
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	border-bottom: 4px solid #3367A0;
}
#wrapper {
	display:table; /* must put this in for FireFox. */
	width:920px;
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left
	*/
	height:10px; /* Have to put SOMETHING in here for the height for both
	browser. DO NOT put in a percentage, must be a pixel value */
	vertical-align:middle;
	
}
#leftcol{
	float: left;
	width: 154px;
	height: 100%;
	background-color: #538cb7;
	border-right: 2px solid #c8c8c8;
}
#content {
	background: #fff;
	float: left;
	height: 100%;
	width: 625px;
	border-left: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}	
#footer1 {
	background: #0f0;
	clear: left;
	width: 100%;
	height: 24px;
	background-color: #224080;

}
#footer2 {
  background-color: #538cb7;
  float: left;
  width: 154px;
  height: 60px;
  border-right: 2px solid #c8c8c8;
}
#divider {
  background-color:#00000;
  float: left;
  width: 600px;
  height: 2px;
}

a.newsLinks:link {color: blue;  }
a.newsLinks:visited {color: purple; }
a.newsLinks:hover {color: red;  text-decoration: underline; }
a.newsLinks:active {color: blue; }

a.navLink:link {color: #f2f2f2;  }
a.navLink:visited {color: purple; }
a.navLink:hover {color: orange;  text-decoration: underline; }
a.navLink:active {color: blue; }

p.style1 {
	font-size:16px
	font:Arial, Helvetica, sans-serif
	color:#9933FF
}

td.style1 {
	font-size:9px
	font:Arial, Helvetica, sans-serif
	color:#CC0000
}


.style1 {
	font-size:16px
	font:Arial, Helvetica, sans-serif
	color:#FF9900
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif
}

body,td,th {
	font-size:12px
}

body{
		text-align:center; /* horizontal centering for IE Win quirks */
}

h1{
	color:#093A80
}

h1{
	font-family: arial
}

h1{
font-size:16px
}

.style2 {
	padding-top:7px
}
