BODY {
  SCROLLBAR-BASE-COLOR: #2D2D4A;
  background-color: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
}

a:link { color: #3300FF; text-decoration: none }
a:visited	{ color: #3300FF; text-decoration: none }
a:active { color: #666666; text-decoration: none }
a:hover { color: #FF6600; text-decoration: none }

#locator { position:absolute; visibility:show; left: 20px; top: 300px; z-index:2 }

 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }

.title		{ COLOR: #141424; FONT: 18px verdana, arial, sans-serif; font-weight: bold }
.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none }
.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }
.just 		{text-align: justify;}
.copyright	{ COLOR: #999999; FONT: 9px geneva, verdana, arial, sans-serif }
.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }
.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }
.subtitle	{ COLOR: #336699; FONT: 15px geneva, verdana, arial, sans-serif; font-weight: bold }
.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }
.picturecomments{ COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif }
.picturehilight	{ COLOR: #3366FF; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }
.picturetitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }
.faq 		{ line-height: 19px }


 /* SIDEBAR OPTIONS */
a.sidelink:link		{ color: #99CCFF; text-decoration: none }
a.sidelink:visited	{ color: #99CCFF; text-decoration: none }
a.sidelink:active	{ color: #99CCFF; text-decoration: none }
a.sidelink:hover	{ color: #99FF99; text-decoration: none }
.sidebartitle	{ COLOR: #FBDB74; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.sidebartext	{ COLOR: #FFFFFF; FONT: 11px geneva, verdana, arial, sans-serif }
.date-font	{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold }
 /* END SIDEBAR OPTIONS */

.button-popups {
	background-image: url("/images/main/button-popup.gif");
	background-color:#2D2D4A;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #CFCFE0;
	font-size: 8pt;
	height: 23px;
	width: 100%;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	BORDER: #FFFFFF 0px solid;
}

.buttonon-popups {
	background-image: url("/images/main/buttonon-popup.gif");
	background-color:#C0C0C0;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #000000;
	font-size: 8pt;
	height: 23px;
	width: 100%;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	BORDER: #FFFFFF 0px solid;
}

.shadeform {
	FONT: 13px arial, verdana, sans-serif;
	background-image: url("/images/main/shadeform.gif");
	text-align: left;
	WIDTH: 250PX;
	BORDER: #000000 1px solid;
}

.dropdown {
	COLOR: #333333;
	WIDTH: 250PX;
	FONT: 11px geneva, verdana, arial, sans-serif;
}

.textarea	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url("/images/main/shadeform.gif");
	text-align: left;
	WIDTH: 275PX;
	BORDER: #000000 1px solid;
}

.submitbutton { FONT: 9pt arial, verdana, sans-serif }

 /* IMAGE HOVER CODE */
.rollover 	{ background-color: #000000}
.rolloveron 	{ background-color: #0000FF; filter:alpha(opacity=60)  }

span.c2 {color: black; font-family: arial; font-size: 80%}

#searchBlock {
  clear: left;
  float: left;
  border: 1px solid #9291AA;
  margin-top: 0px;
  width: 148px;
 font-size: 10px;
 font-weight: bold;
 color: #FFF;
}
#searchBlock h2 {
  font-size: 10px;
  padding: 4px;
  margin: 0;
  background: #71728D;
  color: #FFF;
}
#searchBlock form {
  padding: 4px;
	margin: 0;
}
#searchBlock #s {
  width: 116px;
  line-height: 12px;
  font-size: 10px;
  font-color: #141424;
}

input.searchButton {
	text-indent: -3000px;
	background: none;
	border: 0;
	height: 16px;
	width: 16px;
	/*mozilla ignores weird ie transforms*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main/zoom.png');
}
/*ie ignores style rules with attributes*/
input.searchButton[class] {
  background-image: url(/images/main/zoom.png);
}
input.submitButton {
  background: none;
  border: 1px solid #FFF;
	padding: 2px 2px 0px 2px;
  color: #FFF;
  line-height: 12px;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, verdana, helvetica, sans;
}
input.submitButtonHover {
  background: #FFF;
  border: 1px solid #141424;
	padding: 2px 2px 0px 2px;
  color: #141424;
  line-height: 12px;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, verdana, helvetica, sans;
}
#pageDocs, #pageLinks {
  clear: left;
  float: left;
  border: 1px solid #9291AA;
  margin-top: 15px;
  width: 148px;
}
#pageDocs h2, #pageLinks h2 {
  font-size: 10px;
  padding: 4px;
  margin: 0;
  background: #71728D;
  color: #FFF;
}
#pageDocs ul, #pageLinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageDocs ul li, #pageLinks ul li {
  padding: 4px;
}
#pageDocs ul li a, #pageLinks ul li a {
  color: #FFF;
	line-height: 16px;
}
#pageDocs ul li a:hover, #pageLinks ul li a:hover {
  text-decoration: underline;
}
/* Internal Page Stylings */
#contentTable tr td {
  color: #000080;
  font-family: Verdana!important;
}
#contentTd {
  font-size: 14px;
  padding-bottom: 52px;
}
#rightCol {
  font-size: 11px;
}
#contentTable a {
  color: #000080;
  font-weight: bold;
}
#contentTable a:hover {
  text-decoration: underline;
}
#contentTable h1 {
  display: block;
  float: left;
  width: 100%;
  font-size: 17px;
  font-style: italic;
  font-family: Verdana;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
  margin-bottom: 15px;
 text-align: center;
}
#contentTable h2 {
  font-size: 14px;
  font-family: Verdana;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
#contentTable h3, #contentTable h4 {
  font-size: 14px;
  font-family: Verdana;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#contentTable img {
  border: 0;
}
#cornerTable {
  background-image: url('/images/main/shadow1.gif');
  width: 100%;
  clear: left;
}
h1.homepage {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#contentTable p.title
{
	font-weight: bold;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: none;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#contentTable p.subTitle
{
	font-size: 14px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}
#contentTable hr
{
	clear: both;
	margin: 38px 0;
	height: 3px;
	background: #CCC;
	border: 1px solid #999;
}

span.phoneCity {
  display: block;
  float: left;
  width: 85px;
  font-weight: bold;
}
#menuholder {
  background: url('/images/main/menu_background.gif');
}
#curdate {
  position: relative;
  height: 25px;
  line-height: 25px;
  margin-top: -25px;
  float: right;
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  font-size: 10px;
}