/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-top:-15px; margin-left:-10px;}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  margin: 0px;
  background-image:url(images/background.jpg);
  background-position:top;
  background-repeat:no-repeat;
  background-color:#6A6552;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


.whitebg{
background-color:#FFFFFF;
}
.bannerbluebg{
background-color:#003540;
}
.lightBlueBg{
background-color:#2D8FA7;
}
.yellowText{
color:#D9BF2D;
font-size:12px;
}
.whiteText{
color:#FFFFFF;
font-size:12px;
}
.whiteTextBold{
color:#FFFFFF;
font-size:14;
font-weight:bold;
}
.bluleTextBold{
color:#00354D;
font-size:12px;
font-weight:bold;
}
.yellowTextBold{
color:#D9BF2D;
font-size:12px;
font-weight:bold;
}
.bluleTextHeading{
color:#00354D;
font-size:18px;
font-weight:800;
}

.bluleTextHeading16px{
color:#00354D;
font-size:16px;
font-weight:800;
}

/* Normal site link states */

a:link {
	color:#FF9900;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}
a:visited {
	color:#FF9900;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-size:12p;
	font-weight:mormal;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-weight:mormal;
}

/* footer site link states */

a.footer:link {
	color:#919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:visited {
	color: #919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:active {
	color: #919088;
	text-decoration: none;
	font-size:11p;
	font-weight:mormal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:mormal;
}
/* rollover sidenav */
.handCursor{
	cursor:pointer;
}
/* home site link states */

a.blueLink:link {
	text-decoration: none;
	color:#00354D;
	font-size:12px;
	font-weight:bold;
}
a.blueLink:visited {
	text-decoration: none;
	color:#00354D;
	font-size:12px;
	font-weight:bold;
}
a.blueLink:active {
	text-decoration: none;
	color:#00354D;
	font-size:12px;
	font-weight:bold;
}
a.blueLink:hover {
	text-decoration: none;
	color:#00354D;
	font-size:12px;
	font-weight:bold;
}
a img {
	border:none;
	}
