@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px; }
a:active, a:focus { outline: 0; }
a { color:#ffba00; }
a:hover { color:#ffffff; }

a img{ border:#ffba00 solid 2px; }
a:hover img{ border:#ffffff solid 2px; }

ul{ margin-left:30px; }

body { margin:0px; background-color:#6b7585; font-size:13px; font-family:'Tahoma', 'Times New Roman', Times, serif; color:#FFFFFF; line-height:18px; }
#header { width:800px; height:144px; background:url(images/header_img.jpg) no-repeat; }
#nav_wrap { float:left; width:162px; background:url(images/nav_back.jpg) no-repeat; }
#nav { margin-top:90px; margin-bottom:15px; line-height:14px; width:135px; color:#ffba00; font-weight:bold; text-align:right; font-family:Geneva, Arial, Helvetica, sans-serif; }
#nav div{ margin-bottom:10px; }
#nav a { text-transform:uppercase; font-size:12px; color:#ffba00; text-decoration:none }
#nav a:hover { color:#FFFFFF; text-decoration:underline; }
.subnav { line-height:15px; margin-bottom:0px; }
.subnav a { text-transform:capitalize !important; letter-spacing:-.2px; font-size:11px !important; }
#nav_foot { background:url(images/nav_foot.gif) bottom no-repeat; height:5px; width:162px; }

#content { float:left; background:url(images/content_back.jpg) no-repeat; width:700px; padding-left:30px; }
#content_force_size { float:right; width:1px; height:400px; }
#content_pad { width:600px; }
h1{ color:#ffba00; margin:15px 0px 15px 0px; font-size:30px; }
h2{ color:#ffba00; margin:15px 0px 15px 0px; padding-right:90px; font-size:20px; text-align:center; }

.inputbutton{ border:#000000 solid 1px; color:#000000; background-color:#FFB901; }
.inputtext{ border:#000000 solid 1px; }