/*Drop down menu styles------------------------------------------------------------------------------------------------------*/
div.menu {
 	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	left: 0px;
	top: 0px;
	z-index: 101;
	visibility: hidden;
	position: absolute;
	border-top: 1px solid #FFFFFF;
	border-bottom: 3px solid #D02828;
	border-left: 3px solid #D02828;
	border-right: 3px solid #D02828;
	background-color: #FFFFFF;
}
/*Note: change padding to alter padding around menu items*/
div.menu a.menuItem {
    font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block; 
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
div.menu a.menuItem:hover {
	color: #FFFFFF;
	background-color: #D02828;
}
div.menu a.menuItemHighlight {
	color: #FFFFFF;	
}
div.menu div.menuItemSep {
	border-right: #000000 1px inset;
	border-top: #000000 2px inset;
	border-left: #000000 1px inset;
	border-bottom: #000000 2px inset;
}
/*IMAGE/BACKGROUND STYLES-------------------------------------------------------------------------------------------*/
.borderContentR {
	background-image: url(images/border_R_shado.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}
.borderContentL {
	background-image: url(images/border_L_shado.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}
.borderContentB {
	background-image: url(images/border_B_shado.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.backGradient {
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #65717C;
}
.headerEdge {
	background-image: url(images/hdr_edge.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
.footerEdge {
	background-image: url(images/footer_edge.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.leftPanelFill {
	background-image: url(images/panel_L_fill.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
.whiteBG {
	background-color: #FFFFFF;
	vertical-align: top;
}
.greyBG{
	background-color: #CCCCCC;
}
.redBG{
	background-color: #D75A5A;
}
.redborder {
	border: 3px solid #D02828;
	margin-top: 5px;
}
.redthinborder {
	border: 1px solid #D02828;
	margin-top: 5px;
}
/*PANEL STYLES------------------------------------------------------------------------------------------------------*/
.borderPanelT {
	background-image: url(images/panel_top_edge.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.borderPanelB {
	background-image: url(images/panel_bot_edge.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.borderPanelL {
	background-image: url(images/panel_left_edge.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.borderPanelR {
	background-image: url(images/panel_right_edge.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*TEXT STYLES-------------------------------------------------------------------------------------------------------*/
.text_homepanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.text_body a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.text_body a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.text_body a:hover {
	color: #D02828;
	font-weight: bold;
	text-decoration: underline;
}
.text_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #D02828;
	font-style: normal;
	line-height: 16px;
}
.text_headline a:link {
	color: #D02828;
	text-decoration: none;
}
.text_headline a:visited {
	color: #D02828;
	text-decoration: none;
}
.text_headline a:hover {
	color: #D02828;
	text-decoration: underline;
}
.text_redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #D02828;
	font-style: normal;
	line-height: 15px;
}
.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
.text_header a:link {
	color: #666666;
	text-decoration: none;
}
.text_header a:visited {
	color: #666666;
	text-decoration: none;
}
.text_header a:hover {
	color: #D02828;
	text-decoration: underline;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
}
.text_footer a:link {
	color: #999999;
	text-decoration: none;
}
.text_footer a:visited {
	color: #999999;
	text-decoration: none;
}
.text_footer a:hover {
	color: #D02828;
	text-decoration: underline;
}
.text_whitetable{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 16px;
}
/*FORMS-------------------------------------------------------------------------------------------------------------*/
.formfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #D02828;	
}
/*POSITIONING STYLES------------------------------------------------------------------------------------------------*/
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.alignT {
	vertical-align: top;
}
.alignB {
	vertical-align: bottom;
}
/*MODIFIED HTML------------------------------------------------------------------------------------------------------*/
hr{
	border: 0;
	width: 90%;
	color: #D75A5A;
	background-color: #D75A5A;
	height: 2px;
}