/* CSS Document */
body
{
	
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
}
TD
{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	line-height: 22px;
}
H1
{
	color: #0078A4;
	background-image: url(images/BKGD-H1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
H1:first-letter
{
	font-family: "Brush Script MT", "Monotype Corsiva", "Times New Roman", Times;
	font-size: 50px;
}
H2
{
	color: #0078A4;
}
H3
{
	color: #0078A4;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
H4
{
	color: #0078A4;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
P
{
	margin-top: 0px;
}
P:first-line
{
	font-weight: bold;
}
A
{
	color: #0066FF;
}
A:hover
{
	color: #0000CC;
	text-decoration: none;
}
TEXTAREA
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000099;
}
INPUT
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000099;
}
SELECT
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000099;
}
UL
{
	list-style-image: url(images/bullet.gif);
}

.menu
{
	background-image: url(images/BKGD-Menu.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu A
{
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(images/BKGD-TopMenu-off.gif);
	display: block;
	text-indent: 17px;
	padding-right: 20px;
}
.menu A:hover
{
	text-decoration: none;
	color: #FDC823;
	background-image:url(images/BKGD-TopMenu-on3.gif);
}
.maincontent
{
	background: #FFFFFF;
	padding: 15px;
}
.small
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.submenu
{
	font-weight: bold;
	text-indent: 27px;
}
.submenu A
{
	color: #ffffff;
	display: block;
	width: 170px;
	height: 24px;
	text-decoration: none;
	background-image:url(images/BKGD-2Menu-off.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	vertical-align: middle;	
}
.submenu A:hover
{	
	background-image: url(images/BKGD-2Menu-on.gif);
		background-position: bottom left;
		color: #FDC823;
}
.divider
{
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
}
.copyright
{
	background-image:url(images/BKGD-Menu.jpg);
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.copyright A
{
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
.copyright A:hover
{
	color:#FFCC00;
	text-decoration: underline;
}
.small
{
	font-size: 11px;
	line-height: 16px;
}
.contacttitle
{
	font-weight: bold;
	color: #0078A4;
	font-size: 18px;
	background:url(images/BKGD-contact.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px;
	text-indent: 30px;
}

#thirdlevel
{
	font-weight: bold;
	text-indent: 44px;
	font-size: 11px;
}
#thirdlevel A
{
	color: #0176A2;
	display: block;
	width: 170px;
	height: 20px;
	text-decoration: none;
	background-image:url(images/BKGD-3Menu-off.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	vertical-align: middle;	
}
#thirdlevel A:hover
{	
	background-image: url(images/BKGD-3Menu-on.gif);
		background-position: bottom left;
		color:#F99A1B;
}