/* Page properties */
body {
	margin: 0px auto;
	text-align: center;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: overline;
	}
#container {
	width: 800px;
	text-align: center;
	margin: 0px auto;
	}

/* This is the CSS for the top */
#header {
	vertical-align: top;
	}
#nav_top {
	margin: 0px;
	background-color: #024f9f;
	}
#nav_top #main {
	text-align: center;
	}
#nav_top #main .entry {
	display: inline;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	}
#nav_top #main .entry a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
#nav_top #main .entry a:hover {
	color: #b6ceef;
	}
#caption {
	font: 10px Arial, Helvetica, sans-serif;
	color: #648dbe;
	text-align: center;
	vertical-align: top;
	padding-bottom: 8px;
	}

/* This is the CSS for the middle */
#content {
	padding: 0px;
	width: 800px;
	display: inline;
	}
	
/* This is the CSS for the sidebar */
.dkbluebg {
	background-color: #024f9f;
	}
.dkbluebg p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
.dkbluebg a {
	font-weight: bold;
	}

#sidebar {
	padding-right: 10px;
	}

/* This is the CSS for the main content portion of the page */
.bodycopy	{
	line-height: 150%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.bodycopy a {
	font-weight: bold;
	color: #648dbe;
	}
.bodycopy a:hover {
	color: #000000;
	}
	
/* This is the CSS for the bottom */
#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 40px;
	text-align: center;
	}
#footer #entry {
	margin-right: 30px;
	display: inline;
	}
#footer #entry a {
	font-weight: bold;
	color: #ffffff;
	}
#footer #entry a:hover {
	color: #b6ceef;
	}
