@charset "UTF-8";
/* CSS Document */

body { background: #D7E5F5; 
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.bodyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #F47D30;
	letter-spacing: 2px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #4A4A4A;
	letter-spacing: 2px;
	margin-top: 50px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	color:#4A4A4A;
	text-transform: none;
	letter-spacing: normal;
}

.bodytext a{
	color:#5191CD;
	
}

.bodytext a:hover {
	color:#5191CD;
	text-decoration: underline;	
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	color:#4A4A4A;
	letter-spacing: normal;
}

.buttonstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	font-variant: normal;
}
.buttonstext a{
    color:#FFFFFF;
	text-decoration: none;
}

.buttonstext a:hover{
	color:#4A4A4A;
	text-decoration:  underline;
}

.middlelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#5191CD;
	text-align:left;
	vertical-align: middle;
	line-height: 15px;
}

.middlelinks a{
	color:#5191CD;

}

.middlelinks a:hover{
	color:#4A4A4A;
	text-decoration: underline;	
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#5191CD;
	text-transform: none;
	letter-spacing: normal;
	font-variant: normal;
	letter-spacing: 0px;
}
.bottomlinks a{
	color:#5191CD;
	text-decoration:none;
}
.bottomlinks a:hover{
	color:#4A4A4A;
	text-decoration: underline;
}

.bottomaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5191CD; /*was #4A4A4A chgd by sls 8/26/08*/
	text-transform: none;
	letter-spacing: normal;
	font-variant: normal;
	letter-spacing: 0px;
}

html, body, #fullheight {
	/* height: 100%;
	min-height:100%;
	*/

}
#fullheight {
border: 1px #999999 solid;
	/* vertical-align:top; */
	}
#insidetable{
	vertical-align:top;
	}

.bottomlogo {color: #4A4A4A}
