@import url("tools.css");
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005C69;
}
.catHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC99;
	width: 180px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-position: top;
}

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}
.menuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #988069;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;

	
}
.greenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005C69;
}

.menuHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #846F59;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;

}
.menuSubCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #988069;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #988069;
	border-right-color: #FFFFFF;
	border-bottom-color: #988069;
	border-left-color: #FFFFFF;

}
.menuSubHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #988069;
	background-color: #FFFFFF;
	border: 1px solid #988069;
}
.smallFormButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height: 13px;
	width: 35px;
	text-align: left;
	border: 1px none #333333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.smallFormDeleteButton {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	height: 13px;
	width: 35px;
	text-align: left;
	border: 1px none #333333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.smallFormSaveButton {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336633;
	height: 13px;
	width: 35px;
	text-align: left;
	border: 1px none #333333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.smallFormWhiteButton {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 13px;
	width: 35px;
	text-align: left;
	border: 1px none #333333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.rightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #EBD9C8;
	border-right-color: #EBD9C8;
	border-bottom-color: #EBD9C8;
	border-left-color: #EBD9C8;
}
.mediumBlackList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}
.info1{
    position:relative; /*this is the key*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #003366;
	text-decoration: none;
    color:#000;
    text-decoration:none}

.info1:hover{text-decoration:underline; }

.info1 span{z-index:0;display: none; font-weight:normal; text-decoration:none;}

.info1:hover span{ /*the span will display just on :hover state*/
    display:block;
    z-index:24;
	position:absolute;
    top:18px; left:40px; width:auto;
    border:1px solid black;
    background-color:#FFFFCC; color:#000;
    text-align: center}.largeGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	font-weight: bold;
	line-height: 20px;
}
.largeBlackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}
.link {
	text-decoration: none;
}

.largeBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#660099;
	font-weight: bold;
	line-height: 18px;
}
.blueText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#660099;
	font-weight: bold;
	line-height: 18px;
}
a.link:hover {
	text-decoration: underline;
}

/*#site_nav{position:relative;height:20; overflow:visible; width:850px; margin:0 auto 0 auto;}
body > table{margin:0 auto 0 auto; clear:both;}*/