body {
	margin: 0px;
	background-color: #aabbcc; /*#D8D8D8;*/
	background-image: url("/images/bgg.gif");
    background-repeat: repeat;
    margin: 0;	
}
.bgl {
	background-image: url(../images/bgl.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bgr {
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.logobarbg {
	background-image: url(../images/logobarbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menubarbg {
	background-image: url(../images/menubarbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.floorbg {
	background-image: url(/images/bgcolor2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.menubg {
	background-image: url(/images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.maintopbg {
	background-image: url(../images/maintopbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.indexlinkcircle {
	border:solid 1px #BEBBB4;
	font-size: 11px;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
}
.indextxt {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	text-indent: 10px;
	text-align: left;
}
.indextxtqlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-decoration: none;
	text-indent: 10px;
	text-align: left;
}
.indextxtqlink:link {
	text-decoration: none;
}
.indextxtqlink:hover {
	border-bottom:dotted 1px #999999;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}
.menu:link{
	text-decoration: none;
}
.menu:hover{
	text-decoration: none;
}
.searchbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.titlebartxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.titlebartxt:link{
	text-decoration: none;
}
.titlebartxt:hover{
	border-bottom:dotted 1px #666666;
}
.floortxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.floortxt:link{
	text-decoration: none;
}
.floortxt:hover{
	border-bottom:dotted 1px #ffffff;
}
.contenttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #0378a4;
	font-weight: bold;
}
.contenttxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #444444;
	text-align: left;
}

.s7 {
	line-height: 7px;
}

.s10 {
	line-height: 10px;
}
.pagetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0378a4;
	text-decoration: none;
}
a[href $='.pdf'] {
    padding-right: 18px;background: transparent url(/images/icon_pdf.jpg) no-repeat center right;
}
a[href $='.doc'] {
    padding-right: 18px;background: transparent url(/images/icon_doc.jpg) no-repeat center right;
}
a[href $='.xls'] {
    padding-right: 18px;background: transparent url(/images/icon_xls.jpg) no-repeat center right;
}
a[href ^="mailto:"] {
    padding-right: 20px;background: transparent url(/images/email.png) no-repeat center right;
}
a[class ="popup"] {
    padding-right: 18px;background: transparent url(/images/icon_popup.jpg) no-repeat center right;
}
a[class ~="popup"] {
    padding-right: 18px;background: transparent url(/images/icon_popup.jpg) no-repeat center right;
}
a[class ="external"] {
    padding-right: 18px;background: transparent url(/images/icon_external.jpg) no-repeat center right;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
background-color: #fff;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 14px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 14px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}