/* blue.css - blue background page styles */


/* links on blue pages */
a:link, a:visited
{
	text-decoration: underline;
	color: white;
}

/* main page style */
#page
{
	float: left;
	width: 900px;
	margin-top: 23px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: rgb(0,51,102);
}

/* text highlight font */
.text_hilite
{
	color: rgb(255,255,0);
}

/* top of page box */
#top_page
{
	float: left;
	width: auto;
	padding: 3px 4px;
	margin: 16px 0 20px 16px;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px white;
	white-space: nowrap;
}

/* top of page link styles */
#top_page a:link,
#top_page a:visited,
#top_page a:hover,
#top_page a:active
{
	color: white;
	padding-left: 20px;
	text-decoration: none;
	background: url(images/top_white.gif) no-repeat center left;
}

