/* body css */
body{background-image:url(../graphics/body_bg.jpg);background-repeat:repeat-x; margin:0px;padding:0px;font-family:Verdana,Arial,Helvetica,Sans-seriff;background-color:#516D19;}

/* Navigation background */
.nav_bg{background-image:url(../graphics/nav_bg.gif);background-repeat:repeat-x;}

/* Green background */
.green_bg{background-image:url(../graphics/green_bg.gif);background-repeat:repeat-x;}

/* navigation text */
.nav_text{font-size:14px;color:#FFFFFF;}

/* footer text */
.footer{color:#71803E;font-size:12px;}

/* general link */
a.link{color:FFFFFF;text-decoration:none; font-family:Georgia; font-weight:bold;}
a.link:hover{color:FFFFFF;text-decoration:none;font-family:Georgia; font-weight:bold;}

/* footer links */
a.footer_link{color:#71803E;text-decoration:none;font-size:12px;}
a.footer_link:hover{color:#71803E;text-decoration:underline;font-size:12px;}

/* Horizontal-line Seperator */
.horiz_line{font-size:15px; color:#B9BBAF;padding-left:5px;padding-right:5px;}

/* Right Align Class */
.right{margin-right:10px;}
