@charset "utf-8";
body {
	scrollbar-base-color: #7f5112;
	scrollbar-arrow-color: #f1dfa1;
	margin: 0px; 
	padding: 0px;
	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 */
	background-color: #000000;
	background-image: url("../images/page/bkg_page.png");

}
.oneColElsCtrHdr #container {
	width: 800px;  
	background: #000000;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* top header */
.oneColElsCtrHdr #header {
	background-color: #000000;
	background-image: url("../images/page/banner_top_bkg.jpg");
	width: 100%;
	height: 146px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat:repeat-x;
} 
.top {
	margin: 0; 
	background-color: #7b4f11;
	background-image: url("../images/page/content_top.png");
	background-repeat: no-repeat;
	height: 13px;
	padding: 0px;
	width: 800px;
}
.top3 {
	margin: 0; /*  */
	background-color: #7b4f11;
	background-image: url("../images/page/content_top2.png");
	background-repeat: no-repeat;
	height: 13px;
	padding: 0px;
	width: 800px;
}
/* main content area  */
.oneColElsCtrHdr #mainContent {
	padding: 0px;
	background-color: #7b4f11;
	background-image: url("../images/page/bkg_content.png");
	width: 800px;
}
A:link{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
A:visited{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
A:active{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
A:hover{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
ul {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
}
.ulImage {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url("../images/bullet.png");
	list-style-position: outside;
}
hr { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-repeat: no-repeat;
	height: 2px;
	width: 90%;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

a.text1:link {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.text1:visited {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.text1:hover {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
/* This is the style for the index page  */

.pageHeader {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 18px;
	color: #e9d766;
	text-decoration: none;
	font-weight: normal;
}
.text1 {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #e9d766;
	text-decoration: none;
	font-weight: normal;
}
a.text1:link {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #e9d766;
	text-decoration: none;
}
a.text1:visited {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #e9d766;
	text-decoration: none;
}
a.text1:hover {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 14px;
	color: #e9d766;
	text-decoration: underline;
}
/* rollover for the index page buttons  */
.rollover a {
text-align:center;
display:block;
width: 102px;
padding:10px 10px 3px 3px;
height: 43px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#000;
background: url("../images/buttons/button_off.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
text-align:center;
display:block;
width: 102px;
height: 43px;
padding:10px 10px 3px 3px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#000;
background: url("../images/buttons/button_on.jpg") 0 0 no-repeat;
text-decoration: underline;
}
.rollover a:active { 
text-align:center;
display:block;
width: 102px;
height: 43px;
padding:10px 10px 3px 3px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#000;
background: url("../images/buttons/button_on.jpg") 0 0 no-repeat;
text-decoration: underline;
}

/* rollover for the Page buttons  */
.rolloverPage a {
text-align:left;
display:block;
width: 145px;
padding:5px 10px 3px 25px;
height: 30px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#f1de69;
background: url("../images/buttons/button_leftNav_off.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rolloverPage a:hover {
text-align:left;
display:block;
width: 145px;
height: 30px;
padding:5px 10px 3px 25px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#f1de69;
background: url("../images/buttons/button_leftNav_on.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rolloverPage a:active {
text-align:left;
display:block;
width: 145px;
height: 30px;
padding:5px 10px 3px 25px;
font: bold 13px "Palatino Linotype", "Book Antiqua";
color:#f1de69;
background: url("../images/buttons/button_leftNav_on.jpg") 0 0 no-repeat;
text-decoration: none;
}
/* Footer  */
.contentBottom {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #f1de69;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #7b4f11;
	background-image: url("../images/page/bkg_content.png");
	width: 800px;
}
.footer {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #e9d766;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width: 788px;
}

.memberfooter {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #e9d766;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width: 100%;
}

a.footer:link {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #e9d766;
	text-decoration: none;
}
a.footer:visited {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #e9d766;
	text-decoration: none;
}
a.footer:hover{
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size: 12px;
	color: #e9d766;
	text-decoration: underline;
}
.bottom {
	margin: 0; 
	background-color: #7b4f11;
	background-image: url("../images/page/content_bottom.png");
	background-repeat: no-repeat;
	height: 17px;
	padding: 0px;
	width: 800px;
}
.shadow {
	margin: 0; 
	background-image: url("../images/page/shadow.png");
	background-repeat: no-repeat;
	height: 11px;
	padding: 0px;
	width: 800px;
}
