@import url('../styles/header.css');
@import url('../styles/footer.css');


/* main styles */

*	{
	margin: 0;
	padding: 0;
	}

body 
	{
	background-color: #e1e1e1; 
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 20px; 
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	}


#Page 
	{
	border-top: 5px solid #005588;
	background-color: #ffffff;
	color: #333333;
	width: 900px; /* 700px 80%; /* 782px; */
	margin: 0 auto; 
	text-align: left;
	border-right: 1px solid #005588;
	border-left: 1px solid #005588;
	}

h1, h2, h3, h4, blockquote, cite 
	{
	font-family: Tahoma, verdana, arial, helvetica, 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #226699;
	}


  
a:link, a:visited 
	{
	color: #226699;
	}


.small 
	{
	font-size: .9em;
	}

.center 
	{
	text-align: center;
	margin: 0 auto;
	}




/* main page */



    
br { clear: both; }
hr { display: none; }
b  { color: #226699; }

a	{ color: #006EC6; }
}
a:hover {
	background-color: #transparent !important;
	
	}

a.clear {color: #000000}
a.clear:hover {background-color: transparent; }

/*****************************
* Hack for IE PNG transparency issue 
*****************************/

/*img {
	behavior: url("../scripts/iepngfix.htc")
	}*/
