/*----------------------------------------------------------------------------------------------------
					   	HTML TAGS
-----------------------------------------------------------------------------------------------------*/

body {
font-family:Arial, Helvetica, sans-serif;
background-color:white;
margin-top:40px;
color:white;

} 
 
  a:link, a:visited {
    color: white;
  }
  
    
  a:hover {
  text-decoration: none;
    color: #85baad;
  }

  a:active {
    color: white;
  }

#clear {
	clear: both;
}

  h1 {
  font-size:130%;
  }
  
  h2 {
  font-size:100%;
  }
/*----------------------------------------------------------------------------------------------------
					   	parent TAGS
-----------------------------------------------------------------------------------------------------*/
  
#container {
position:relative;
margin: auto;
width: 760px;
	background-color: #2a9581;
}

#right { /*the right container next to the logo*/
	width:450px;
	position:absolute; top:0px;
	background-color: #2a9581;
	min-height:420px;
	background-image:url(../images/backfoot.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
	}
	
#container>#right { /*the right container next to the logo*/
	width:600px;
	position:absolute; top:0px;
	margin-left:205px;
	background-color: #2a9581;
	min-height:420px;
	background-image:url(../images/backfoot.gif);
	background-repeat:no-repeat;
	background-position:right 40px;
}

/*----------------------------------------------------------------------------------------------------
					   	navigation TAGS
-----------------------------------------------------------------------------------------------------*/
#navigation
{
margin-left:23px;
width:600px;
border-bottom:1px solid white;
}
/*----------------------------------------------------------------------------------------------------
					   logo TAGS
-----------------------------------------------------------------------------------------------------*/

#logo
{
float: left;
width: 190px;
background-color:white;
}
/*----------------------------------------------------------------------------------------------------
					   	content TAGS
-----------------------------------------------------------------------------------------------------*/
#content
{
margin-left:5px;
width:380px;
padding: 2em 1.5em 1.5em 1.5em;
background-color:transparent;
}
#right>#content
{
margin-left:5px;
width:380px;
padding: 2em 1.5em 1.5em 1.5em;
background-color:transparent;
}


/*----------------------------------------------------------------------------------------------------
					   	footer TAGS
-----------------------------------------------------------------------------------------------------*/

#footer {
  color: white;
  padding: 10px 15px;
  width:570px;
  border-top:1px solid white;
  text-align:center;
  font-size:80%;
  }

/*----------------------------------------------------------------------------------------------------
					          DATA TABLE
-----------------------------------------------------------------------------------------------------*/

table {
width:500px;
}

th {
padding: 0px;
margin: 0px;
text-align: left;
vertical-align:top;	
}

td {
font-size:100%;
}