@charset "utf-8";
body{
 background:#9a947f;
 margin:15px auto;
}

h2{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#193e0f;
 font-weight:normal;
 margin:0;
 margin-top:20px;
 margin-bottom:14px;
}

b,strong{
 font-weight:bold;
 color:#193e0f;
}

a{ color:#808f7c; text-decoration:underline;}
a:hover { color:#193e0f; text-decoration:underline;}

.nav{
 background:#fff url(/images/nav_bg.gif) top right no-repeat;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 line-height:34px;
 padding:25px;
 padding-right:10px;
 width:189px;
}
.nav a{ color:#193e0f; text-decoration:none;}
.nav a:hover{ color:#517448; margin-left:2px; text-decoration:none;}

a.subnav{ color:#517448; margin-left:10px; font-size:12px; line-height:26px;}
a.subnav:hover{ color:#193e0f; margin-left:12px;}

.content{
 background:#fff;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#546a4e;
 line-height:20px;
 padding:20px;
 padding-top:0px;
 margin-top:20px;
 width:737px;
}

.info{ 
 background:#fff;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#808f7c;
 padding:0 25px;
 padding-top:10px;
}

span.spacer{ margin-right:25px;}

.btech{
 font-family:Verdana, Arial;
 font-size:10px;
 color:#545042;
 text-align:right;
 line-height:20px;
 padding-right:20px;
}
.btech a{ color:#545042; text-decoration:none;}
.btech a:hover{ color:#fff; text-decoration:none;}

tr.header{ background:#fff;}
.header{ width:981px;}
tr.footer{ background:#fff;}
.footer{ width:981px;}

