@import url(includes/handheldnav.css);

/* **************** Base *****************/


* 
{
    margin:0;
    padding:0;
}

html, body 
{
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body 
{
    background-color: #D6DB8B ;
    COLOR: #003300;
	FONT-FAMILY: Sylfaen, Tahoma, Arial, Helvetica, sans-serif;
}



#main 
{
	margin:auto;
	width:100%;
	height:100%;
}


#content 
{
    float:left;
    width:100%;
    display:table;
    clear:left;
}



#contentWrapper 
{
    padding-top:30px;
    
}


.columnHeader
{
    COLOR: #003300;
    font-weight: bold;
	FONT-FAMILY: Sylfaen, Tahoma, Arial, Helvetica, sans-serif;
}


.clear 
{
    clear:both;
    font-size:1px;
    margin-top:-1px;
}  

/* **************** Splash ****************/
.splash
{
    display:none;
    
}
  
/* **************** Links *****************/
a 
{
    color:#003300;
    text-decoration: none;
}

a:hover 
{
    color:#005555;
    text-decoration: underline;
}


/* **************** Header *****************/

#logo 
{
    background:url(/images/handheld/logo.jpg) no-repeat;
    float:left;
    width:197px;
    height:41px;
}








/* **************** Footer *****************/

#footer 
{
    clear:both;
    margin-top:20px;
    margin-left:20px;
    font-size:12px;   
}

