/* general styles */

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: .75em;	
	font-family: Verdana, Arial, Geneva , sans-serif;
	line-height: 1.3em;
	background: url(images/page_bg.jpg) top center repeat-y;
}

#page
{
	margin: 0px auto 0px auto;
	width: 740px;
	text-align: left;
}
#head
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer
{
	clear: both;
	padding: 5px;
	margin: 0px auto;
	background-image: url(images/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	background-color: #00006b;
	text-align: center;
}
	#logo
	{
		float: left;
	}
	#banner
	{
		margin-left: 200px;
	}
		#banner h2
		{
			font-size: 1.1em;
			margin: 10px;
			line-height: 1.2em;
			text-align: right;
		}
		
		#banner h3
		{
			font-size: 1em;
			margin: 10px;
			line-height: 1.5em;
			text-align: right;
		}
.main_nav
{
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
	border-bottom: 2px solid #00006b;
	background: #00006b;
}
	.main_nav table
	{
		width: 739px;
		border-collapse: collapse;
		margin: 0px;
		padding: 0px;
	}
	
	.main_nav tr
	{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.main_nav td
	{
		width: 16%;
		margin: 0px;
		padding: 0px;
	}
	
	.main_nav a:link, .main_nav a:visited
	{
		background-image: url(images/button_link.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #00006b;
		text-decoration: none;
	}
	
	.main_nav a:hover
	{
		background-image: url(images/button_hover.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #00006b;
		text-decoration: none;
	}
	
	.main_nav a:active
	{
		background-image: url(images/button_active.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #00006b;
		text-decoration: none;
	}

.main_nav .nav_button
{
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}

.main_nav .nav_button_marker
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #00006b;
	color: #ffffff;
	width: 100%;
	font-weight: bold;
	text-align: center;
	display: block;
	background-image: url(images/button_marker.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

	#sub_nav
	{
		 float: right;
		 margin: 0px;
		 padding: 0px 5px 0px 5px;
		 font-size: 8.5pt;
		 line-height: 1.3em;
		 background: #B2B2D3;
	}	
	#sub_nav li
	{
		display: block;
		float: left;
		list-style: none;
		color: #000000;
		margin: 0px 0px;
	}
	#sub_nav a:visited
	{
		margin: 0px 5px;	
		color: #00006b;
	}

.space
{
	border-left: 1px solid #ffffff;
}

.stage
{
	margin: 0px;	
}

.half
{
	float: left;
	width: 40%;
	margin-right: 3%;
}

.item_list
{	
	list-style: none;
	text-indent: 0px;
	margin: 10px;
	padding: 10px;
}

.item_list li a
	{
	background: url(images/icons_forms_dark.gif) no-repeat left;
	padding-left: 20px;
	}

.text_pad
{
	padding: 5px 20px 20px 20px;
}

#footer a:link, #footer a:visited
{
	color: #ffffff;
}

#footer a:hover, #footer a:active
{
	color: #A3BEEA;
}

ul
{
	padding-left: 20px;
	margin-left: 20px;
	vertical-align: middle;
	line-height: 1.3em;
	font-size: 1em;
}

li
{
	color: #fca700;
	margin-bottom: 10px;
}

lh
{
	color: #123466;
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
}

li span
{
	color: #000000;
}

img
{
	border: 0px;	
}

p
{
	text-indent: 0px;
}


h1
{
	font-size: 1.5em;
	text-align: left;
	margin: 5px 0px 5px 0px;
	color: #00006b;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

h2
{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	color: #333333;
}

h3
{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #666666;
}



.clear
{
	width: 100%;
	clear: both;
	height: 0px;
}

.cl
{
	clear: both;
}

a:link 
{
	color: #00006b;
	text-decoration: underline;
}

a:visited 
{
	color: #00006b;
	text-decoration: underline;
}

a:hover 
{
	color: #0148BE;
	text-decoration: underline;
}

a:active 
{
	color: #A3BEEA;
	text-decoration: underline;
}

.timeslip
{
	border-collapse: collapse;
}

.timeslip td
{
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 5px;
}



