/* General styles */
BODY { background: #999999; color: #ffffcc; font-family: 'Century Gothic', Arial, sans-serif; margin: 0px; padding: 0px; }
A:link, A:visited { color: #6699cc; font-weight: bold; text-decoration: none; }
A:hover, A:active { color: #6699cc; font-weight: bold; text-decoration: underline; }
SUP { font-size: 90%; font-weight: bold; vertical-align: top; }
HR { background: #6699cc; border: 0px; color: #6699cc; height: 1px; }
H1 { color: #003300; font-size: 24px; font-style: none; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H2 { color: #003300; font-size: 16px; font-style: none; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H3 { color: #003300; font-size: 12px; font-style: none; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H1, H2, H3 { text-align: left; }

UL { list-style-image: url(../Page/bullet.gif); margin: 0px 25px; padding: 0px; }
LI { margin: 5px 0px 0px 0px; }


/* Layout */
#header { background: url(../images/logo.gif) no-repeat; height: 125px; margin: 0px; padding: 85px 0px 0px 45px; }
#header H1 { color: #000000; }

#main { padding: 50px 10px; }

 #leftcol { margin: 0px; padding: 0px; width: 200px; }
 #leftcol { font-size: small; }
 #leftcol a:link, #leftcol a:visited { color: #ffffcc; font-weight: bold; text-decoration: none; }
 #leftcol a:hover, #leftcol a:active { color: #ffffcc; font-weight: bold; text-decoration: underline; }

 #stretch-horiz {}

 #content { margin: 0px; padding: 0px; }

#footer { height: 50px; padding: 0px 0px 0px 0px; }
#footer { color: #000000; font-size: 10px; letter-spacing: 1px; }
#footer a:link, #footer a:visited { color: #66ffff; font-weight: bold; text-decoration: none; }
#footer a:hover, #footer a:active { color: #66ffff; font-weight: bold; text-decoration: underline; }


/* Common Classes */
.form { border: 1px #51a6db; border-style: solid; }
.form-left { background: #f3f3f5; padding: 5px; }
.form-right { padding: 0px 5px; }
.form-right INPUT, .form-right SELECT, .form-right SUBMIT, .form-right TEXTAREA { font-family: sans-serif; font-size: 11px; }


/*
Colors:

gray: #999999; 
lt yellow: #ffffcc; 
yellow: #ffcc00;  
lt blue: #66ffff; 
blue: #6699cc; 
green: #003300; 
brown: #663300; 
*/