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

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

/* Dimesions*/

#container{background:#fff;width:760px;height:auto;margin:0 auto}
#header{float:left; width:740px; height:60px;padding:10px;background:url(images/header.jpg) no-repeat;}
#topnav{width:760px;height:30px;float:left;}
#content{float:left;width:760px;min-height:400px;background:#fff; padding-top:10px;padding-bottom:10px;}
#leftpan{float:left;width:1px;height:auto;}
#rightpan{float:left;width:739px;height:auto;padding-left:10px;padding-right:10px;}
#footer{float:left;width:760px;height:30px;text-align:center;}


/* Body Styles*/
p{font-size:0.9em;color:#333333; margin:8px 8px 16px;line-height:18px;}
h1{font-size:1.2em;color:#2c539e;margin:0;float:right;margin-top:45px}
h2{font-size:1.4em;color:#2c539e;margin:8px;}
h3{font-size:1.1em;color:#2c539e;margin:8px 8px 0 8px}
a{font-size:0.9em;color:#2c539e;text-decoration:none;}
a:hover{text-decoration:underline;}
.left{float:left;padding-left:0px;}
.right{padding:0;float:right;margin:5px;}
.center{margin-left:77px;}
.small{font-size:0.7em;}

/* Topnav Styles*/
#topnav ul {margin:5px 0 0 10px;list-style: none;padding: 0;float:right;width:700px;height:30px;}
#topnav li {display: inline;height:30px;}
#topnav a {display: block;float: left;text-decoration: none;color:#000;width:auto;height:25px;text-align:center;padding:5px 20px 5px 20px;font-size:1.0em; text-transform:uppercase;font-weight:700}
#topnav a:hover {text-decoration: underline;color: #000;padding:5px 20px 5px 20px;}
#topnav li a.actual {height:22px;text-decoration:none;font-weight:bolder;color: #fff;background:#2c539e;padding:5px 20px 5px 20px;}


/* LeftPan Styles*/
#leftpan ul{width:155px;list-style:none;padding:0px;margin:0px;font-size:0.8em}
#leftpan ul li{width:155px;height:auto;}
#leftpan ul li a{background:#fff;width:150px;height:auto;display:block;color:#333333;font-weight:normal;text-decoration:none;padding-top: 0;padding-right:0;padding-bottom: 15px;padding-left: 5px;}
#leftpan ul li a:hover{color:#0066cc; text-decoration:underline;}
#leftpan ul li.home{width:150px;height:auto;display:block;color:#333;font-weight:bold;text-decoration:underline;padding-left:5px;padding-bottom: 15px;}
#leftpan img{padding-top:100px;}

/* RightPan Styles */
.tableborder{border:4px dashed #0066cc;background:#efefef;}
#banner{background:url(images/banner.jpg) no-repeat;padding:20px 10px;margin:10px;width:720px;height:80px;float:left;text-align:center;}
#banner p{color:#fff;font-size:1.4em;font-weight:bold;line-height:28px;}
#rightpan ul{list-style:square;font-size:0.9em;color:#333;}
#rightpan ul li{margin-bottom:5px;}

/* Share This */
#share{width:170px; height:50px; background:url(images/share/share.gif) no-repeat;margin:10px auto;padding:5px}
#share h4{margin:0;padding-bottom:5px;font-size:1.1em;text-align:center;}
#share a{margin-left:4px;}

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