

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .9em;
 background-image:url(media/top.png);
 background-repeat:repeat-x;
 background-color:#c3e4f7;
}
h1{
 font-size:1.5em;
 color:#0086B8;
}
h2{
 font-size:1.3em;
 color:#90c400;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 color: #454545;
 padding: 10px;
 border: 0px solid #ccc;
 height: 120px;
 margin: 10px 0px 0px 0px;
 background: #ffffff;
 background-image:url(media/header.jpg);
 background-repeat:no-repeat;
}
#header img{
 float:right;
 margin:80px 0px;
 border:0;
}
#navigation {
 width: 900px;
 height:17px;
 color: #fff;
 padding: 10px;
 background: #555;
 font-size:.85em;
 
 
}
#navigation ul{
margin-left:15px;
}

#navigation li{
 float:left;
 list-style:none;
 padding:0 12px;
 text-align:center;
}
#navigation a{
 color:#fff;
 text-decoration:none;
 font-weight:bold;
}
#navigation a:hover{
 color:#90c400;
 border-bottom:1px dashed #fff;

}
#content { 
 width: 858px;
 color: #454545;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 background: #f0f9fe;
 margin: 0px 0px 0px 0px;
 padding: 15px 30px;
 min-height:400px;
 height:auto !important;
 height:400px;
}
#content p{
 padding:10px 0;
 line-height:22px;
 text-align:justify;
}
#content ul{
 margin-left:20px;
 line-height:22px;
}
#content img{
 float:right;
 padding:13px 0 0 18px;
}
#content a{
 color:#0086B8;
 text-decoration:none;
 border-bottom:1px dashed #90c400;
}
#content a:hover{
 color:#90c400;
 text-decoration:none;

}
#footer { 
 width: 900px;
 height:53px;
 color: #333;
 border: 0px solid #ccc;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background: #ffffff;
 background-image:url(media/footer.jpg);
 background-repeat:no-repeat;
 text-align:center;
 line-height:25px;
 font-size:.9em;
}
#footer a{
 color:#0086B8;
 text-decoration:none;
 border-bottom:1px dashed #90c400;
}
#footer a:hover{
 color:#90c400;
 border-bottom:1px dashed #fff;
}
td{
width:270px;
padding:5px 25px;
text-align:justify;
font-size:.85em;
}
th{
background:#90c400;
color:#fff;
padding:5px 0;
font-size:.9em;
}
.a td{
background:#555;
color:#fff;
}
.b td{
background:#efefef;
}
.c td{
background:#efefef;
}
.d td{
background:#90c400;
color:#222;
}
.fnote{
font-size:.8em;}
#tryit{
height:80px;
}
#tryit img{
padding:0;
border:none;
float:left;
margin:10px 0 0 24px;
}
