/* CSS Document */



BODY {

	margin: 0px 0px 0px 0px;

	background-image: url(images/bg.gif);

	background-position: top left;

	background-repeat: repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 15px;

}



P, TD, UL, OL {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 15px;

}



.alignTop { vertical-align: top; }

.alignTopRight { vertical-align: top; text-align: right; }

.alignBottom { vertical-align: bottom; }

.alignBottomRight { vertical-align: bottom; text-align: right; }

.alignBottomCenter { vertical-align: bottom; text-align: center; }

.alignCenter { text-align: center; }



.padding5px { padding: 5px; }



/* =================== NAVIGATION ========================= */

TD.navCell {

	vertical-align: bottom;

	padding-left: 6px;

	padding-right: 6px;

	padding-top: 6px;

	padding-bottom: 3px;

	text-align: center;

}



/* ====================== END ============================== */



/* =============== TOP BAR =========================== */

TD.logoBg {

	background-image: url(images/logo_bg.jpg);

	background-position: top left;

	background-repeat: no-repeat;

	text-align: center;

	vertical-align: middle;

	border-bottom: 1px solid #FFFFFF;

}

.borderBottom { border-bottom: 1px solid #FFFFFF; }



/* ==================== END ============================ */



/* ======================== CONTENT ====================== */

TD.content_pic {

	background-color: #659D7F;

	padding-top: 3px;

	text-align: center;

	vertical-align: bottom;

	border-bottom: 1px solid #FFFFFF;

}

TD.divline02 {

	background-image: url(images/divline03.gif);

	background-position: top left;

	background-repeat: repeat-x;

	background-color: #FFFFFF;

}

TD.content_title {

	font-size: 18px;

	color: #6B6B6B;

	text-align: center;

	padding-top: 5px;

	padding-bottom: 5px;

	background-color: #FFFFFF;

}

TD.content_Copy {

	background-color: #E0EADF;

	padding: 5px;

	vertical-align: top;

}

TD.subContent_bg {

	background-color: #E0EADF;

	background-image: url(images/divline02.gif);

	background-position: top right;

	background-repeat: repeat-y;

	vertical-align: top;

	padding: 10px;

}

TD.sub_title {

	background-color: #376F51;

	text-align: center;

	color: #FFFFFF;

	font-size: 18px;

	line-height: 20px;

	border-bottom: 1px solid #FFFFFF;

}

TD.sub_pic {

	background-color: #376F51;

	vertical-align: bottom;

	padding-right: 5px;

	padding-left: 5px;

	padding-top: 5px;

	text-align: center;

	border-bottom: 1px solid #FFFFFF;

}





/* ========================== END =========================== */



/* ==================== INFO BOX ======================== */

TD.info_titleBg {

	background-image: url(images/cell_bg01.gif);

	background-position: top left;

	background-repeat: repeat-x;

	border-left: 1px solid #FFFFFF;

	color: #FFFFFF;

	font-weight: bold;

	text-align: center;

	padding-top: 7px;

	padding-bottom: 7px;

}

TD.info_bg {

	background-image: url(images/cell_bg02.gif);

	background-position: top left;

	background-repeat: no-repeat;

	vertical-align: top;

	padding: 8px;
	
	border: 1;

}

TD.info_Copy {

	color: #696969;

	padding: 5px;

	vertical-align: top;

}

TD.info_more {

	background-color: #D8D8D8;

	text-align: right;

	padding-right: 5px;

	color: #1E6372;

}

TD.info_more2 {

	background-image: url(images/cell_bg03.gif);

	background-position: top left;

	background-repeat: repeat-y;

	padding-right: 5px;

	padding-top: 2px;

	padding-bottom: 3px;

	color: #1E6372;

	text-align: right;

}



TD.info_quote {

	color: #86A594;

	text-align: center;

	font-weight: bold;

	padding: 5px;

}



/* ========================== END ============================= */



/* ===================== NEWS =========================== */

TD.news_TitleBg {

	background-image: url(images/cell_bg04.gif);

	background-position: top left;

	background-repeat: repeat-x;

	border-right: 1px solid #FFFFFF;

	color: #FFFFFF;

	font-weight: bold;

	text-align: center;

	padding-top: 7px;

	padding-bottom: 7px;

}

TD.news_bg {

	background-image: url(images/cell_bg05.gif);

	background-position: top left;

	background-repeat: no-repeat;

	vertical-align: top;

	padding-top: 35px;

	padding-bottom: 3px;

	padding-left: 7px;

	padding-right: 7px;

	text-align: left;

	color: #5C818D;

}

TD.news_more {

	background-image: url(images/cell_bg05a.gif);

	background-position: top left;

	background-repeat: repeat-y;

	padding-right: 5px;

	padding-top: 2px;

	padding-bottom: 3px;

	color: #1E6372;

	text-align: right;

}

/* =================== END ======================= */



/* ============== FOOTER ====================== */

TD.divline01 {

	background-image: url(images/divline02.gif);

	background-position: top left;

	background-repeat: repeat-y;

}

TD.footer_bg {

	background-image: url(images/footer_bg.gif);

	background-position: top left;

	background-repeat: repeat-x;

	text-align: right;

	padding-right: 5px;

	padding-top: 3px;

	padding-bottom: 3px;

	color: #FFFFFF;

	font-size: 10px;

}



/* ============== END ==================== */





/* ===================== LINKS ============================= */

A.navLink { text-decoration: underline; }

A.navLink:link { color: #000000; }

A.navLink:visited { color: #000000; }

A.navLink:active { color: #000000; }

A.navLink:hover { color: #000000; text-decoration: underline; }



A.textLink { text-decoration: underline; }

A.textLink:link { color: #000000; }

A.textLink:visited { color: #000000; }

A.textLink:active { color: #000000; }

A.textLink:hover { color: #62B15E; }



A.moreLink { text-decoration: none; }

A.moreLink:link { color: #1E6372; }

A.moreLink:visited { color: #1E6372; }

A.moreLink:active { color: #1E6372; }

A.moreLink:hover { color: #000000; }



A.moreLink2 { text-decoration: none; }

A.moreLink2:link { color: #8E8F8F; }

A.moreLink2:visited { color: #8E8F8F; }

A.moreLink2:active { color: #8E8F8F; }

A.moreLink2:hover { color: #000000; }



/* ======================== END ============================ */
