body{
    margin: 0;
    font-family: Arial, Verdana, Helvetica ! important;
    font-size: 9pt;
    color: #434343;
/*
    scrollbar-3dlight-color: #FF8C09;
    scrollbar-arrow-color: #444444;
    scrollbar-base-color: #FFAF00;
    scrollbar-darkshadow-color: #444444;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FF8C09;
*/
}
ul,ol{
    margin-top: 10px;
    margin-bottom: 10px;
}
.leftNav{
    width: 135px;
    padding: 15px;
    padding-right: 17px;
}
.leftNav div{
    padding-bottom: 7px;
}
* html .leftNav div{
    padding-bottom: 7px;
}
/*
li{
    margin-left: -20px ! important;
}
*/
.heading-1{
    font-size: 10pt;
    font-weight: bold;
    color: #FF8D09;
}
.heading-1-1{
    font-size: 9pt;
    font-weight: bold;
    color: #434343;
}
h1{
    margin: 0px;
    margin-bottom: 5px;
    font-size: 10pt;
    font-weight: bold;
    color: #434343;
}
h2{
    margin: 0px;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
}
h3{
    margin: 0px;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
}
.quote{
    font-family: Times;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
.quote p {
    font-family: Times;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
* html .quote p {
    font-family: Times;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
.white{
    color: #FFFFFF ! important;
}
div,p,span,td{
    font-size: 9pt;
}
b, strong{
    font-size: 9pt;
}
.status{
    color: red;
}
select{
    font-size: 8pt;
}
textarea{
    border: 1px solid #777777;
    padding: 2px;
    font-size: 8pt;
    width: 100%;
}
.toggle{
    width: 15px;
    font-size: 10pt;
    cursor: hand;
    cursor: pointer;
}
.search{
    border: 1px solid #CCCCCC;
    padding: 2px;
    color: #434343;
    font-size: 8pt;
    width: 100%;
}
form{
    margin: 0px;
}
.formField{
    border: 1px solid #777777;
    padding: 2px;
    color: #434343;
    font-size: 8pt;
    width: 100%;
}
.formButton{
    font-size: 8pt;
    cursor: hand;
    cursor: pointer;
}
.phone{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 7pt;
}
.copyright{
    color: #434343;
    font-size: 7pt;
}
.buttonOff{
    font-size: 8pt;
    color: #FFFFFF;
    padding: 1px;
    padding-left: 5px;
    background: #6F6D6C;
    text-transform: uppercase;
    border-bottom: 2px solid #FFFFFF;
    cursor: hand;
    cursor: pointer;
}
.buttonOver{
    font-size: 8pt;
    color: #FFFFFF;
    padding: 1px;
    padding-left: 5px;
    background: #FFAF00;
    text-transform: uppercase;
    border-bottom: 2px solid #FFFFFF;
    cursor: hand;
    cursor: pointer;
}
.subOff{
    font-size: 8pt;
    color: #444444;
    padding: 1px;
    padding-left: 5px;
    background: #DDDDDD;
    cursor: hand;
    cursor: pointer;
}
.subOver{
    font-size: 8pt;
    color: #444444;
    padding: 1px;
    padding-left: 5px;
    background: #BBBBBB;
    cursor: hand;
    cursor: pointer;
}
div.wrapper {
    width: 144px;
    position: relative;
    clear: both;
    background-color: transparent;
}
div.left {
    width: 5%;
    position: relative;
    float: left;
    background-color: transparent;
}

div.right {
    width: 95%;
    position: relative;
    float: right;
    background-color: transparent;
}
.rightCallout{
    padding: 10px;
    font-size: 8pt;
    background: #DDDDDD;
}
.footer{
    font-size: 7pt;
    color: #777777;
}
.button{
    padding: 0px;
    height: 12px;
    width: 12px;
    font-size: 8pt;
    line-height: 8px;
    cursor: hand;
    cursor: pointer;
    overflow: hidden;
}
a{
    color: #AC5C00;
}
a:visited{
    color: #AC5C00;
}
a:link{
    color: #AC5C00;
}
a:active{
    color: #FFAF00;
}
a:hover{
    color: #FFAF00;
}
.grBox{
	padding-top: 5px;
	padding-bottom: 5px;
	background: #6F6D6C;
	width: 145px;
}
.grBox a{
    color: #FFAF00;
    font-weight: normal;
    font-size: 8pt;
}
.grBox a:visited{
    color: #FFAF00;
    font-weight: normal;
    font-size: 8pt;
}
.grBox a:link{
    color: #FFAF00;
    font-weight: normal;
    font-size: 8pt;
}
.grBox a:active{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 8pt;
}
.grBox a:hover{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 8pt;
}











/*** BOTTOMNAV ***/
.bottomNav {
    display: table;         /* ignored by IE */
    padding: 0;
    margin: 0px;
    list-style-type: none;
    white-space: nowrap;    /* keep text on one line */
}
* html .bottomNav {
    display: inline-block;  /* for IE only */
    width: 1px;             /* IE will expand to fit bottomNav width */
    padding: 0 2px;         /* fix bug in IE for border spacing */
}  
.bottomNav li {
    display: table-cell;    /* ignored by IE */
}
* html .bottomNav li {
    display: inline;        /* for IE only */
}
.bottomNav a, .bottomNav a:visited {
    display: block;         /* for all browsers except IE */
    padding: 4px 16px;
    color: #FFFFFF;
    background: #FFAF00;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial, Verdana, Helvetica ! important;
}
* html .bottomNav a, * html .bottomNav a:visited {
    display: inline-block;  /* for IE only */ 
    margin: 0 -2px;         /* to correct an IE border width bug */ 
}
.bottomNav a:hover {
    background: #FF8C09;
    color: #FFFFFF;
}
.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}





/*** HOME BOTTOMNAV ***/
.homeFooter {
    display: table;         /* ignored by IE */
    padding: 0;
    margin: 0px;
    list-style-type: none;
    white-space: nowrap;    /* keep text on one line */
}
* html .homeFooter {
    display: inline-block;  /* for IE only */
    width: 1px;             /* IE will expand to fit bottomNav width */
    padding: 0 2px;         /* fix bug in IE for border spacing */
}  
.homeFooter li {
    display: table-cell;    /* ignored by IE */
}
* html .homeFooter li {
    display: inline;        /* for IE only */
}
.homeFooter a, .homeFooter a:visited {
    display: block;         /* for all browsers except IE */
    padding: 2px 16px;
    background: #FFFFFF;
    font-weight: normal;
}
* html .homeFooter a, * html .homeFooter a:visited {
    display: inline-block;  /* for IE only */ 
    margin: 0 -2px;         /* to correct an IE border width bug */  
}
.homeFooter a:hover {
    background: #FFFFFF;
}
.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}



/*** TABS ***/
.tabs {
    display: table;         /* ignored by IE */
    padding: 0;
    margin: 0px;
    list-style-type: none;
    white-space: nowrap;    /* keep text on one line */
}
* html .tabs {
    display: inline-block;  /* for IE only */
    width: 1px;             /* IE will expand to fit tabs width */
    padding: 0 2px;         /* fix bug in IE for border spacing */
}  
.tabs li {
    display: table-cell;    /* ignored by IE */
}
* html .tabs li {
    display: inline;        /* for IE only */
}
.tabs a, .tabs a:visited {
    display: block;         /* for all browsers except IE */
    padding: 2px 16px;
    background: #FFAF00;
    color: #FFFFFF;
    font-weight: normal;
    border: 1px solid #444444;
    border-bottom: 0px solid #444444;
    margin-right: 3px;
    text-decoration: none;
}
* html .tabs a, * html .tabs a:visited {
    display: inline-block;  /* for IE only */ 
    margin: 0 -2px;         /* to correct an IE border width bug */  
}
.tabs a:hover {
    background: #FF8C09;
    color: #FFFFFF;
}
.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

div.newsArticle {
	border-bottom: 1px dotted gray;
}

div.newsArticle h1 {
	font-size: 10pt;
	color: black;
}

div.newsArticle h2 {
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

a.example span
{
color: #FFFFFF;
text-decoration: none; color: #FFFFFF;
}
