/* base elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#000000;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

.thumbout {
	border : 1px solid #000000;
}
.thumbover {
	border : 1px solid #1D63A2;
}

.borderContainer {
	width: 894px;
	/*height: 950px;*/
	height: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
}

.bg {
    background-image: url(../images/bg-sliver.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
	width: 890px;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p {
	padding: 0px;
	margin: 0px;
	color: #CCCC99;
}

ul {
  padding: 0px;
  margin: 0px;
  color: #CCCC99;
}

li {
  padding: 0px;
  margin: 0px;
  color: #CCCC99;
}

form {
	padding: 0px;
	margin: 0px;
}

div {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

table {
	vertical-align: top;
}

.textBold{
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-family: Verdana;
  color: #CCCC99;
  font-weight: 700;
}

.textHeader {
	font-size: 20px;
	font-family: Verdana;
	color: #CCCC99;
	font-weight: 900;
	padding:20px;
}

.blueHeaderBar {
	background-color: #00589D;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
	width: 728px;
}

.mainBlueHeader {
	background-color: #00589D;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
	height: 18px;
	/*width: 890px;*/
}

.headerTD {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.headerDIV {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
/**********************************************/

/* form elements */
.searchButtonBlack {
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	border: 0px;
	/*padding: 1px;*/
    width: 80px;
	height: 20px;
	cursor: pointer;
}

.searchButtonBlackOver {
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	text-decoration: underline;
	color: #CF3733;
	background-color: #000000;
	border: 0px;
	/*padding: 1px;*/
    width: 80px;
	height: 20px;
	cursor: pointer;
}

.clearButtonGrey {
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #797979;
	border: 0px;
	/*padding: 1px;*/
    width: 80px;
	height: 20px;
	cursor: pointer;
}

.submitButtonGreen {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #25884E;
	border: 0px;
	/*border-bottom: 0px;
	border-right: 0px;
	border-left: 2px solid #FFFFFF;*/
	width: 90px;
	height: 25px;
	cursor: pointer;
}

.ButtonBlue {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #2669A6;
	border: 0px;
	/*border-bottom: 0px;
	border-right: 0px;
	border-left: 2px solid #FFFFFF;*/
	width: 90px;
	height: 25px;
	cursor: pointer;
}

.clearButtonYellow {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	background-color: #FCCD37;
	border: 0px;
	/*border-bottom: 0px;
	border-right: 0px;
	border-left: 2px solid #FFFFFF;*/
	width: 90px;
	height: 25px;
	cursor: pointer;
}

.textBox1 {
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #F5F5F5;/*ECF2FA*/
	width: 100px;
	height: 15px;
	padding: 1px;
	border-bottom: 1px solid #CFE4F9;
	border-right: 1px solid #CFE4F9;
	border-left: 1px solid #89A1C2;
	border-top: 1px solid #89A1C2;
}
/**********************************************/



/* Links */
a:link {
	color: #99CCCC;
	text-decoration: none;
}

a:visited {
	color: #551A8B;
	text-decoration: none;
}

a:active {
	color: #551A8B;
	text-decoration: none;
}

a:hover {
	color: #1D63A2;
	text-decoration: underline;
}


a.headerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.headerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.headerLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.headerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



a.yellowBarLinks:link {
	color: #000000;
	text-decoration: none;
}

a.yellowBarLinks:visited {
	color: #000000;
	text-decoration: none;
}

a.yellowBarLinks:active {
	color: #000000;
	text-decoration: none;
}

a.yellowBarLinks:hover {
	color: #1D63A2;
	text-decoration: underline;
}

/**********************************************/


/* Nav Bar Elements */
/*
code & browser hacks based on the nav stuff here
http://www.positioniseverything.net/
*/

#navbar {
	/*font-weight: bold;*/
	/*width: 468px;*/
	height: 26px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#navbar a {
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	background-color: #9C9C9C;
}
#navbarContainer {
	height: 24px;
	padding: 0px;
	margin: 0px;
	/* background-color: #FFFFFF; */
}
.navbarItem {
	margin: 0px;
	height: 24px;
	width: 115px;
	display: block; /* or should it be inline? */
	float: left;
	margin: 0px 2px 0px 0px;
	text-align: center;
	/* stupid IE was wrapping stuff */
	white-space: nowrap;
	background-color: #EDEDED;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana;
}
.navbarItem a {
	display: block;
	height: 18px;
	padding: 5px 0px 0px 0px;
}
.navbarItem a:hover {
	display: block;
}

/*-- BEGIN: IE bug fixes --*/

* html .ieVariableWidthFix { width: 115px; } /* width: 1%; */
* html .ieVariableHeightFix { height: 20px; } /* height: 1%; */
* html .ieNavbarHeightFix a { height: 20px; }

/*-- END: IE bug fixes --*/
/**********************************************/


/*  top of the page search box */
.topLinkHeader {
	width: 890px;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-align: right;
}

#searchBox {
	background-color: #FCCD37;
	color: #000000;
	width: 420px;
	height: 26px;
}

.yellowBox {
	background-color: #FCCD37;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
}

#yellowBoxRight {
    background-image: url(images/box_bar.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
	text-align:right;
}

#searchFieldBlack {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 323px; 
	height: 19px;
	vertical-align: top;
	margin: 1px 0px 0px 1px;
}

#searchBoxButton {
	width: 88px;
	height: 23px;
	vertical-align: top;
	margin: 2px 0px 0px 0px;
}
/**********************************************/


/* Footer */
.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #CCCC99;
	text-align: center;
}

.footerText {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	text-align: center;
}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #CCCC99;
	text-align: center;
}


a.footerlink:link {
	color: #CCCC99;
	text-decoration: underline;
}

a.footerlink:visited {
	color: #CCCC99;
	text-decoration: underline;
}

a.footerlink:active {
	color: #CCCC99;
	text-decoration: underline;
}

a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**********************************************/

