/* CSS Document */

/* @ BODY */
body{
 margin:0px;
 padding:0px;
}

/* @ TABLES */
table{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

td{
 padding:0px;
 margin:0px;
}

/* @ BANNERS */
#banner{
 background:url(../images/header.jpg);
 width:900px;
 height:242px;
 padding:0px;
 margin:0px;
}

/* @ HEADER NAVIGATION */
#headernav{
 background:url(../images/header2.jpg) repeat-x;
 width:900px;
 height:16px;
 padding:0px;
 margin:0px;
 font-family:tahoma;
 font-size:11px;
 color:#FFFFFF;
 font-weight:bold;
 text-align:center;
}

#headernav a.nav{
 text-decoration:none;
 color:#FFFFFF;
 margin: 0px 0px 0px 15px;
}

/* @ LEFT NAVIGATION */
#leftnav{
 width:201px;
 padding:0px;
 margin:0px;
 border:0px none;
 vertical-align:top;
 background:url(../images/belowbuttons.jpg) repeat-y;
}

#leftnav div.image{
 border:0px solid none;
 margin:0px;
 padding:0px;
 width:201px;
 height:57px;
}

#leftnav a.link{
 margin:0px;
 padding:0px;
 border:none;
 text-decoration:none;
 width:201px;
 height:57px;
 background:url(../images/belowbuttons.jpg) repeat-y;
 color:transparent;
}

/* @ CONTENT */
#content{
 background:#FFFFFF;
 height:400px;
 width:699px;
 border-right:#FF6600 solid 1px;
 vertical-align:top;
 padding:20px;
}

#content p.text{
 font-family:tahoma;
 font-size:11pt;
 color:#000000;
 text-align: justify;
}

#content p.text1{
 font-family:tahoma;
 font-size:11pt;
 color:#000000;
 text-align: center;
}

#content ul{

}

#content li{
 font-family:tahoma; 
 font-size:11pt;
 text-align: left;
}

/* @ FOOTER */
#footer{
 background:url(../images/header2.jpg);
 width:900px;
 height:16px;
 padding:0px;
 margin:0px;
}

#footer p.text{
 font-family:tahoma; 
 font-size:8pt;
 font-weight: bold;
 text-align: center;
 color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}