﻿body
{
	font-size: 12px;
	font-family: Arial;
}

TD
{
	vertical-align: top;
}


.smallboldfont
{
	font-size: small;
	font-weight: bold;
}

.smallfont
{
	font-size: small;
}

.medboldfont
{
	font-size: small;
	font-weight: 600;
}

#headerLinks a
{
	color: White;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#headerLinks a:hover
{
	color: #EFD8A6;
}

#hLinks
{
	/* list-style-image: url(images/pointer.gif);  	height: 130px; */
	list-style: none;
	margin: 0;
}

#hLinks li
{
	margin: 4px 0 5px 10px;
	padding-bottom: 10px;
	background-image: url(images/linkLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}

.arrow
{
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 25px;
	display: inline-block;
	margin-left: 20px;
}

a
{
	color: Gray;
	text-decoration: none;
	font-size: small;
}

a:hover
{
	text-decoration: underline;
}

#links a
{
	display: inline-block;
	height: 21px;
	color: white;
	font-size: 9pt;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	font-weight: 900;
}

img, a
{
	border: 0px;
}

.bottomHR
{
	margin: 0px;
	width: 80%;
	color: #336600;
	border: 0px;
	background-color: #336600;
}

.bold
{
	font-weight: bold;
}

.boldRed
{
	font-weight: bold;
	color: Red;
}

.boldLarge
{
	font-size: 105%;
	font-weight: bold;
}

.textbox
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.alignLeft
{
	text-align: left;
}

.backToTop
{
	float: right;
}
.smallTanFont
{
	color: #887A4A;
	font-size: medium;
}
.lgBlueFont
{
	color: #1E2B60;
	font-size: larger;
}



/* search panel */
#searchTips
{
	border: solid 2px #2C4663;
	float: right;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 350px;
}
#searchTips H4
{
	font-size: 16px;
	margin: 0 0 3px 0;
	padding: 0;
}
#searchTips UL
{
	margin: 5px 0 0 23px;
	padding: 0;
}
#searchTips LI
{
	padding : 0 0 5px 0;
}

