<!-- /* Reflex navbar css */ -->



	body {
		margin:0;
		padding:0;
		border:0;			
		width:100%;
		background:#F8F9FD;
		}

	



a:link {color: #003; text-decoration:none}
a:visited {color: #604; text-decoration:none;}
a:hover {color: #605; text-decoration:underline;}
a:active {color: #Fff; text-decoration:none;}


	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#34014C;
	}

	


	img {
		margin:10px 0 5px;
	}



	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color:#34014C;
	}
	#header {
		border-bottom:1px solid #015375;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#015375;
		color:#D5FDFB;
		text-decoration:none;
		position:static;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#E2F6FC;
		color:#022e41;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#9507D7;
		background:#7803ae;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}





 hr {
  border: 0;
  width: 90%;
 color: #34014C;
background-color: #34014C;
height: 3px;
}






table.two
{
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 80%;
background-color: #EAEFF;
border: 1px;
border-spacing: 1px;
}






	
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #fff;
		background-color:#fff;		
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	



