@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 !!!!!!!!!!!! */

body {
font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

td {
font-family:Myriad, Verdana, Arial, Helvetica, sans-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.2em;
padding:0 0 4px 0;
color:#b3b340;
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:#663366;
padding:0 0 10px 0;
font-weight:normal;
}

h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:bold;
font-style:italic;
}

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:Myriad, Verdana, Arial, Helvetica, sans-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;
}

/* !!!!!!!!!!!! Print Styles !!!!!!!!!!!! */

.noprint {
display:none;	
}

.offpage {
display:none;
}

.header {
display:none;
}

.navigation {
display:none;
}

.leftcol {
float:left;
padding: 0 6px 0 0;
}

.button {
display:none;
}

.footerbuttons {
display:none;
}

.name {
font-size:1.6em;
padding:10px 0 4px 0;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
font-weight:bold;
}

.small {
display:none;
}