.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.menuitem a, .menuitem span {
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.menuitem a {
	color: #000000;
	background-color: #FFFF00;
	text-decoration: none;

}
.menuitem a:hover, .menuitem span {
	color: #000000;
	background-color: #FFCC00
}
.menuitemLhs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 7px;
	border: 1px solid #FFFFFF;
}
.menuitemLhs a, .menuitem span {
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.menuitemLhs a {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;

}
.menuitemLhs a:hover, .menuitem span {
	color: #FFFFFF;
	background-color: #F00202
}
.navBarBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 20px;

}
.xtraPageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.xtraPageLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.xtraPageLinks a:visited {
	color: #FFFFFF;
text-decoration: none	
}
.xtraPageLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.xtraPageLinksTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #F00202;
	height: 18px;

}


.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}


.copyrightDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
}
.copyrightDate a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.copyrightDate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightDate a:hover {
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
}

.failure {color:red;
	font-weight:bold;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p a:link {
	color: #000099;
}
p a:visited {
	color: #000099;

}
p a:hover {
	color: #FF3300;
	text-decoration: none;
}


.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalText a:link {
	color: #000099;
}
.normalText a:visited {
	color: #000099;

}
.normalText a:hover {
	color: #FF3300;
	text-decoration: none;
}



.imageBorder {
	border: 1px solid #000000;
}
.locationText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.leftBorderLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

}
.topBorderLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
body {
	margin: 0px;
}
.headerRepeater {
	background-image: url(/images/repeat_header.gif);
	height: 65px;

}
.borderRow {
	height: 10px;
}
.borderRowRepeaterTop {
	background-image: url(/images/outline_gifs/top.gif);
}
.borderRowRepeaterBottom {
	background-image: url(/images/outline_gifs/bottom.gif);
}

.topRightBorderCorner {
	background-image: url(/images/outline_gifs/corner.gif);
}

.bottomLeftBorderCorner {
	background-image: url(/images/outline_gifs/corner2.gif);
	width: 10px;
}

.navigationPadding {
	background-image: url(/images/spacer.gif);
	width: 100px;
}
.sideBorderRepeater {
	background-image: url(/images/outline_gifs/side.gif);
}

.sideBorderLineRepeater {
	background-image: url(/images/outline_gifs/vertical_line.gif);
}

.mainTable {
	height: 100%;
}

.leftHandSideMenu {
	background-color: #F00202;
	color: white;
}
	
.footer {
	background-color: #F00202;
	color: white;
}

.heightOneHundredPercent {
	height: 100%;
}
.blackBorderImage {
	background-image: url(/images/outline_gifs/one_pix_black.gif);
	height: 1px;

}
.heightTenPixels {
	height: 10px;
}
.heightOnePixel {
	height: 1px;
}
.heightTwentySixPixels {
	height: 26px;
}
.heightFifteenPixels {
	height: 15px;
}
.headingBorder {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;


}

.thumbnail {
	text-align: center;
	vertical-align: text-top;
}

/* Alignment  classes */
.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.top    { vertical-align: text-top; }
.bottom { vertical-align: text-bottom; }
.vtop   { vertical-align: top; }
.vbottom{ vertical-align: bottom; }


	