@import url(reset.css);

html,body{height:100%;font-family:Century Gothic, Arial, Verdana;}
body{background:url(../images/topFade.png) 0 0 repeat-x;}

#global{width:895px;margin:0 auto;}
#header{position:relative;top:5px;width:895px;height:108px;margin:0;bottom:26px;}
#logo{position:absolute;top:8px;left:3px;width:214px;height:86px;background:url(../images/logo.jpg) no-repeat;outline:none;cursor:pointer;}
#navigation{position:absolute;top:50px;right:0;width:655px;height:41px;background:url(../images/navBase.jpg) no-repeat;}
#main{clear:left;position:relative;}
#body{position:relative;width:657px;top:0px;}
#cap{background:url(../images/bodyCap.jpg) 0 0 no-repeat;width:657px;height:4px;}
#content{background:url(../images/bodyFade.jpg) 0 0 repeat-x;width:647px;min-height:400px;padding:0 5px;}
#side{position:absolute;top:0px;right:0px;width:225px;margin:0 0 0 14px;float:left;}
#box{width:225px;height:156px;background:url(../images/sideBase.jpg) no-repeat;}
#footer{font-size:.8em;color:#c53fba;border-top:1px solid #ddd;margin:0 25px;padding:2px 0;text-align:center;}
#footer span{color:#bbb;}

ul.navigation{position:relative;top:7px;left:30px;font-size:1.2em;}
ul.navigation li{float:left;margin:0 45px 0 0;}
ul.navigation li a{outline:none;}
#content p{line-height:1.8em;text-align:justify;margin:5px 15px;}
h1{font-size:1.4em;padding:0;margin:0 0 20px 0;}
h3{font-size:1em;font-weight:bold;padding:0;margin:20px 0 0 15px;}

#box h2{position:relative;top:6px;left:6px;font-size:1em;color:#fff;padding:0;margin:0;}
#box ul{position:relative;top:20px;left:10px;width:200px;font-size:.8em;font-family:Arial, Verdana;color:#fff;}
#box ul li{margin:0 0 5px 0;background:url(../images/bullet.png) no-repeat 0 3px;padding:0 0 0 20px;}
#box ul li span{font-weight:bold;}
#box ul li a{color:#fff;text-decoration:none;}
#box ul li a:hover{text-decoration:underline;}

#content ul{position:relative;font-size:1em;font-family:Arial, Verdana;color:#000;margin:10px 30px;}
#content ul li{margin:0 0 5px 0;background:url(../images/bullet.png) no-repeat 0 3px;padding:0 0 7px 20px;}
#content ul li span{font-weight:bold;}

/* Links */
a:link, a:active, a:visited{color:#9e1893;text-decoration:none;}
a:link:hover, a:active:hover, a:visited:hover{color:#c53fba;text-decoration:underline;}

a.nav:link, a.nav:active, a.nav:visited{color:#efcdec;text-decoration:none;}
a.nav:link:hover, a.nav:active:hover, a.nav:visited:hover{color:#fff;text-decoration:none;}

.error{color:red;}

td{padding:2px;}
label{padding:0 0 0 4px;outline:none;}
