	/* NOTE: do not edit margins, widths, paddings unless you know what you are doing. ;) */
	/* It is recommended that you make a back-up copy of this CSS file, before you experiment. */
	
	/*  General Layout   */

body	{
	background: #86CFD2 url(images/tile.gif);
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	}
	
#wrapper	{
	background: #F6F5E6 url(images/bg.gif) repeat;
	color: #333;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #004A5C;
	border-top: 5px solid #004A5C;
	width: 700px;  	
		 
	}
	
#boxwrapper	{
	background:transparent;
	color: #333;
	margin: 0;
	padding: 2px;
	border: 1px solid #004A5C;
	border-top: 5px solid #004A5C;
	font-size: small;
	width: 120px;  		 
	}

th	{
	font-weight: bold;
	}
	

#footer {
	border: 0;
	border-top: 1px solid #006C7E;
	color: #666;
	background: #F2F3F1;
	padding: 5px 7px 7px 10px;
	text-align: center;
	clear: both;
	font-size: small;
	
	}

#footer p	{
	margin: 10px 0;
	text-align: center;
	padding: 0;
	}


	/*  Font Colors,sizes, and apearance */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	color: #004A5C;
	}

h1	{
	font-weight: normal;   	
	font-size: large;        
	font-size: large;  
	}
	
h2	{
	font-weight: normal;   	
	font-size: small;        
	font-size: normal;  
	}	
h3	{
	font-weight: bold;   	
	font-size: small;        
	font-size: medium;  
	}


		
h4	{
   	font-size: x-small;       
	font-size: small;  
	}


h5	{
     font-size:    xx-small;      
     font-size:    x-small;  
	}
	
h6	{
	margin: 0 0 5px 0;
	padding: 0;
	background: transparent;
	color: #333;
	text-transform: uppercase;
  	font-size: xx-small;
	}

p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	

	/* Color, sizes, and apearance of links */
	
a:link, a:visited {
	font-weight : normal;
	font-size: small; 
	text-decoration : none;
	color: #004A5C;
	background: transparent; 
	}

a:hover {
	font-weight : normal;
	font-size: small;
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}

a:active {
	font-weight : normal;
	font-size: small; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}

