@charset "utf-8";
/* CSS Document */

/* !!!!!!!!!!!! Zeroing Styles !!!!!!!!!!!! */

/* These styles set all browser default styles to zero to maintain consistancy across browsers therefore you must manually set all styles */

* {
margin:0;
padding:0;
border:0;
}

html {
min-height: 100%;
height: auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,table,html {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
}

q:before,q:after {
content:'';
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

a img,:link img,:visited img { 
border:none;
}

address { 
font-style:normal; 
}



/* !!!!!!!!!!!! Display Styles !!!!!!!!!!!! */

/* Styles that effect the display and not the structure of the site such as fonts, headers, HTML tag styles and 'a' styles should be defined here */

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
line-height:1.6em;
}

td {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
}

ul {
list-style:outside;
list-style-type:disc;
color:#000000;
margin-left:15px;
}

ol {
list-style:outside;
list-style-type:decimal;
color:#000000;
margin-left:25px;
}

li {
padding:.5em 0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.4em;
color:#663366;
padding:0 0 10px 0;
font-weight:normal;
position:absolute;
left:99999px;
display:none;
}
/* h1 styles are for defining the structure of the site (mostly for screen readers) they will not be viewable or printable unless CSS is disabled such as with a mobile device*/

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.4em;
padding:0 0 16px 0;
color:#284437;
font-weight:normal;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.8em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:normal;
}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
color:#fbb053;
padding:0;
margin:0;
font-weight:bold;
}

h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
padding:0 0 4px 0;
color:#3e6d57;
font-weight:normal;
}

h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:normal;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
padding:.5em 0;
}

a {
color:#005b5b;
text-decoration:none;
}

a:link a:visited a:active {
color:#005b5b;
}

a:hover {
color:#94dede;
}

.offpage {
position:absolute;
left:99999px;
display:none;
}
/* the .offpage class is for assets that should not be displayed on screen or printed but are there for semantic, audio, screenreaders, or mobile devices */

#fontControls {
text-decoration:none;
color:#FFFFFF;
/*
height:100%;
width:100%;
*/
padding: 0px;
float:left;
}



h1 {
display:none;
}

.skipnav {
display:none;
}

.mainnavwrapper {
display:none;
}

.headerblocktop {
display:none;
}

.jumpnavwrapper {
display:none;
}

.quicklinkswrapper {
display:none;
}

.leftboxbottom {
padding:20px 0 0 0;
}

.gotomeeting {
display:none;
}

.footerinner {
padding:10px 0 0 0;
}

.maincontent {
padding:20px 0 0 0;
}

.submaincontent {
padding:20px 0 0 0;
}

.subnav {
display:none;
}