/* CSS Document */

BODY {
	margin: 10px 0px 0px 0px;
	background-color: #E1C947;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

P, TD, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

.alignTop { vertical-align: top; }
.alignTopCenter { vertical-align: top; text-align: center; }
.alignTopRight { vertical-align: top; text-align: right; }
.alignBottom { vertical-align: bottom; }
.alignBottomCenter { vertical-align: bottom; text-align: center; }
.alignBottomRight { vertical-align: bottom; text-align: right; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

/* Division Lines */
TD.divline01 {
	background-image: url(../images/divline01.gif);
	background-position: center left;
	background-repeat: repeat-x;
}
TD.divline02 {
	background-image: url(../images/divline02.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
TD.divline03 {
	background-image: url(../images/divline03.gif);
	background-position: center left;
	background-repeat: repeat-x;
}
TD.divline04 {
	background-image: url(../images/divline04.gif);
	background-position: center left;
	background-repeat: repeat-x;
}

/* Span Color */
SPAN.maroonText { color: #790000; }
SPAN.beigeText { color: #FFF697; }
SPAN.whiteText { color: #FFFFFF; }

/* General Body Cell */
TD.general_body {
	background-color: #B69A2F;
	background-image: url(../images/bg01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
TD.subgeneral_body {
	background-color: #B69A2F;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

/* Logo Bar */
TD.logoMainBar {
	padding-top: 25px;
	text-align: center; 
	vertical-align: top;
}

/* Content Cell */
TD.contentCell {
	padding: 5px;
	vertical-align: top;
	text-align: justify;
}
TD.frame01_cell {
	background-image: url(../images/frame01_top.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #562200;
	text-align: left;
}
TD.frame02_cell {
	background-image: url(../images/frame01_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #562200;
	text-align: left;
}
TD.frame03_cell {
	background-image: url(../images/frame01_bg2.gif);
	background-position: top left;
	background-repeat: repeat-y;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
TD.frame04_cell {
	background-image: url(../images/frame01_bottom.gif);
	background-position: top left;
	background-repeat: repeat-y;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
TD.logohdr_frame {
	background-image: url(../images/topBar04.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C29F1B;
	padding-top: 13px;
	padding-bottom: 5px;
}
TD.dateCell {
	color: #FFDE63;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
}
TD.subContentCellBg {
	background-image: url(../images/bg02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
TD.subContentCell2,TD.subContentCell2a {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: justify;
}
TD.subContentCell2 {
	background-image: url(../images/sub_p02.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
TD.imgCell {
	background-image: url(../images/frame02_bg2.gif);
	background-position: top left;
	background-repeat: repeat-y;
	color: #E0D23A;
	background-color: #927700;
	padding-left: 8px;
	padding-right: 8px;
}
TD.imgDescribe {
	color: #E0D23A;
	text-align: left;
	vertical-align: top;
}

/* Navigation */
TD.navigationCell {
	color: #855400;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
TD.subNavCell {
	background-image: url(../images/nav_divline01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 7px;
	vertical-align: top;
}
TD.subNavCellBtm {
	background-image: url(../images/nav_divline02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 7px;
	vertical-align: top;
}
TD.subNavBut {
	border: 1px solid #CAAD40;
	background-color: #A26C0E;
	color: #ECD972;
	padding-left: 10px;
	text-align: left;
}
TD.subNav_btmBg {
	background-image: url(../images/nav_divline03.gif);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: top;
}

/* Footer */
TD.footerBg {
	background-image: url(../images/footer_bg.gif);
	background-position: center left;
	background-repeat: repeat-x;
}
TD.footerCell {
	color: #5A1500;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	font-size: 10px;
}
	

/* Links */
A.yellowLink { text-decoration: none; }
A.yellowLink:link { color: #FFE721; }
A.yellowLink:active { color: #FFE721; }
A.yellowLink:visited { color: #FFE721; }
A.yellowLink:hover { color: #FFFFFF; }

A.yellowLink2 { text-decoration: none; }
A.yellowLink2:link { color: #EACA16; }
A.yellowLink2:active { color: #EACA16; }
A.yellowLink2:visited { color: #EACA16; }
A.yellowLink2:hover { color: #FFFFFF; }

A.navLink { text-decoration: none; }
A.navLink:link { color: #FFFF99; }
A.navLink:active { color: #FFFF99; }
A.navLink:visited { color: #FFFF99; }
A.navLink:hover { color: #FFEA00; }

A.subNavLink { text-decoration: none; }
A.subNavLink:link { color: #ECD972; }
A.subNavLink:active { color: #ECD972; }
A.subNavLink:visited { color: #ECD972; }
A.subNavLink:hover { color: #FFFFFF; }

/* Form */
FORM {
	display: inline;
	margin: 0px;
}

INPUT, SELECT, TEXTAREA {
	color: #B85700;
	font-size: 11px;
}

INPUT.button { color: #F17100; font-size: 11px; }

#introtext h1 {
	font-size : 12pt;
	display : block;
	line-height: 14pt;
	font-weight : normal;
	margin : 0px;
	padding :0px;
}

#introtext p {
	text-align : justify;
	color : #FFFF66;
}