@charset "utf-8";
/* CSS Document */

body { color:#445; background:#B3C3FF url('/images/stripe.png'); font-family:Arial, Helvetica, sans-serif; margin:0; padding:0 }
a:link,
a:visited,
a:hover { color:#667; text-decoration:none; }
h1 { margin-right:20px; text-align:right; color:white; }
input,
select { border-width:1px 1px 1px 3px; border-style:solid; border-color:#399; background-color:#9CF; font-size:1.2em; font-weight:bold; color:#033; margin:3px; }
input[type=submit] { background-color:#CF3; border-color:#690; color:#030; }
input[type=submit]:hover { background-color:#690; color:#CF3; cursor:pointer; }
input[type=reset] { background-color:#F60; border-color:#900; color:#600; }
input[type=reset]:hover { background-color:#900; color:#F60; cursor:pointer; }
/***** Container *****/
#container { margin:auto; padding:0; }
/***** Header *****/
#header { background-color:transparent; }
/***** Menu *****/
#topmenu ul { margin:0 20px 0 80px; border-bottom: 1px solid #445; font-size:0.8em; font-weight:bold; cursor:pointer; }
#topmenu li { list-style: none; margin:0; display: inline; }
#topmenu li a { padding: 3px 0.5em; margin-left: 3px; border: 1px solid #445; border-bottom: none; background: #EEF; text-decoration: none; }
#topmenu li a:link { color: #448; }
#topmenu li a:visited { color: #667; }
#topmenu li a:hover { border-top-width:3px; }
#topmenu li a.active { border-bottom: 1px solid white; border-top-width:3px; }
#leftmenu { float:left; cursor:pointer; }
#leftmenu ul { list-style: none; margin: 0; padding: 0; }
#leftmenu li { width:75px; margin:0.5em; background:white; }
#leftmenu a { color:#445; border-color:#445; padding:0.2em; display:block; font-size:0.8em; font-weight:bold; border-style:solid; border-width:1px 0 1px 1px; }
#leftmenu a.active,
#leftmenu a:hover { border-left-width:3px; margin-left:-3px; }
/***** Content *****/
div#content { background-color:#EEF; margin: 0 20px 0 80px; padding:2em; border-color:#445; border-style:solid; border-width:0 1px 1px 1px; }
#content p > img { margin:5px; border: 1px inset #AAB; }
/***** Footer *****/
#footer { margin-top:1em; clear:both; text-align:center; display:block; font-size:0.6em; }
