body {
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	color: black;
	font-family: Arial;
	background: url(images/bg.gif) top left #173259;
}

A:link {
	COLOR: black; text-decoration: underline
}
A:visited {
	COLOR: black; text-decoration: underline
}
A:active {
	COLOR: black; text-decoration: underline
}
A:hover {
	COLOR: black; text-decoration: none
}

#page_wrapper {
	background: white;
	margin-left: auto; 
	margin-right: auto;
	width: 960px;
	text-align: left;

}

#page_header {
	background: url(images/top_logo.jpg) top left no-repeat #173259;
	height: 208px;
	width: 960px;
	color: #FFFFFF;
	margin: 0px;
}

#main_nav {
	background: #616161;
	height: 28px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	font-size:11px;
	font-weight:bold;
}


#spacer {
	background: #36250b;
	height: 7px;
	border-bottom: #FFFFFF solid 1px;	
}

#left_column {
	background: #59789e;
	height: 600px;
	vertical-align: top;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

#left_column h1 {
	font-size: 12pt;
	margin: 5px;
}

#left_column h2 {
	font-size: 10pt;
	margin: 5px;
}

#left_column a {
	text-decoration: none;
}

#left_column a:hover {
	text-decoration: underline;
}


#left_column p { 
	margin: 0px;
} 

#right_column {
	background: #f9f8e3;
	color: #000000;
	vertical-align: top;
	width: 760px;
	height: 600px;
		margin: 0px;
}

#logo {
	background: #000099;
	height: 50px;
	border-bottom: #FFFFFF solid 1px;	
}


#page_footer {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 960px;
	background: #525886;
	text-align: center;
	font-size: 8pt;
}

