body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/blue_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #19379b;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
}
a {
	color: #00CCFF;
}
a:hover {
	color: #FFCC00;
}
p {
	margin-top: 0px;
}
#header, #wrapper {
	clear: both;
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
#titlebar_menu {

}
#splash_image {
	width: 550px;
}
#menu {
	width: 800px;
	background-image: url(images/bottom-menu.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#menu ul {
	list-style-type: none;
	height: 40px;
	width: 780px;
	line-height: 2.5em;
	display: inline;
}
#menu li {
	height: 40px;
	width: 150px;
	background-image: url(images/buttons.jpg);
	float: left;
	color: #FFFFFF;
	line-height: 3.2em;
	text-align: center;
	margin-top: 15px;
	margin-right: 4px;
	margin-left: 5px;
}
#content {
	width: 800px;
}
#footer {
	background-image: url(images/bottom.jpg);
	width: 800px;
	background-repeat: repeat-y;
}
#footer_top {
	background-image: url(images/bottom_top_border.jpg);
	height: 7px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: top;
}
/*#footer_content {
	clear: both;
	float: left;
	width: 800px;
}*/
#footer p {
	color: #FFFFFF;
	font-size: 1em;
	margin: 10px;
	padding-bottom: 10px;
}
.graphic_column {
	clear: left;
	float: left;
	padding-right: 10px;
	margin-bottom: 40px;
}
.right_bar {
	clear: right;
	float: right;
	width: 200px;
	margin-left: 10px;
	background-image: url(images/right_bar_content.jpg);
	background-repeat: repeat-y;
}
.right_bar_top {
	height: 8px;
	width: 200px;
	background-image: url(images/right_bar_top.jpg);
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
}
.right_bar_content {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 180px;
}
.right_bar_bottom {
	background-image: url(images/right_bar_bottom.jpg);
	height: 8px;
	width: 200px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
}
