html, body{
background: #FFFFFF;
font-family:georgia,arial,verdana;
font-size:11px;
font-weight:normal;
margin: 0px;
}

.background
{
	background-image: url('../images/navigationBg.jpg');
}

.arial12white
{
	font-family:Arial;
	font-style: normal;
	color: #ffffff;
	font-size:12px;
	/* background-image: url('../images/navigationBg.jpg'); */
	font-weight:bold;
}

.arial12white a
{
	font-family:Arial;
	font-style: normal;
	color: #ffffff;
	font-size:12px;
	/* background-image: url('../images/navigationBg.jpg'); */
	font-weight:bold;
	text-decoration: none;
}

.times32Black
{
	font-family:Times New Roman;
	font-style: normal;
	color: #000000;
	font-size:32px;
}
.times32Brown
{
	font-family:Times New Roman;
	font-style: normal;
	color: #ab0708;
	font-size:32px;
}
.arial30Blue
{
	font-family:Arial;
	font-style: normal;
	color: #00335b;
	font-size:30px;
}
.arial12Blue
{
	font-family:Arial;
	font-style: normal;
	color: #00335b;
	font-size:12px;
}
.arial12Black
{
	font-family:Arial;
	font-style: normal;
	color: #000000;
	font-size:12px;
}
.arial11Black
{
	font-family:Arial;
	font-style: normal;
	color: #000000;
	font-size:11px;
}

.arial11Black a
{
	font-family:Arial;
	font-style: normal;
	color: #000000;
	font-size:11px;
	text-decoration: none;
}

.arial14Black
{
	font-family:Arial;
	font-style: normal;
	color: #000000;
	font-size:14px;
}
.arial22Black
{
	font-family:Arial;
	font-style: normal;
	color: #000000;
	font-size:22px;
}
.arial11Red
{
	font-family:Arial;
	font-style: normal;
	color: #eb0301;
	font-size:11px;
	font-weight:bold
}
.arial26Red
{
	font-family:Arial;
	font-style: normal;
	color: #eb0301;
	font-size:26px;
	font-weight:normal;
}
.arial26Blue
{
	font-family:Arial;
	font-style: normal;
	color: #00335b;
	font-size:26px;
}
.bottomBorder
{
	border-bottom: 1px dotted #000000; 
}
.tableBorder
{
border: 1px solid #000000; 
}
.redBottomBorder
{
	border-bottom: 2px solid #eb0301; 
}
.arial12Brown
{
	font-family:Arial;
	font-style:normal;
	color:#383731;
	font-size:12px;
}
.arial13BrownB
{
	font-family:Arial;
	font-style:normal;
	color:#383731;
	font-size:13px;
	font-weight:bold;
}
.arial11Brown
{
	font-family:Arial;
	font-style:normal;
	color:#444444;
	font-size:12px;
}
.bodyLightBrownBg
{
	background:#EFEEE2;
}
.verdana14Black
{
	font-family:Verdana;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
.bodyYellowBg
{
	background:#FFFFCC;
}
.arial12Red
{
	font-family:Arial;
	font-style:normal;
	color:#EF0400;
	font-size:12px;
	text-decoration:underline;
}
.arial12Red:hover
{
	font-family:Arial;
	font-style:normal;
	color:#EF0400;
	font-size:12px;
	text-decoration:underline;
}
.borderGray
{
	border: 1px solid #CCCCCC;
}
.bodyWhiteBg
{
	background:#ffffff;
}
.verdana12Brown
{
	font-family:Verdana;
	font-style:normal;
	color:#383731;
	font-size:12px;
}
.groovybutton{
font-size:12px;
font-family:Tahoma, Franklin Gothic Demi;
color:#fff;
background-color:#ED0400;
border: none;
padding:5px 10px;
font-weight: bold;
}
.arial14Red
{
	font-family:Arial;
	font-style:normal;
	color:#EF0400;
	font-size:14px;
}



/* menu styling */
#navigation {
  position: relative;
  margin: 1em;
  padding: 0;
  left: 0;
  right: 0;
}

/* remove defaults on ul and li */
#navigation li { 	display: inline; }
#navigation ul, #navigation li { margin: 0; padding: 0; }


#navigation li a {
	font-family: arial, verdana;
	font-size: 14px;
	color: #7a7a7a;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 15px;
	margin: 0px;
	border-right: 1px solid #d5d5d5;
}


#navigation li a:hover{ 
	background-color: #3e5774;
	color: #ffffff;
}

.site
{
	width: 980px;
}

.header_bg
{
		background-image: url('../images/header_bg.jpg');
}

.navigationBg
{
		background-image: url('../images/navigationBg.jpg');
}

.banner_right
{
	margin-top:-330px;
  
  
}
.bodyBlueBg
{
	background:#5474a3
}
.arial24whiteB
{
	font-family:Arial;
	font-style:normal;
	color:#fefefe;
	font-size:24px;	
}
.arial11whiteB
{
	font-family:Arial;
	font-style:bold;
	color:#fefefe;
	font-size:12px;	
}
.borderblack
{
	border-left: 1px solid #3B4B5F;
	
}
