html { height: 101% /* forces scroll bar to display */ }
BODY { font-family: Arial,  Helvetica,  Geneva,  Sans-serif}
P, ul li {font-size:15px}
A:active { color: rgb(0,0,0); text-decoration: none }
A:link { color: rgb(153,153,153); font-weight: normal; font-style: normal}
A:visited { color: rgb(128,128,128); text-decoration: none }
H1 { font-family: Arial,  Helvetica,  Geneva,  Sans-serif; font-size: 20px; color: #cb314e}
H2 { font-family: Arial,  Helvetica,  Geneva,  Sans-serif; font-size: 16px; color: #b3eb58; border-left-width: 16px; border-left-style:solid; border-left-color: #b3eb58; padding-left: 5px}
.TextNavBar { font-family: Arial,  Helvetica,  Geneva,  Sans-serif; font-size: 11px; font-weight: normal; font-style: normal;	color: #b3eb58}

.textWhite {
color: #ffffff
}

A {
	color: rgb(255,0,0)
}

.link2{
	color: #ffffff
} 

 .link2 a{
	color: #ffffff
} 

 .link2 a:visited {
	color: #ffffff
} 

#skiplink a {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#skiplink a:active{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #000;
	background-color: #ffff00;
	position: absolute;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px;
	z-index: 5;
	clip: auto;
}

 #skiplink a:focus {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #000;
	background-color: #ffff00;
	position: absolute;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px;
	z-index: 5;
	clip: auto;
}

.textRed {
  color: #cb314e
}

.textSmallItalicRed {
	font-size: 12px;
	font-style:italic;
  color: #cb314e
}

.highlight {
  background: #FFFF40 
}

#navBar{background:url('../assets/images/menubar.jpg'); width:970px; height:33px; font-size: 13px; font-weight: bold; text-align: center;}
#navBar ul{ margin:0; padding: 0;}
#navBar ul li{ display:inline; width:97px; height: 33px; list-style:none; float:left;}
#navBar ul li.last{ background: none;}
#navBar li a{ color:#b3eb58; text-decoration: none; line-height:33px; display:block; padding:0px 10px; font-weight: bold;}
#navBar li a:hover{ color:#ffffff; background-color:#5b5b5b;}
#navBar li ul{ display:none;}
#navBar ul li ul li{ display: block; background:url('../assets/images/menubar.jpg'); float:none; border-bottom:1px solid #5b5b5b; margin-bottom:0px;}
#navBar ul li:hover ul, #navBar ul li:focus ul{ position:relative; display:block; border-top:0px solid #5b5b5b;}


#text-navigation a:hover {color: #ffffff}

 A:hover { color: rgb(0,0,0); text-decoration: none }
 
.link2 a:hover {
	color: rgb(153,153,153)
}


