@charset "utf-8";
/* CSS Document */

body {
	background-color:  #273357;
}


#container  {
	width:  968px;
	background: #ffffff;
	background-image:url(images/container_bkgd.gif);
	background-repeat:repeat-y;
	padding-left:  0px;
	padding-right: 0px;
	overflow:  hidden;
	margin-top: 0;
	margin-right:  auto;
	margin-bottom: 0;
	margin-left:  auto;
}

#banner {
	background-image: url(images/logobr6b2.jpg);
	height: 25px;
	width: 968px;
	padding-top: 212px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#page_banner {
	background-image: url(images/pages_banner.jpg);
	height: 25px;
	width: 968px;
	padding-top: 155px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
}

h1, h2 {
	color: #044c2c;
}
h1{
	font-size: 1.5em;	
}
h2{
	font-size: 1.2em;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #552400;
}


#left_column {
	float: left;
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
}
#column_container {
	float: left;
	width: 708px;
}
#right_column {
	float: right;
	width: 237px;
	padding-left: 5px;
	
}

#center_column {
	width: 436px;
	margin-left: 0px;
	margin-top: 0px;
	border-left: 5px solid #fff;
	padding-top: 0px;
	padding-left: 10px;
	padding-right:  10px;
}
a:link {
	color: #063;
	text-decoration: none;
}
a:visited {
	color: #006a40;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
#container #left_column {
	background-color: #EAECFF;
}
#container #column_container #right_column {
	background-color: #F4FEFF;
}
#container #column_container #center_column {
	background-color: #F4FEFF;
}
#footer {
	background-image: url(images/water_border.jpg);
	padding-left: 10px;
	color: #f4feff;
	font-size: 0.6em;
}
