h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin:0;
	padding:0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin:0;
	padding:0;
}

.mainDrawingBG {
 	background-image:url(images/main_body_BG_IMAGE02.jpg);
	background-repeat: repeat-x;
}
.leftOUTERborder {
	background-repeat: repeat-y;
	background-position: right top;

	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/01_left_gradient_border.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.leftOUTERborder[class] {
	background-image: url(images/01_left_gradient_border.png);
}

.rightOUTERborder {
	background-repeat: repeat-y;
	background-position: left top;
	width: 69px;

	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/01_right_gradient_border.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.rightOUTERborder[class] {
	background-image: url(images/01_right_gradient_border.png);
}

.bodyText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 13px;
}
.bodyTextblue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #415864;
	line-height: 13px;
}
.bodyTextblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}
.bodyTextblack a:link {
	color: #000000;
}
.bodyTextblack a:visited {
	color: #000000;
}
.bodyTextblack a:hover {
	color: #FFFFFF;
}
.bodyTextDARKblue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0F1D24;
	line-height: 13px;
	font-style: italic;
}
.Signature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0F1D24;
	line-height: 20px;
	font-style: italic;
}
.innerPageMainTable {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.innerPageMainTable02 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.divFloatRight {
	text-align:left; 
	vertical-align:top; 
	height:140px; 
	float:right;
	padding-left:10px;
}
.divFloatLeft {
	float:left;
	padding-right:10px;
	margin: 0;
}
.emptyDiv {
	background-color:#638493;
	height:10px;
}
.itemContainer {
	background-color: #BFCCD4;
	padding: 5px;
	margin: 5px 0;
	width: 700px;
}
.itemSubContainer {
}
.clear {
	clear: both;
}
.leftBorder {
	margin: 0;
	padding: 0;
	width: 69px;
	height: 517px;
}
.leftBorder[class] {
	background: url(images/new_right_border.png) no-repeat top right;
}
.bottomGradientBG {
	background-image: url(images/01_bottom_gradient_border2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottomGradientBG a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomGradientBG a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomGradientBG a:hover {
	color: #638493;
	text-decoration: none;
}
.infoTEXT {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.topGradientBG {
	background-repeat: no-repeat;
	height: 23px;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-position: bottom;

	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/01_top_gradient_border.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topGradientBG[class] {
	background-image: url(images/01_top_gradient_border.png);
}

.topGradientBG a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topGradientBG a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topGradientBG a:hover {
	color: #638493;
	text-decoration: none;
}
.homeText {
	padding: 160px 10px 6px 345px;
	height: 226px;
	display: block;
	width: 407px;
}
/*********************************** CONTACT **********************************/
.mainContainer {
	width: 750px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerCenter {
	float: center;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #f2f2f2;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.contactBGImage {
	background-image: url(images/contact_drawing_BG.jpg);
	background-repeat: repeat-x;
}
.bodyTextTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #415864;
	line-height: 13px;
}
