/* default.css */ 
body {color:#000; background:#DE0031 url(../images/back.jpg) repeat-x; background-attachment:fixed;
      margin:0; padding:0; text-align:center; font:100.01% Verdana,Arial,Helvetica,sans-serif}
* {margin:0;padding:0}
* html {height:100%;margin-bottom:1px} /* Forces vertical scroll bar to be visible */
img {border:none}
h1,h2,h3 {color:#a61111;font-size:large;font-weight:bold}
p strong {color:#a61111}
a {color:#A61111;text-decoration:none}
a:link {color:#A61111}
a:hover {color:#A61111;text-decoration:underline}
a:visited {color:#A61111}
/* Classes */
.center {text-align:center}
.fairbox {border:2px solid black;width:14em;margin:0 auto 5px}
.thumb {width:132px;height:140px;float:left;margin:6px 2px;text-align:center;font-size:x-small}
.thumb img {width:120px;margin:0;padding:0;border:1px solid #3a4a14}
.indent {padding-left:2em}
.error {border:1px solid #A61111;text-align:center;font-weight:bold;padding:1em 0;background:#DDD}
* html .boxh h2 {height:1%} /* For IE 5 PC */
.stebox {margin:5px 0;width:13em;border:1px solid #a61111}
.boxh {font:bold 12px Tahoma,Verdana,Arial,sans-serif;background:#a61111;color:#FFF;margin:0;padding:2px}
.boxb {margin:0;padding:5px;font-size:small;background:#DDD}
.boxb a {color:#000}
.boxb a:hover {text-decoration:underline}
/* IDs */
#header {text-align:left;margin:0;padding:0}
#header .logo {float:left;width:80px;margin:2px 0 2px 10px}
#header .first {font-size:xx-large;margin-left:100px}
#header .second {font-size:x-large;margin-left:100px}
#language {float:right;margin-top:2px}
#language li {display:block;list-style-type:none;margin:2px 2px}
#language a {text-decoration:none;font-size:small;font-weight:bold}
#language a:hover {text-decoration:underline}
#wrapper {width:54em;max-width:100%;text-align:left;background:#f5f1ee;border:1px solid #000;margin:1.5em auto;padding:0.5em}
#wrapper p {margin-bottom:1em;font-size:small}
#content {text-align:left;clear:both;min-width:47em}
#col1 {float:left;width:34em;margin-top:10px}
#col2 {float:right;width:13em;text-align:center;margin-top:10px}
#col2 a {color:#a61111}
#nav { clear:both; text-align: left; padding: 3px 0 8px 10px; height: 0.8em; font-size:small; background-color: #f5ec00; border-top:1px solid black; border-bottom:1px solid black; }
.navlist li {display:inline;list-style-type:none;padding-right:18px;color:#000;font-weight:bold;}
.navlist a {text-decoration:none;color:#000000;background-color:#f5ec00;font-weight:normal;}
.navlist a:hover {color:#000000;text-decoration:underline;}
#footer {color:#000;text-align:center;padding:0;clear:both;margin-top:10px;background:#BBB;font:small Arial,Helvetica,sans-serif}
#footer a {color:#00F}
#footer a:hover {color:#00F;text-decoration:underline;background:#BBB}
#footer a:visited {color:#00F;background:#BBB}
/* for later use */
.indent {padding:0 0 0 2em;display:block}
fieldset.contact {margin:0.5em 0;padding:0.5em;border:1px solid #000;width:20em;display:block}
legend.contact {font-weight:bold;background:transparent}
label.contact {display:block}
input.contact {width:16em;margin:0 0 5px}
textarea.contact {width:22em;height:100px}
.required {color:#A61111}
