/*  This is the Print CSS to make the page easy to use */
body {margin: 0;padding: 0;background: white; font: normal 12pt "Trebuchet", Arial, Helvetica, serif;color: black;}
h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
h1, h1 a{font: 18pt normal arial, Helvetica, Sans-Serif;float:right;color:#6F88A7;font-variant: small-caps;padding:0 20px 0 0 ;margin:0;}
h2 { font-size: 14pt;}
h3 { font-size: 13pt;font-variant: small-caps;font-weight: normal;}
h4 { font-size: 10pt;font-family: arial, Helvetica, Sans-Serif;}
p, ul, ol, blockquote {margin-top: 0;padding-top: 0;text-align: justify;line-height: 20px;}
a a:visited{color: #002F55;text-decoration: underline; background: transparent;}
a img{ display:none; }
#tabs {display:none;}
#header {display:none;}
#topmenu {display: none;}
#content {width: 90%;margin: 0px auto 0px;padding: 0 0 0 10px;}
#l_sidebar {display: none;}
#r_sidebar {display: none;}
#main {float: left;width: auto;margin: 10px 0 0 27px ;padding: 5px 5px 5px 5px;}
#footer {clear: both;width: auto;height:200px;margin: 0 auto;}
#footer p {margin: 0;padding: 30px;text-align: center;}
#wp-calendar {empty-cells: show;margin: 10px auto 0;width: 120px;}
#wp-calendar #prev a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}
#wp-calendar caption {font: normal 1.0em 'Tahoma', Arial, Helvetica, Sans-Serif;text-align: center;}
#wp-calendar th {font-style: normal;text-transform: capitalize;}
#wp-calendar #next a {padding-right: 10px;text-align: right;}
#wp-calendar #prev a {padding-left: 10px;text-align: left;}
#wp-calendar a {display: block;}
#wp-calendar caption {text-align: center;width: 100%;}
#wp-calendar td {padding: 3px 0;text-align: center;}
#wp-calendar td.pad:hover { /* Doesn't work in IE */background-color: #000; }
img.center, a img.center {display: block;margin-left: auto;margin-right: auto;padding: 3px;}
img.alignleft, a img.alignleft {float:left;margin: 4px 10px 5px 0;padding: 3px;}
img.alignright, a img.alignright {float:right;margin: 4px 10px 5px 0;padding: 3px;}
blockquote{margin: 0 0 0 10px;padding: 0 10px 0 10px;font-style: italic;color: #ccc;border-left: 5px solid #3B73C8;}
#blockquote p{margin: 0 0 10px 0;padding: 0;}
#searchdiv {display:none;}
#searchform {display:none;}
#s {width: 70%;background: transparent;color: #000;font-size: 11px;font-family: Verdana, Helvetica, Sans-Serif;padding: 3px;margin: 8px 0 0 0;border: 1px solid #3B73C8;}
#textfield1 {width: 200px;background: transparent;border: none;}
#submit1 {display: none;}
#tabbar {display: none;}
.navigation {float: right;margin-top: 10px;margin-bottom: 60px;list-style: none;}
.dmenu a:hover {text-decoration: underline;color: #000;}
.dmenu {
display: none; /* REQUIRED dont display them to begin with */
position: absolute; /* REQUIRED enables javascript to position them below the right tab */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */
margin: 18px 0 0 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */
padding: 3px 3px 3px 0px; /* put some space around the contents */
background-color: rgb(60,90,154); /* colour the background blue-ish */
border: 1px solid rgb(150,150,150); /* add a border */
/* round all the corners except the top left */
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
-khtml-border-radius: 5px;
-khtml-border-radius-top-left: 0;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;

text-align: left; /* just in case */
}