/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 5px 0 0 0;
		background-color: #ffffff;
		background-image: url(images/background.jpg);
		background-position: center 50px;
		background-repeat: no-repeat;
		color: #000000;
		font-size: 62.5%;				
		}
                         	
h1		{  
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 2.4em;  
		font-weight: normal;
		color: #017ec6;
		}

h2		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 2.1em;  	
		font-weight: normal;
		color: #015871;		
		margin: 20px 0 5px 0;
		}

h3		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 1.8em;  
		font-weight: normal;
		color: #017ec6;		
		margin: 20px 0 5px 0;	
		}

h4		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 1.6em;  	
		font-weight: normal;
		color: #017ec6;		
		margin: 20px 0 5px 0;
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.1em; 
		line-height: 1.4em;  
		margin: 8px 0 8px 0;
		}

#sidecolumn {
		background-color: #00b2f0;
			}
#content {
		background-color: #fff;
		}
		
		
#credits	{	
		font-size: 1em;
		line-height: 1.4em;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 10px 5px 10px 5px;		
		}
			
/* CONTAINING BLOCK ELEMENTS FOR THE MENU LIST THAT DO THE CENTERING OF FLOATING ELEMENTS */
.navigationBox {
	width: 620px; position: relative; overflow: hidden; text-align: center; margin: 10px auto 5px auto;
	}
.navigation {
	float: left; left: 50%; position: relative; text-align: center;		
	}
.navigationWrapper {
	position: relative; left: -50%; float: left; list-style: none; margin: 0; padding: 0;
	}
	
/* LINK LIST ITEMS - LEFT FLOATING WITH MARGIN CORRECTION TO HIDE DOUBLE BORDER */	
.navigationBox li  {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	}
	
/* LINK STYLE AND BORDER COLOR */
.navigationBox li a {
	display: block;
	padding: 2px 15px 2px 15px;
	font-size: 12px;
	line-height: 14px; 
	font-family: arial, sans-serif;
	text-decoration: none; 
	font-weight: bold;
	}
	
/*  LINK STATES: NORMAL, ACTIVE, VISITED  */
.navigationBox li a:link, .navigationBox li a:visited, .navigationBox li a:active {   
	color: #fff;
	background-color: #f09733;
	}
	
/* LINK STATE: HOVER */	
.navigationBox li a:hover { 
	color: #000;
	background-color: #f09733;
	}
	

