body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #c00;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}

#content {
	padding: 0px;
}

#header {
	background-color: #999999;
	color:#ffffff;
}

#header a, #header a:link, #header a:visted {
	color: #ffffff;
	text-decoration: none;
}

.rowHighlight1 {
	background-color: #EEEEEE;
}

.rowHighlight2 {
	background-color: #FFFFFF;
}

/****** SideBar Styles ******/

#sideBar {
	padding-top: 50px;
	padding-left: 10px;
	float:left;
	width: 140px;
}

#sideBar h1 {
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 0;
}

#sideBar a, 
#sideBar a:link, 
#sideBar a:visited {
	font-size:9px;
	color: #CC0000;
	text-decoration: none;
	display:block;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

#sideBar a:hover {
	font-size:9px;
	color: #CC0000;
	text-decoration: none;
	display:block;
	background: #EEEEEE;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/****** pageContent Styles ******/

#pageContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 160px;
	padding-left: 10px;
}

#pageContent a, #pageContent a:link, #pageContent a:visted {
	color: #CC0000;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-bottom-width: 1px;
}

#pageContent a:hover {
	color: #CC0000;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	background: #EEEEEE;
}


#pageContent h1 { 
	font-size: 14pt;
}

#pageContent h2 {
	font-size: 12pt;
}

#pageContent h3 {
	font-size: 10pt;
}

#pageContent h4 {
	font-size: 8pt;
	padding-bottom: 6px;
	margin:0;
}

#pageContent h5 {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

#pageContent p, #pageContent td, #pageContent li {
	font-size: 10px;
}



/************ footer styles **************/

#footer {
	position: relative;  /* Needed for Safari */
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #999999;
	color:#333333;
	font-size:9px;
}

#footer li {
	display: inline;
	padding-right: 10px;
}

.footerLink a {
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink a:hover {
	color: #CC0000;
	text-decoration: none;
}

.menuHeading {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.requiredtext {
	color: #CC0000;
	font-weight: bold;
}
.zipText
{
	color:#999999;
	font-size: 9px;
}

.caption {
	font-size: 9px;
}

.caption img {
	border:1px solid #999999;
}

.searchResults {
	font-size: 9px;
}

.searchDescription {
	color: #CC0000;
	font-weight:bold;
}

.fieldLabels {
	font-weight: bold;
}


/************ pop-up styles **************/

#titleBar {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	height: 24px;
}

#titleBar p {
	position: absolute;
	left: 10px;
	top: 5px;
	margin:0;
	padding:0;
}

#titleBar a {
	position: absolute;
	right: 10px;
	top: 5px;
	margin:0;
	padding:0;
	color:#CC0000;
	text-decoration:none;
}

#pop-upContent {
	position:inherit;
	padding:25px;
}

#pop-upContent h1 {
	font-size: 14px;
	padding:0;
	margin:0;
}

#pop-upContent h2, p, ul {
	font-size: 12px;
}

#pop-upContent .copyright {
	font-size: 10px;
	color:#666666;
}

