/* .............................. */
/* HTML element level selectors */
body, td, div, p, a, span{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
}


a.footerlinks:link {
	color: lightblue;
	text-decoration: none;
}
a.footerlinks:active {
	color: lightblue;
	text-decoration: none;
}
a.footerlinks:visited {
	color: lightblue;
	text-decoration: none;
}
a.footerlinks:hover {
	color: lightblue;
	text-decoration: underline;
}



body{
	background-color: #76A3D1; /* light blue */
	color: #000000;
	font-size: small;
}
body, div{
	margin: 0px;
	padding: 0px;
}
th{
	text-align: center;
	font-weight: bold;	
}
img{
	border: 0;
}
/* page areas and text treatments */
.nowrap{
	white-space: nowrap;
}
.pageTitle{
	font-size: x-large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #6699CC;
	background-color: #FFFFFF; /* bg0 white */
	text-align: center;
}
.bodyText{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	padding: 4px 6px 4px 6px;
}
.bodyLink{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
}
.errorText{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.paddingStandard{
	padding: 2px 10px 2px 10px;
}
.noPadding{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content ul{
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0.8em;
	padding-left: 0.9em !important; padding-left: 0.8em; /* hack for Internet Explorer */
}
#content ol{
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0.9em !important; margin-left: 1.9em; /* hack for Internet Explorer */
	padding-left: 0.9em !important; padding-left: 0.2em; /* hack for Internet Explorer */
}
#content ul li{
	list-style-image: url('http://www.pbcgov.com/_code/images/bullet.gif');
}
#content ul > li:last-child{
	border-right: 0px;
}
#content ol.noBullet{
	list-style-type:none;
	line-height: 170%;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0.2em !important; margin-left: 0.2em; /* hack for Internet Explorer */
	padding-left: 0.2em !important; padding-left: 0.2em; /* hack for Internet Explorer */
}
.externalLink{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.caption{
	font-size: xx-small;
	line-height: 120%;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: xx-small;
}
iframe{
	z-index:-300;
}
.clsButton
{
 	border-right: #fcffed 3px outset;
 	border-top: #fcffed 3px outset;
	font-weight: bold;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	color: #ffffff;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #76A3D1;
} 
.clsButtonMO
{
	border-right: #fcffed 3px outset;
	border-top: #fcffed 3px outset;
	font-weight: bold;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	color: #000000;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #C2D2EE;
}
.footer{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	background-color: #336699;
	height: 38px;
}
td.TopBanner
{
	background-color: #336699;
	height: 10px;
}
td.leftmenu
{
	background-color: #ebebeb;
	vertical-align: top;
}
td.contentholder
{
	background-color: #ffffff;
	vertical-align: top;
	height: 300px;
}
body.submitfeedback{
	background-color: #ffffff; /* white */
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
