@charset "utf-8";
/* CSS Document */
	.header {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:2.5em;
		background-color:#336699;
		color:#ffffff;
		padding:0 0 0 0;
		margin: 0 0 0 0;
	}
	.head_uguide	/*not using */
	{
		font-size:1.5em;
		font-weight:bold;
		/*
		background:#7e8aa2;
		color:#FFFFFF;*/
		padding:5px;
	}
	
	.footer {
		background-color:#336699; font-size:9px; text-align:center;color:#ffffff;
	}
	.menuarea{background-color:#EBF0FE}
	.menuarea_1{background-color:#336699;}
	.contentText{
		font-family:Georgia, "Times New Roman", Times, serif;;line-height: 150%;
		text-align:justify;
	}
	/*
	.menu_n ul
	{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}
	.menu_n a
	{
	float:left;
	width:6em;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	}
	.menu_n a:hover {background-color:#ff3300}
	.menu_n li {display:inline}


	.menu{text-indent:2cm ;   }
	.menu_selected {background-color:#C3D9FF;}*/
	.content_border_navy
	{
		background-color:#336699;
	}
	.content_border_lightblue
	{
		background-color:#C3D9FF;
	}
	a.link {color: #ff0000}
	a.visited {color: #ff0000}
	a.hover {background-color:#d4dfe6;color: #ffcc00}

	.headerBar{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		margin-top:0px;
		margin-bottom:5px;
		font-size:110%;
		padding-top:0px;
		padding-bottom:1px;
		padding-left:4px;
		color:#ffffff;
		background-color:#6699FF;
	}
/*	img.relative1 {position:relative;top:-300px; left:0px;}
	img.relative2 {position:relative;top:-300px; left:100px;}
	img.relative3 {position:relative;top:-400px; left:-10px;}*/
	
	.buttons{
		width:25px;text-align:justify;
		font-weight:200;color:#000000;
		background-color:#DCE2DE;
		padding: 1px 2px 1px 2px;
		border:1px dotted #336699;
		white-space: nowrap;
	}
	.noteBig{
		font-size:12pt;font-weight:500;
	}

	/* Navigation
	-----------------------------------------------------------------------------*/
	.navigation{
		float:right;
		width:90%;
		padding:0 0 0 1em;
		
	}
	.navigation dl{
	text-align:left;
	float:right;
	/*width:95%;*/
	margin: 0;
	padding: 0;
	}
	
	.navigation dt{
	margin:0;
	font-size: 90%;
	padding:0.5em 1.5em;
	color: #ddd;
	background: #333;
	}
	.navigation dd{
	margin:0;
	padding:0;
	color: #555;
	font-size: 90%;
	background: #DCE2DE;
	border-bottom: 1px solid #ccc;
	}
	
/*	.navbar a, .navbar a:visited {
	color:#555;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: transparent url(arrow.gif) 10px 50% no-repeat;*/
	/*width:88%;*/
	/*}*/
	
	.navbar a{
	color:#555;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: transparent 10px 50% no-repeat;
	/*width:88%;*/
	}
	.navbar a:hover {
	background: #666 10px 50% no-repeat;
	color:#fff;
	}
	
	dd.selected_bar_lightblue , .selected_bar_lightblue a{
	background-color:#C3D9FF;color:#000000;
	}

	dd.selected_bar_navy , .selected_bar_navy a{
	background-color:#336699;color:#FFFFFF;
	}	
	/*
	.selected_navigation a{
	color:#FFFFFF;
	}
*/
/* Navigation
-----------------------------------------------------------------------------*/