/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0;
}

/*****  H1 - H4 *****/

h1, h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin:0;
}

h2, h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#333333;
	margin:0;
	line-height:1.3em;
}

h2#white {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	line-height:1.3em;
}

h3, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
}

h4, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:0;
	line-height:1.3em;
}


/***** BODY TAGS *****/

p, .content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
}

.whiteContent {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#FFFFFF;
	line-height:1.3em;
}

.content2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
}
.rightCol{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
}

.leftCol{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	line-height:1.3em;
}

.footer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
}

.footerLink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
	text-decoration:none;
}

.footerLink:visited {
text-decoration:none;
}

.footerLink:hover {
text-decoration:underline;
}

.footerLink:active {
text-decoration:none;
}

/***** ID TAGS *****/

h1#logoImage {
	background:url(images/top.jpg) top no-repeat;
	width:913px;
	height:60px;	
	padding: 0;
	margin:0;
	text-indent:-999em;
}

h1#logoImageTop {
	background:url(images/logo.jpg) top no-repeat;
	width:224px;
	height:196px;	
	padding: 0;
	margin:0;
	text-indent:-999em;
}

/***** Hover Over Box *****/

#dhtmltooltip{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
line-height:1.5em;
position: absolute;
left: -300px;
width: 150px;
border: 2px solid #333333;
padding: 3px;
background-color:#A13417;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/***** Hover Over Box *****/


/***** LINKS *****/

.navBar {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#014988;
	line-height:1.5em;
	text-decoration:none;
	margin:0;
}

.navBar:visited {
	text-decoration:none;
	color:#014988;
}

.navBar:hover {
	text-decoration:underline;
	color:#002b50;
}

.navBar:active {
	text-decoration:none;
	color:#014988;
}
