/* CSS Document */

body  { background: #ffffff url(../images/site_graphics/bg_fade.gif) repeat-x fixed; color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.95em; font-style: normal; font-weight: normal; margin: 12px 0px 22px 0px}

/*  ========== CONTAINER STYLES ==========  */

#master_container { background: #ffffff none; border: #ff9900 solid 0px; width: 760px}
#header           { background: #ff6633 url(../images/site_graphics/header.jpg) no-repeat; width: 760px; height: 70px}
#nav_top          { background: #ff6633 url(../images/site_graphics/bg_topnav.jpg) no-repeat; width: 760px; height: 21px}
#main_content     { background: #ffffff none; border-top: #000000 solid 1px; border-right: #000000 solid 1px; border-bottom: #000000 solid 1px; border-left: #000000 solid 1px; padding: 20px 20px 40px 20px}
#nav_bottom       {}
#footer           { background: #ff6633 none; border-right: #000000 solid 1px; border-bottom: #000000 solid 1px; border-left: #000000 solid 1px; color: #ffffff; font-size: 0.75em; font-weight: bold; padding: 2px 2px 2px 2px; text-align: center}


/*  ========== CLASSES ==========  */
.p  { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 1.00em; font-weight: normal; line-height: 1.40em; margin: 0px 0px 16px 0px}
.h1 { color: #ff6633; font-size: 1.40em; font-weight: bold; margin: 0px 0px 22px 0px; text-align: left}
.h2 { color: #ff6633; font-size: 1.10em; font-weight: bold; margin: 0px 0px 22px 0px}

.required  { color: #ff6633}
.copy      { color: #000000; font-size: 0.65em; font-weight: normal; padding: 2px 2px 2px 2px; text-align: center}

.img-left  { float: left;  margin: 0px 12px 4px  0px}
.img-right { float: right; margin: 0px  0px 4px 12px}

/*  ========== LINK STYLES ==========  */
a          { color: #009900; font-size: 1.00em; font-weight: bold; text-decoration: underline}
a:visited  { color: #009900; font-size: 1.00em; font-weight: bold; text-decoration: underline}
a:active   { color: #009900; font-size: 1.00em; font-weight: bold; text-decoration: underline}
a:hover    { color: #ffb700; font-size: 1.00em; font-weight: bold; text-decoration: underline}

.topnav_link         { color: #ffffff; font-size: 0.80em; font-weight: bold; text-decoration: none}
.topnav_link:visited { color: #ffffff; font-size: 0.80em; font-weight: bold; text-decoration: none}
.topnav_link:active  { color: #ffffff; font-size: 0.80em; font-weight: bold; text-decoration: none}
.topnav_link:hover   { color: #000000; font-size: 0.80em; font-weight: bold; text-decoration: none}

/*  ========== FORM STYLES ==========  */
form                    { display: inline}
input, select, textarea { background-color: #7eb3e9; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 0.80em; letter-spacing: 0.10em}
.required_field         { background-color: #7eb3e9; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 0.80em; letter-spacing: 0.10em}

