@charset "utf-8";
/* CSS Document */

body{
font-family:Geneva, Arial, Helvetica, sans-serif;
background:#fefefe url(images/mainbg.jpg) repeat-x;
margin:0;
padding:0;
}

/* Dimesions*/
#wrapper{width:760px;height:auto;margin:10px auto;}
#container{float:left;width:760px;height:auto;background:#fff url(images/header.jpg) no-repeat top right;margin:0;}
#header{float:left; width:760px; height:120px;padding:10px 0;margin:0;}
#topnav{float:left;width:740px;padding:5px 10px;height:30px;margin:0;background:url(images/bgtop.png) no-repeat bottom center;}
#content{float:left;width:760px;min-height:400px;padding-top:10px;padding-bottom:10px;margin:0;background:#fff url(images/bg.jpg) repeat-y;}
#rightpan{float:left;width:165px;height:auto;margin-right:10px;padding-left:5px;}
#leftpan{float:left;width:555px;height:auto;padding-left:10px;padding-right:10px;}
#footer{float:left;width:760px;height:35px;text-align:center;background:#fff url(images/bgfoot.jpg) no-repeat top center;}


/* Body Styles*/
p{font-size:0.9em;color:#333333; margin:8px;}
h1{font-size:1.8em;color:#1f7ce4;margin:5px;}
h2{font-size:1.3em;color:#0066cc;margin:7px;}
h3{font-size:1.1em;color:#0066cc;margin:10px 8px 0 8px;}
h4{font-size:1.1em;color:#fff;margin:0;display:block;background:#1f7ce4;width:155px;float:left;padding:5px;}
a{font-size:0.9em;color:#0066cc;text-decoration:none;}
a:hover{text-decoration:underline;}
.left{float:left;padding-left:0px;}
.right{padding:0;float:right;}
.center{margin-left:77px;}
.small{font-size:0.7em;}

/* TopNav Styles*/
#topnav ul {margin:0 0 0 10px;list-style: none;padding: 0;float:left;width:720px;height:35px;}
#topnav li {display: inline;height:22px;}
#topnav a {display: block;float: left;text-decoration: none;color:#000;width:auto;height:25px;text-align:center;padding:5px 20px 0 20px;}
#topnav a:hover {text-decoration: underline;color: #000;background:#dddddd;padding:5px 20px 0 20px;}
#topnav li a.actual {height:22px;text-decoration: underline;font-weight:bolder;color: #000000;background:#ddd;padding:5px 20px 0px 20px;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #666;}

/* LeftPan Styles */
form{border-left:2px dashed #1f7ce4;border-bottom:2px dashed #1f7ce4;border-top:2px dashed #1f7ce4;width:160px;height:700px;padding-left:3px;background:#eee;}
input,label,select{display:block;}
label{margin-top:5px;font-size:0.8em;color:#333;}
input,select{margin-bottom:5px;color:#0066cc;}
.small{font-size:0.7em;float:left;display:block;margin:0 0 5px 0;}
.priv{float:right;display:block;}
.submit{clear:both;}
/* RightPan Styles */
.tableborder{border:4px dashed #0066cc;background:#efefef;}
#leftpan ul{list-style:square;font-size:0.9em;color:#333;}


/* Footer Styles */
#footer p{font-size:0.8em;}