/* CSS Document */

body
{
	background-color: #8EA9C7;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	
	font-family: Arial, sans serif;
	font-size: 80%;
}

td
{
	font-family: Arial, sans serif;
	font-size: 80%;
}

th
{
	font-family: Arial, sans serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left; 
}

h1
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
	padding: 0px;
	color: #37526F;
	font-size: 150%;
	font-weight: bold;
}

hr
{
	border: 0;
	width: 80%;
	color: #999999;
	background-color: #999999;
	height: 1px;
}

A
{
	color: #37526F;
}

A:Hover
{
	color: blue;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #37526F;
	border: solid 1px #4E739D;
	background: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #37526F;
	border: solid 1px #4E739D;
	background: #FFFFFF;
}

code
{
	font-size: 12px;
	background-color: #BACADC;
	padding: 2px;
}

#container
{
	background-image: url('/images/page_background_middle.gif');
	background-repeat: repeat-y;
}

#content
{
	padding-left: 6px;
	padding-right: 6px;
}

.very_light_blue_block
{
	background-color: #E4E9EF;
}

.light_blue_block
{
	background-color: #A3B9D1;
}

.med_blue_block
{
	background-color: #4E739C;
}

.dark_blue_block
{
	background-color: #37526F;
}

.header_text
{
	color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

/*
.header_image
{
	border: 1px solid #FFFFFF;
}
*/

.navigation_top_level_item
{
	cursor: pointer;
	cursor: hand;
	
	background-color: #A3B9D1;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navigation_top_level_item A
{
	color: #252525;
	font-weight: bold;
	text-decoration: none;
}

.navigation_child_level_item
{
	cursor: pointer;
	cursor: hand;
	
	background-color: #CCD8E6;
	
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navigation_child_level_item A
{
	color: #252525;
	font-weight: normal;
	text-decoration: none;
}

.page_title
{
	color: #FFFFFF;
	font-size: 160%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 15px;
}

.good
{
	color: #036F03;
	font-weight: bold;
}

.bad
{
	color: #9F0505;
	font-weight: bold;
}

.bordered
{
	border: 1px solid #4E739D;
}

.blankInput input
{
	border-width: 0px;
}
