﻿body {
	text-align: left;
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background: white;
}

p, ol, ul, dl, th {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 5px;
}

.plaque {
	float: left;
	width: 600px;
	height: 240px;
	border: thick outset silver;
	background-image: url(/images/sealHump600.jpg);
	background-color: teal;
}
.plaque1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #000033;
	padding: 40px 2px 12px 160px;
	font-style: italic;
}
.plaque2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #000033;
	padding: 2px 2px 6px 170px;
}
/* Tables, rows and columns */
.tableBody {
	height: 570px;
	width: 100%;
}

.tableMain {
	width: 765px;
	background-color: #66CCFF;
	border-collapse: collapse;
	border-spacing: 0;
}

.tableMain2 {
	width: 765px;
	background-color: #66CCFF;
	border-collapse: collapse;
	border-spacing: 0;
}

.tableApp {
	width: 765px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.tdhang {
	text-indent: -60px; 
	padding-left: 65px;
}

.tdplain {
	font-size: .8em;
	margin-top: 2px;
	margin-bottom: 5px;
}

.tdvtlogo {
	height: 71px;
	width: 153px; 
	bgcolor: #66CCFF; 
	border-bottom-color:#666666; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
}

.tdtrelogo {
	height: 71px;
	width: 612px; 
	bgcolor: #66CCFF; 
	background: url(/images/header.jpg);
}

.tdlogo {
	font-size: 8pt;
	color: #333333;
	width: 153px; 
	height: 153px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.tdbutton {
	font-size: 8pt;
	background: url(/images/menu_blue.gif);
	width: 153px; 
	height: 26px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	cursor:hand;
}

.tdbuttonBig {
	font-size: 10pt;
	background: url(/images/menu_blue_big.gif);
	width: 153px; 
	height: 52px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	cursor:hand;
}

.tdMenuHeader {
	height: 25px;
	vertical-align: middle;
}

.tdFooter {
	height: 50px;
	font-size: .8em;
	margin-top: 2px;
	margin-bottom: 5px;
}

.tdthinleftheader {
	border-left: 1px solid rgb(128,128,128); 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-weight: bold;
	font-size: .8em;
	background-color: #C2E0C2;
}

.tdthincenterheader {
	border-left: 0 none; 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-weight: bold;
	font-size: .8em;
	background-color: #C2E0C2;
}

.tdthinrightheader {
 	border-left: 0 none; 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-weight: bold;
	font-size: .8em;
	background-color: #C2E0C2;
}

.tdthinleft {
 	border-left: 1px solid rgb(128,128,128); 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-size: .8em;
}

.tdthincenter {
 	border-left: 0 none; 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-size: .8em;
}

.tdthinright {
	border-left: 0 none; 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-size: .8em;
}

.tdthinbottom {
	border-left: 0 none; 
	border-right: 0 none; 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 0 solid;
	font-size: .8em;
}

.tdthinall {
	border-left: 1px solid rgb(128,128,128); 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 1px solid rgb(128,128,128);
	font-size: .8em;
}

.tdcontentbox {
	background-color: #FFFFCC;
	border-left: 1px solid rgb(128,128,128); 
	border-right: 1px solid rgb(128,128,128); 
	border-top: 1px solid rgb(128,128,128); 
	border-bottom: 1px solid rgb(128,128,128);
	font-size: 1em;
}

.rowheader {
	font-weight: bold;
}

ol {
	line-height: 1.1em;
	list-style-type: lower-alpha;
}

ul {
	line-height: 1.2em;
	list-style-type: disc;
}

/*to emphasize words, use it inline with a <span> class*/
strong, b {
	font-weight: 800;
}

italic, i {
	font-style : italic;
}

.highlight {
	background: #FFFFCC;
}

.highlightstrong {
	font-weight: 800;
	background: #FFFFCC;
}

.statusOk {
	font-style : italic;
	color : Green;
	font-weight : 600;
}

.statusNot {
	font-style : italic;
	color : Red;
	font-weight : 600;
}

.statusNone {
	font-style : italic;
	font-weight : 600;
}

.quote {
	font-size: .8em;
	font-weight: 600;
	font-style: italic;
	color: #669999;
	margin-top: 8px;
	margin-bottom: 8px;
		}
		
.danHeader {
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #666699;
	letter-spacing: 1.5px;
	float:left;
	width: 88%;
	margin: 1px 0px 2px 0px;
	background-color : #B0C4DE;
}

.danH2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight : 600;
	color : Black;
	padding : 6px 1px 6px 10px;
}

.danH3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight : 600;
	color : Black;
	padding : 5px 1px 5px 10px;
} 

.danPageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight : 600;
	color : White;
	margin: 2px 0px 1px 1px;
	padding : 3px 0px 3px 12px;
	background-color : #006400;
	float:left;
	width:97%;
} 

.danHeaderDb {
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #666699;
	letter-spacing: 1.5px;
	float: left;
	width: 88%;
	margin: 1px 0px 2px 0px; 
	background-color: Yellow;
}

.danPageTitleDb {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 600;
	color: White;
	margin: 2px 0px 1px 1px;
	padding: 3px 0px 3px 12px;
	background-color: #FFCC00;
	float: left;
	width: 97%;
} 

.danHeaderDc {
	border-color:#999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #666699;
	letter-spacing: 1.5px;
	float: left;
	width: 88%;
	margin: 1px 0px 2px 0px; 
	background-color: #FF99FF;
}

.danPageTitleDc {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 600;
	color: White;
	margin: 2px 0px 1px 1px;
	padding: 3px 0px 3px 12px;
	background-color:#6600CC;
	float: left;
	width: 97%;
} 

.danGreen {
	font-style : italic;
	color : Green;
	font-size: .7em;
}

.danRed {
	font-style : italic;
	color : Red;
	font-size: .7em;
}

.danSpanRed {
	font-style : italic;
	color : Red;
	font-size: 1em;
}

/*header styles*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight : 600;
	margin: 0px 2px 0px 2px;
	padding : 0px 0px 0px 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight : 600;
	margin-top: 1px;
	margin-bottom: 1px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 600;
	color: #005921;
	margin: 2px 2px 6px 0px;
} 

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight : 600;
	color : #3333CC;
	margin-top : 6px;
	margin-bottom: 2px;
} 

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight : 600;
	color: #003399;
	margin-top : 8px;
	margin-bottom: 2px;
} 

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight : 600;
	margin-top : 3px;
	margin-bottom: 2px;
} 

.header {
	float: left;
	margin: 2px 0px 1px 2px;
	width: 1280px;
	height: 80px;
	background-image: url(/images/new_sealHump760_80.gif);
	background-color: White;
	background-repeat: no-repeat;
}

.headerCorner {
	float: left;
	margin: 4px 0px 0px 0px;
}

.headerText1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-weight: 800;
	color: #005921;
	letter-spacing: 7px;
	padding: 0px 0px 1px 84px;
	font-variant: small-caps;
}

.headerText2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 800;
	color: #005921;
	letter-spacing: 4px;
	padding: 2px 0px 0px 84px;
	font-variant: small-caps;
}

.headerText3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 600;
	color: #FFFF99;
	letter-spacing: 3px;
	padding: 0px 0px 0px 86px;
	font-variant: small-caps;
}

.headerFL {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 800;
	color: #005921;
}

.headerFLbox {
	font-family: "Times New Roman", Times, serif;
	color: #005921;
	font-variant: small-caps;
}

.header2FLbox {
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	color: #782327;
}

.textFLbox {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/*text columns*/
.colWidth {
	float: left;
	margin: 2px 3px 5px 3px;
}

.colPage {
	width: 760px;
	float: left;
	margin: 2px 3px 5px 3px;
}

.colContent {
	width: 636px;
	float: left;
	margin: 2px 3px 5px 3px;
}

.colPrint {
	width: 640px;
	float: left;
	margin-left: 15px;
}

.col15 {
	width: 15%;
	float: left;
	margin: 2px 3px 4px 3px;
}

.col20 {
	width: 19%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col25 {
	width: 24%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col33 {
	width: 32%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col50 {
	width: 47%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col67 {
	width: 66%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col75 {
	width: 74%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col100 {
	width: 99%;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col60px {
	width: 60px;
	float: left;
	text-align: right;
	margin: 2px 3px 5px 3px;
}

.col80px {
	width: 80px;
	float: left;
	text-align: right;
	margin: 2px 3px 5px 3px;
}

.col140px {
	width: 140px;
	float: left;
	text-align: left;
	margin: 2px 3px 5px 3px;
}

.col200px {
	width: 200px;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col480px {
	width: 480px;
	float: left;
	margin: 2px 3px 5px 3px;
}

.col550px {
	width: 550px;
	float: left;
	margin: 2px 3px 5px 3px;
}

/*text boxes*/
pre {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #F7F7F7;
	border: 1px solid #C71585;
	padding: 4px;
}

.indexbox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.plainbox {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	background: #FFFFF0;
}

.textbox {
	margin-top: 5px;
	padding: 5px;
	background: #F7F7F7;
}

.noticebox {
	background: #F0F8FF;
	border-color: Silver;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
}

.disclaimerbox {
	background: #CCFFCC;
	border-color: Silver;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
}

.alertbox {
	background: #F7F7F7;
	border-color: Red;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin: 5px;
	padding: 5px;
}

.warningbox {
	width: 70%;
	color : Red;
	border-color: Red;
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	margin-left: 10px;
	padding: 5px 20px 5px 20px;
}

.okbox {
	width: 70%;
	color : Green;
	border-color: Green;
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	margin-left: 10px;
	padding: 5px 20px 5px 20px;
}

.letterbox {
	width: 70%;
	background: #FFFFF0;
	border-color: Silver;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.fancybox {
	width: 95%;
	background: #FFFFF0;
	margin: 4px;
	padding: 4px;
	border: medium double #669999;
}

.archivebox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background: #F5F5DC;
}

.specialbox {
	width: 95%;
	border: medium double red;
	margin-left: 20px;
	padding: 1px 1px 1px 1px;
}

/*normal links in the text*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #C71585;
	text-decoration: underline;
}

a:hover {
	background: #EBF5FA;
	color: #3499CC;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a.logo {
	color: #66CCFF;
	text-decoration: none;
}

a.logo:visited {
	color: #66CCFF;
	text-decoration: none;
}

a.logo:hover {
	background: #66CCFF;
	color: #3499CC;
	text-decoration: none;
}

a.logo:active {
	color: #66CCFF;
	text-decoration: none;
}

/*table of contents links*/
a.toc {
	color: Navy;
	text-decoration: none;
	background-color : transparent;
}

a.toc:visited {
	color: Navy;
	text-decoration: none;
	background-color : transparent;
}

a.toc:hover {
	color: Navy;
	text-decoration: underline;
	background: #FFFFCC;
}

/*inline links in the text*/
a.inline {
	color: Navy;
	text-decoration: underline;
	background-color: transparent;
}

a.inline:visited {
	color: Navy;
	text-decoration: underline;
	background-color: transparent;
}

a.inline:hover {
	color: Navy;
	background: #FFFFCC;
}

/*New Button Links*/
a.buttoninline {
	color: #333333;
	text-decoration: none;
	background-color: #66CCFF;
}

a.buttoninline:visited {
	color: #333333;
	text-decoration: none;
	background-color: #66CCFF;
}

a.buttoninline:hover {
	color: #000000;
	text-decoration: none;
	background: #66CCFF;
}


/*footer links*/
a.footer {
	font-size : .7em;
	font-weight: 400;
	color: Teal;
	text-decoration: underline;
	font-family : "Times New Roman", Times, serif;
}

a.footer:visited {
	color: Teal;
	text-decoration: underline;
}

a.footer:hover {
	color: Teal;
	text-decoration: underline;
	background: #FFFFCC;
}

.footerText {
	font-size : .7em;
	font-weight: 400;
	color: Teal;
	padding : 1px 2px 1px 2px;
	font-family : "Times New Roman", Times, serif;
}

/*miscellaneous buttons*/
.cellButton {
	background-color: White;
	border-color: Blue Navy Navy Blue;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	text-align: center;
	color: Navy;
	font-weight: 600;
	letter-spacing: 3px;
}

a.button {
	text-decoration: none;
	color: Navy;
}

a.button:visited {
	text-decoration: none;
	color: Navy;
}

a.button:hover {
	color: Navy;
	text-decoration: underline;
}

/*horizontal navigation bar*/
.navigationHorizontal {
	float: left;
	margin: 1px 1px 0px 2px;
	padding: 2px 1px 3px 0px;
	background-color: White;
}

a.bar:hover {
	color: White;
	background-color: #003300;
	text-decoration: none;
}

/*horizontal navigation bar for colContent*/
.navigationContent {
	width: 636px;
	float: left;
	margin: 0px 0px 0px -2px;

	background-color: White;
}

a.barWhite {
	color: Navy;
	text-decoration: underline;
	background-color: White;
	padding: 3px 3px 2px 3px;
	font-size: 1em;
}

a.barWhite:visited {
	color: Navy;
	text-decoration: underline;
	background-color: White;
	font-size: 1em;
}

a.barWhite:hover {
	color: Navy;
	background-color: White;
	text-decoration: none;
	font-size: 1em;
	background: #FFFFCC;
}

/*left side navigation bar*/
.navigation {
	float: right;
	width: 108px;
	margin: 0px 0px 0px 0px;
}

/*first level of navigation bar*/        

a.nav {
	color: White;
	text-decoration: none;
}

a.nav:visited {
	color: White;
	text-decoration: none;
}

a.nav:hover {
	color: Silver;
	text-decoration: none;
}

/*current page*/
a.navcur {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

/*Eric Meyers grandiose CSS Pop Ups*/
/*for more info, see http://www.meyerweb.com/eric/css/edge/popups/demo.html */
a.nav span {display: none;}

a.nav:hover span {
	display: block;
	position: absolute;
	top: 185px;
	left: 180px;
	width: 220px;
	border-color: #bbbbbb;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	padding: 12px;
	z-index: 100;
	color: #DFEFF7;
	background: Maroon;
	font: 8px Arial, Helvetica, sans-serif;
}

a.nav:hover span.lower {
   top: 175px; 
}

a.nav:hover span.lowest {
   top: 220px; 
}

a.nav:hover span.balloon {
	top: 116px;
	left: 102px;
	width: 240px;
	margin: 0px 0px 0px 10px;
	padding : 5px 5px 5px 15px;
	color: #003366;
	background: #FFFFCC;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	border-color: #003366;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	letter-spacing : .15em;
	line-height : 1.4em;
	text-align : left;
}

/*second level of navigation bar*/
.navbox1 {
	background-color: #F7F7F7;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin: 2px 16px;
	padding: 0px 2px;
	width: 90px;
}

a.nav1 {
	background: transparent;
	color: #006699;
	display: block;
	text-decoration: none;
	width: 90px;
}

a.nav1:visited {
	background: transparent;
	color: #C71585;
	display: block;
	text-decoration: none;
	width: 90px;
}

a.nav1:hover {
	background: #EBF5FA;
	color: #708090;
	display: block;
	text-decoration: none;
	width: 90px;
}

/*current page*/
a.nav1cur {
	background: transparent;
	color: #000000;
	display: block;
	font-weight: 600;
	text-decoration: none;
	width: 90px;
}

/*left side of page for back to top links*/
.outlink {
	background-color: transparent;
	color: Green;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style : italic;
}

/*form elements styles*/
.formLabel {
	font-size: 1em;
	margin: 4px 2px 12px 1px;
	color: Navy;
}

input.bigCheck {
	margin-top: 2px;
	margin-bottom: 2px;
}

input.bigOK {
	background-color: Green;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: 600;
	width: 100px;
	height: 27px;
}

input.bigOKblue {
	background-color: Navy;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: 600;
	width: 100px;
	height: 27px;
}

input.bigCancel {
	background-color: Red;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: 600;
	width: 100px;
	height: 27px;
}

input.navButton {
	font-size: .8em;
	font-weight: 600;
	width: 100px;
	height: 27px;
	color : Navy;
}

input.noTextbox {
	font-size: 1em;
	margin: 2px 2px 2px 2px;
	width: 80px;
	color: Navy;
	text-align : left;
	border : none;
}

input.textBox2 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 30px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox3 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 27px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox4 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 35px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox8 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 70px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : right;
}

input.textBox10 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 72px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox12 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 85px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox18 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 140px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox24 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 200px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

input.textBox40 {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	width: 330px;
	color: Navy;
	background-color : #E0E0E0;
	text-align : left;
}

.textArea {
	font-size: 1em;
	margin: 1px 2px 1px 1px;
	height: 80px;
	width: 330px;
	color: Navy;
	background-color : #E0E0E0;

}

.bigSelect {
	font-size: 1em;
	margin: 2px 2px 2px 4px;
	width: 95px;
	color: Navy;
	background-color : #E0E0E0;
}

img {
	border: none;
	background-color: transparent;
}

/* dii footer*/
a.diifooter {
	color: black;
	text-decoration: underline;
	background-color : transparent;
}

a.diifooter:visited {
	color: Black;
	text-decoration: underline;
	background-color : transparent;
}

a.diifooter:hover {
	color: #3366CC;
	background: #cccccc;
}

.footerbold {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
	font-weight: bold;
	color: black;
    background-color: #cccccc;
}

#footer {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    background-color: #cccccc;
}

#footer li {
    background: url(../images/bullet1.gif) no-repeat 0 50%;
}

.hidden {
    display: none;
    visibility: hidden;
}

div#footer {
    text-align: center;
    height: 48px;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 13;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

div#footer ul {
    display: inline;
    margin: 0;
    padding: 0;
}

div#footer li {
    padding: 0 7px 0 15px;
    margin: 0;
    display: inline;
    list-style-type: none;
}

div#footer li.first {
    background: 0;
    padding: 0 7px 0 5px;
}

div#footer h2 {
    font-size: 100%;
}
