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


/* main styles */

*	{
	margin: 0;
	padding: 0;
	}

body 
	{
	background-color: #e1e1e1; 
	text-align: center;
	margin-top: 10px;
	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: 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: 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #226699;
	}


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

em.highlight 
	{
	background-color: #aafcaa;
	padding: 1px 3px;
	font-style: normal;
	}


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

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


/*

.blue {
	color: #005588 !important;
}

.large {
	font-size: 1.1em;
}

.lessmargin {
	margin-bottom: 10px !important;
}
*/

/*
.fleft {
	float: left;
}

.cleft {
	clear: left;
}

.fright {
	float: right;
}

.cright {
	clear: right;
}
*/

/* 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")
	}