/*----------------------------------------------------------------------------------------------------
					   	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;
font-size:90%;
padding: 2em 1.5em 1.5em 1.5em;
background-color:transparent;
}
#right>#content
{
margin-left:5px;
width:380px;
font-size:90%;
padding: 2em 1.5em 1.5em 1.5em;
background-color:transparent;
}


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

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


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

table {
width:430px;
}

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

}

td {
margin: 0px;
vertical-align:top;
line-height:130%;
}