/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 margin-top: 15px;
 text-align:center; 
font-family: Verdana, Ariel, sans-serif;
font-size: 11px;
background-color: #F0E5C8;
}

img {
border: 0;
}

td {
           font-size: 11px;
           vertical-align: top;
}
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
border: 1px solid #920000;
background-color: white;
padding: 5px;
} 
#wrapper {
background: url(/images/rednav.png) repeat-y;
}
#header{
 position:relative; 
 height:130px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
background-color: #920000;
background: url(/images/rednav.png) repeat-y;
height: 100%;
  }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 

  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 background-color:#CDCDB4;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:66%; 
 }
 
#footer{
 height:30px; 
  background-color: #920000; #0049C0; 
  padding: 5px;
 clear:both;
 color: white;

 } 

#topnav{
 height:30px; 
  background-color: #920000; #0049C0; 
  padding: 5px;
 clear:both;
 color: white;
 font-weight: bold;
 } 

div.topnav { padding: 5px; margin: 0; }
div.topnav a { color: white;   text-decoration:none; font-weight: bold;}
div.topnav a:hover { color: black; background-color: gold; }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.title {
                font-size: 140%;
                font-weight: bold;
                color: #920000;
                border-bottom: 1px #8682bb solid;
}

.pad5 {
            padding: 5px;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

li {
background: transparent;
font-family: lucida grande, verdana, arial, sans-serif;
color: #333;
}

.sidetitle {
margin: 15px 10px 10px 10px;
font-size: 12px;
background: transparent;
font-weight: bold;
color: #900;
}

div.shadow{float: left;padding: 0 6px 6px 0;
    background: url(http://www.shemakeswebsites.com/images/dropshadow.png) no-repeat bottom right}
div.shadow img{display: block;position: relative;
    top: -3px;left:-3px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc}

.redtitle {
margin: 15px 10px 10px 0px;
font-size: 12px;
background: transparent;
font-weight: bold;
color: white;
}

div.menu {
width: 99%;
background: #920000;
padding:0;
margin: 0px;
        bottom-border: 1px white solid;
font-size: 11px;

}

div.menu a {
display:block;
margin:0;
width:auto;
padding: 10px;
font-weight:bold;
border-bottom: 1px solid white;
color: white;gold;
text-decoration:none;
        text-align: left;
}

div.menu a:visited {
display:block;
margin:0;
width:auto;
padding: 10px;
font-weight:bold;
border-bottom: 1px solid white;
color: white;
text-decoration:none;
        text-align: left;
}
div.menu a:hover {background:#fc0;color:#00f;}
