@charset "UTF-8";
/* CSS Document */
/* Color Pallette: Mustard:#C08C02; Yellow:#FBCC36; Light Yellow:#FFF9E1; Green:#669834; Dark Blue:#2626B8; Grey Blue:#4E71B9; Sky Blue:#6699FF; Grey:#989898 */

body {margin:0;text-align:center;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:11pt;}
.noprint {display:none;}
.left {float:left;}
.right {float:right;}
.spacer {clear:both;}

/* Containers */
div#everything {text-align:left;width:960px;margin:0px auto;}
div#guts {background-color:#FFF;padding-bottom:60px}
div#leftCol {display:none;}
div#leftnav {display:none;}
div#siteSearch, div#bullseye {display:none;}
div#pageContent {width:960px;}
div#mainimages {}
div#mainContent {width:60%;margin:0;float:left;} /* display:inline fixes an ie6 double margin bug {display:inline;width:60%;margin:0 20px 0 0;float:left;} */
div#sidebar {width:30%;margin:0;float:right;} /* display:inline fixes an ie6 double margin bug {display:inline;width:30%;margin:0;float:right;} */
div#mainContentWide {width:960px;}
div#footer {background:#f3f3f3 url(images/footerBG.gif) repeat-x 0 0;padding:10px;width:960px;}

/* Text Formatting */
a {text-decoration:underline;color:#2626b8;}	
h1,h2,h3,h4,h5,h6 {font-weight:bold;font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif;}
h1{font-size:200%;margin-bottom:.5em;color:#C08C02;}
h2{font-size:167%;margin-bottom:0.25em;color:#669834;}
h3{font-size:150%;margin-bottom:.25em;}
h4{font-size:133%;margin-bottom:.25em;}
h5{font-size:115%;}
h6{font-size:100%;}
#footer p {color:#999;font-size:80%;}
#pageContent ul {list-style:none; margin:5px 0 0 0; padding:0;}
#pageContent ul li {background-image:url(images/bullet669834.gif); background-position:5px 5px; background-repeat:no-repeat; padding-left:15px; margin-bottom:5px; }
ul#siteMap li {font-weight:bold; margin-bottom:20px;}
ul#siteMap ul li {font-weight:normal; margin-bottom:5px;}
ol {padding-right: 0; padding-left: 0; margin-left: 0;}
ol li {margin-left: 30px; margin-right: 0px; padding:0 5px 10px 5px;}
dl{margin: 0em 0em 1em 0em;}
dl dt{margin-top:1em;font-weight:bold;}
dl dt:first-child{margin-top:0em;}
dl dd{margin:0 0 15px 0;padding-left:0;}


/* Top Nav */
#topnav {display:none;}
/* End Top Nav */

/* Utility Nav */
#utilnav {display:none;}
/* End Utility Nav */

/* Breadcrumb Nav */
#breadcrumb {display:none;}
/* End Breadcrumb Nav */

/* Main Images */
div#mainimages #left {display:none;}
div#mainimages #right {display:none;}
/* End Main Images */

/* Tables */
table {text-align:left;}
thead {background-color:#6699FF;}
thead th {font-size:133%;font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif;padding:5px 5px 3px 5px;}
tbody th {font-weight:normal;font-style:italic;padding:0 5px 3px 5px;}
td {}
table p, table  ul {margin:0;}

table.borders {text-align:left; font-size:80%; border:solid 1px #6699FF;}
table.borders thead {background-color:#6699FF;}
table.borders thead th {font-size:133%;font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif;padding:5px 5px 3px 5px;}
table.borders tbody th {border:solid 1px #6699FF;background-color:#6699FF;font-weight:normal;font-style:italic;padding:0 5px 3px 5px;}
table.borders td {border:solid 1px #6699FF;background-color:#FFFFFF;}
table.borders p, table.borders ul {margin:0;}
/* End Tables */


