@charset "UTF-8";
body  {
	background: #660000;
	margin-top: 20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
}
.twoColFixLtHdr #container {
	width: 945px;
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



/* HEADER ELEMENTS */


.twoColFixLtHdr #header {
	background: url(../images/header-bg.png) repeat-x center top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 153px;
	width: 945px;
} 
.twoColFixLtHdr #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 
	also avoids the margin collapse */
	padding: 0px 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header-cont {
	height: 153px;
	width: 100%;
	text-align: center;
}

#header-bg {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 153px;
	width: 945px;
	text-align: center;
}


.logo {
	text-align: left;
	height: 109px;
	width: 386px;
	vertical-align: top;
}
a.logo-btn {
	background: url(../images/rhw-header-logo.png) no-repeat left top;
	text-indent: -999em;
	height: 109px !important;
	display: block;
}
a.logo-btn:hover {background-position: bottom;}

#nav-hm {
	background-image: url(../images/nav-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 386px;
	text-align: right;
}

#nav-btn-container {
	text-align: center;
	height: 20px;
	width: 353px;
	vertical-align: middle;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 206px;
	background-color: #92AEBA;
	color: #FFFFFF;
}
/* Blue Nav Buttons */
.blue-nav {
	text-align: center;
	height: 20px;
	width: 160px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn {
	background: url(../images/blue-nav-btn.png) no-repeat left top;
	height: 16px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

a.blue-nav-btn:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn:hover {
	background-position: bottom;
	color: #660000;
}

.blue-nav2 {
	text-align: center;
	height: 20px;
	width: 160px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn2 {
	background: url(../images/blue-nav-btn2.png) no-repeat left top;
	height: 16px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

a.blue-nav-btn2:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn2:hover {
	background-position: bottom;
	color: #660000;
}

.blue-nav3 {
	text-align: center;
	height: 20px;
	width: 160px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn3 {
	background: url(../images/blue-nav-btn3.png) no-repeat left top;
	height: 16px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

a.blue-nav-btn3:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn3:hover {
	background-position: bottom;
	color: #660000;
}

.blue-nav4 {
	text-align: center;
	height: 20px;
	width: 160px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn4 {
	background: url(../images/blue-nav-btn4.png) no-repeat left top;
	height: 16px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

a.blue-nav-btn4:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue-nav-btn4:hover {
	background-position: bottom;
	color: #660000;
}



/* End Blue Nav Buttons */

.red-nav {
	text-align: center;
	height: 20px;
	width: 160px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.red-nav-btn {
	background: url(../images/red-nav-btn.png) no-repeat left top;
	height: 16px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

a.red-nav-btn:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.red-nav-btn:hover {
	background-position: bottom;
	color: #660000;
}


#nav1 {
	background-image: url(../images/nav-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 925px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav2 {
	background-image: url(../images/nav-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 655px;
	text-align: right;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 270px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #677983;
}


a:link.nav  {
	color : #FFFFFF;
	text-decoration: none
}

a:visited.nav  {
	color : #FFFFFF;
	text-decoration: none
}

a:hover.nav  {
	color : #660000;
	text-decoration: none
}

a:active.nav  {
	color : #FFFFFF;
	text-decoration: none
}

#header-tag {
	background-image: url(../images/header-tag.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 109px;
	width: 559px;
	text-align: right;
}


/* END HEADER ELEMENTS */

/* MAIN CONTENT */

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFCC;
} 

#mainContent2 {
	margin: 0 0 0 35px; /* This is for full one column page. */
	padding: 0 70px 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFCC;
} 


.twoColFixLtHdr #hmContent {
	margin: 0 0 0 565px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image: url(../images/workbook.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixLtHdr #hmContent2 {
	margin: 0 0 0 565px;
}

.box {
	background-image: url(../images/box-text.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	padding: 18px 0px 0px 20px;
	height: 78px;
	width: 370px;
}

.box-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 7px;
}
#dividerTopRed {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#dividerTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC9A;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
}
#dividerSandwich {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC9A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC9A;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#dividerBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC9A;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}



/* END MAIN CONTENT */


/* BEGIN SIDEBAR */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC url(../images/sidebar-top.png) no-repeat center top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-left: 10px;
	clear: right;
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 527px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 10px;
}

.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 395px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 250px;
	padding: 0 15px;
}

.twoColFixLtHdr #sidebarLinksTop {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC9A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #sidebarLinks {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-bottom-width: 1px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC9A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC9A;
}

.twoColFixLtHdr #sidebarLinksBtm {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC9A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #sidebarBox {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCC9A;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}


.headerbar {
	background-image: url(../images/red-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 512px;
	padding-top: 2px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.box1 {
	background-image: url(../images/box-base.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 527px;
	margin-bottom: 10px;
}

.box2 {
	background-image: url(../images/box-base2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	width: 520px;
	margin-bottom: 10px;
	padding-right: 4px;
	padding-left: 3px;
}


/* END SIDEBAR */

/* BUTTONS */

.red {
	text-align: center;
	vertical-align: middle;
	width: 133px;
	height: 96px;
}
a.red-btn {
	background: url(../images/red-btn.png) no-repeat left top;
	height: 70px !important;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	padding-top: 26px;
}

a.red-btn:visited {
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	padding-top: 26px;
}

a.red-btn:hover {
	background-position: bottom;
	color: #FFFFFF;
}


.red2 {
	text-align: center;
	vertical-align: middle;
	width: 133px;
	height: 96px;
}
a.red-btn2 {
	background: url(../images/red-btn2.png) no-repeat left top;
	width: 133px;
	height: 70px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 23px;
	margin-left: 10px;
}

a.red-btn2:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 26px;
}

a.red-btn2:hover {
	background-position: bottom;
	color: #FFFFCC;
}


.yellow {
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 96px;
}
a.yellow-btn {
	background: url(../images/yellow-btn.png) no-repeat left top;
	height: 76px !important;
	display: block;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.yellow-btn:visited {
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.yellow-btn:hover {
	background-position: bottom;
	color: #FFFFFF;
}

.yellow2 {
	text-align: center;
	vertical-align: middle;
	width: 260px;
	height: 96px;
}


a.yellow-btn2 {
	background: url(../images/yellow-btn2.png) no-repeat left top;
	height: 76px !important;
	display: block;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.yellow-btn2:visited {
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.yellow-btn2:hover {
	background-position: bottom;
	color: #FFFFFF;
}


#video {
	text-align: center;
	vertical-align: top;
	width: 260px;
	height: 123px;	
}
a.video-btn1 {
	background: url(../images/video-btn1.png) no-repeat left top;
	height: 93px !important;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	padding-top: 30px;
	text-align: center;
	width: 130px;
	padding-right: 130px;
	text-decoration: none;
}

a.video-btn1:visited {
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.video-btn1:hover {
	background-position: bottom;
	color: #FFFFFF;
}

a.video-btn2 {
	background: url(../images/video-btn2.png) no-repeat left top;
	height: 93px !important;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	text-align: center;
	width: 130px;
	padding-right: 130px;
	padding-top: 30px;
}

a.video-btn2:visited {
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.video-btn2:hover {
	background-position: bottom;
	color: #FFFFFF;
}

.buy {
	text-align: center;
	vertical-align: middle;
	width: 133px;
	height: 37px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 0px;
}
a.buy-btn {
	background: url(../images/buy-btn.png) no-repeat left top;
	height: 26px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 128px;
	padding-top: 11px;
}

a.buy-btn:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.buy-btn:hover {
	background-position: bottom;
	color: #FFFFCC;
}

.donate {
	width: 377px;
	height: 51px;
	margin-top: 20px;
	margin-left: 3px;
}

a.donate-btn {
	background: url(../images/donate-btn.png) no-repeat left top;
	height: 43px !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 377px;
	padding-top: 8px;
}

a.donate-btn:visited {
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.donate-btn:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.praise {
	width: 537px;
	height: 51px;
	clear: left;
	float: left;
	margin: 5px 0px 0px;
}

a.praise-btn {
	background: url(../images/praise-btn.png) no-repeat left top;
	height: 43px !important;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 537px;
	padding-top: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}

a.praise-btn:visited {
	background-position: top;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.praise-btn:hover {
	color: #FFFFCC;
	text-decoration: underline;
}


/* END BUTTONS */


/* BEGIN TYPE */

.hm-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: 660000;
	text-decoration: none;
}


.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: 660000;
	text-decoration: none;
}

.subhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: 660000;
	text-decoration: none;
}

.hm-text {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 15px;
	text-align: left;
	line-height : 22PX;
	color : #000000;
}


.text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	line-height : 20PX;
	color : #000000;
}


a:link.text  {
	color : #660000;
	text-decoration: underline
}

a:visited.text  {
	color : #660000;
	text-decoration: underline
}

a:hover.text  {
	color : #660000;
	text-decoration: none
}

a:active.text  {
color : #660000;
text-decoration: underline
}

.textR {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: right;
	line-height : 20PX;
	color : #000000;
}

.textSmlCntr {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: center;
	line-height : 14PX;
	color : #000000;
}

.text2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	color : #660000;
	font-style: italic;
	font-weight: bold;
}


a:link.text2  {
	color : #660000;
	text-decoration: underline
}

a:visited.text2  {
	color : #660000;
	text-decoration: underline
}

a:hover.text2  {
	color : #660000;
	text-decoration: none
}

a:active.text2  {
	color : #660000;
	text-decoration: underline
}

.textSidebar {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	color : #660000;
	font-style: normal;
	font-weight: bold;
}


a:link.textSidebar  {
	color : #660000;
	text-decoration: none
}

a:visited.textSidebar  {
	color : #660000;
	text-decoration: none
}

a:hover.textSidebar  {
	color : #660000;
	text-decoration: underline
}

a:active.textSidebar  {
	color : #660000;
	text-decoration: none
}


.textSidebar2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 20px;
	color : #660000;
	font-style: normal;
	font-weight: normal;
}


a:link.textSidebar2  {
	color : #660000;
	text-decoration: underline
}

a:visited.textSidebar2  {
	color : #660000;
	text-decoration: underline
}

a:hover.textSidebar2  {
	color : #660000;
	text-decoration: none
}

a:active.textSidebar2  {
	color : #660000;
	text-decoration: underline
}


.smallTxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color : #000000;
	padding-top: 30px;
	text-decoration: none;
}


/* END TYPE */



/* BEGIN FOOTER */

.twoColFixLtHdr #footer {
	background:#CCCC9A url(../images/footer.png) no-repeat left top;
	height: 60px;
	width: 945px;
	margin: 0;
} 

.footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}


a:link.footerNav  {
	color : #FFFFFF;
	text-decoration: none
}

a:visited.footerNav  {
	color : #FFFFFF;
	text-decoration: none
}

a:hover.footerNav  {
	color : #CCCC9A;
	text-decoration: underline
}

a:active.footerNav  {
	color : #FFFFFF;
	text-decoration: none
}
.disclaimer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color : #000000;
	padding-top: 30px;
	text-decoration: none;
}


.credit {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color : #000000;
	padding-top: 20px;
	text-decoration: none;
	border-top: 1px solid #660000;
}

a:link.credit  {
	color : #000000;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited.credit  {
	color : #000000;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover.credit  {
	color : #660000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active.credit  {
	color : #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}


/* END FOOTER */

/* FORMS */


#form {
	text-align: left;
	vertical-align: top;
	width: 600px;
	margin-top: 30px;
}


#formTxtClm {
	text-align: left;
	width: 110px;
	float: left;
	vertical-align: top;
}
#formTxtClm2 {
	text-align: left;
	width: 250px;
	float: left;
	vertical-align: top;
	margin-right: 10px;
}


#formTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: 35px;
	padding-top: 10px;
}

#formFieldsClm {
	text-align: left;
	margin-left: 120px;
}

#formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: 35px;
	padding-top: 10px;
}
#formFields2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: 35px;
	padding-top: 10px;
}
#formFieldsMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: 120px;
	padding-top: 10px;
}

/* END FORMS */

#pageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

/* FLOATS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
