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

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

/* Dimesions*/
#wrapper{width:760px;height:auto;margin:5px auto;}
#container{float:left;background:none;width:760px;height:auto;}
#header{float:left; width:740px; height:30px;padding:10px;background:url(images/header.jpg) no-repeat;}
#content{float:left;width:760px;min-height:500px;padding-top:10px;padding-bottom:10px;}
#leftpan{float:left;width:180px;height:auto;}
#rightpan{float:left;width:550px;height:auto;padding-left:10px;padding-right:10px;}
#footer{float:left;width:100%;height:80px;text-align:center;border-top:5px solid #ccc;background:url(images/footer.jpg) repeat-x;}


/* Body Styles*/
p{font-size:0.9em;color:#333333; margin:8px;}
h1{font-size:1.2em;color:#fff;margin:0;}
h2{font-size:2.2em;color:#244386;display:block;height:72px;margin:0;padding:10px 8px;}
h3{font-size:1.1em;color:#000;margin-top:20px;margin-bottom:0px;}
a{font-size:0.9em;color:#244386;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;}

/* LeftPan Styles*/
#leftpan ul{width:160px;list-style:none;padding:10px;margin:0px;font-size:0.8em;background:#244386;}
#leftpan ul li{width:160px;height:auto;}
#leftpan ul li a{background:#244386;width:155px;height:auto;display:block;color:#fff;font-weight:normal;text-decoration:none;padding:10px 0 10px 5px;}
#leftpan ul li a:hover{color:#fff; text-decoration:underline;}
#leftpan ul li.home{width:155px;height:auto;display:block;color:#fff;font-weight:bold;text-decoration:underline;padding:10px 0 10px 5px;}

/* RightPan Styles */
.tableborder{border:4px dashed #0066cc;background:#efefef;}
#rightpan ul{list-style:square;font-size:0.9em;color:#333;}

/* 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;color:#fff}
#footer p a{color:#fff;text-decoration:underline}
