/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background-color: #ffffff; }
	
body{
	font-size: 0.7em; 
    margin-left: 5%; margin-right: 5%; margin-top: 1%; }
	 
h1,h2,h3 {
	font-family: "Arial Rounded MT Bold", "Eras Bold ITC", Arial, sans-serif;
	color: #003333; 
	margin-left: 2px; margin-right: 16px;
	line-height: 100%;}
	
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333; 
	margin-left: 2px; margin-right: 16px;
	line-height: 100%;}

.highlight {
	color: #000033;
	background-color: #FFCC00; }
	
a	{
	color: #981793; }
	
ul li {
	color: #295245; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	line-height: inherit;
	margin-right:15px;
	text-align: left;  }		

	
table {
	border: 1px solid #295245;
	width: 90%;
	line-height: 1.5em;
	margin: 1px;
}

td,th {
	border: 1px solid #295245;
	color: #295245; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; }

			
div#header h2{
	margin: 2px 0; 
	padding-left: 2px;  padding-top: 2px;  padding-bottom: 2px; padding-right: 2px;
	color: #295245;
	height: 40px;
 }
 
div#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left; }
		
div#content h1	{
	line-height: 1;
	
	}
	
div#header {
	background-color: #C0D3AB;
 }
	
div#footer		
	{background-color: #C0D3AB; color: #FFF;
	background-image:url(.././images/datafootturq.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	clear: both; }
	
div#footer p	
	{margin:0; padding-left: 2px; padding-right: 50px; padding-top: 2px; height: 30px;
}

div#wrapper{
	width: 99%; }

div#content{
	border-color: #C0D3AB; border-width: 1px; border-style: solid;
	margin-top: 2px; 
	margin-bottom: 2px;
	background-image:url(.././images/sidestripwhite.jpg);
	background-position:top right;
	background-repeat: repeat-y;
	clear: both; }
	
div#navigation{
	margin-bottom: 2px; }


ul.postnav,ul.postnav li{margin:1px 0;padding:0;list-style-type:none;}
ul.postnav li{ padding: 0px; width: 50%; float:left; margin-bottom:3px; text-align:center;}
ul.postnav a{ display:block;padding:1px 0;font: bold 100% Verdana,Arial,sans-serif;
    background: #C0DCA3;color: #295245;
    text-decoration:none;text-align:center}
ul.postnav a:hover{background: #DAF2F2;color:#295245}


