/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-image: url(images/PgElements/PgBkgd_base.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f5f5f5;
	margin: 0;
	position: relative;
	color: #fff;
	}
	
#wrap { background-image: url(images/PgElements/MainAreaBkgd.jpg); 
	background-repeat: repeat-y; 
	background-position: center top; 
	width: 1129px; 
	margin: 0 auto; 
	}
	
#header { width: 1129px; 
	background-image: url(images/PgElements/PgHdr.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto; 
	height: 210px; 
	}
	
#PgBtm { background-image: url(images/PgElements/PgFooter.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 1129px; 
	height: 90px; 
	margin: 0 auto; 
	}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.6em;
	color: #97da76;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

h2 {
	font-size: 2.0em;
	color: #88a9c3;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

h3 {
	font-size: 1.8em;
	color: #d3d3d3;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0;
	font-weight: normal;
}


/* -------- MAIN CONTENT AREA ----------- */

a {
	color: #EC9962;
	text-decoration:underline;
}
a:hover {
	color: #DFD0A9;
	text-decoration:underline
}

.maintext {
	color: #E36F1E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: bolder;
}

.LEFTtext {
	color: #E4CEA7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.5;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 900;
}

.title_text
        {
        color: #e46f20;
        font-size:19px;
        font-weight:bold;
		margin-bottom: 16px;

        }
		
.head_link a
        {
        color: #e46f20;
        font-size:18px;
        font-weight:bold;
        text-decoration:none;
        }

.head_link a:hover
        {
	color: #DFD0A9;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
        }
		
.tdmenu {
	padding: 5;
	font-style: italic;
}

.headlinetext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

.smallarial {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}

.topstorelinks {
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 125px;
	padding-top: 10px;
	height: 0em;
	color: #000000;
 }
 
 .topstorelinks a {
	color: #E4CBA2;
 }
 
.topstorelinks a:hover {
	color: #E46F1F;
 }



/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #e8d3ac;
	font-size: 0.9em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-top: 30px;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #e8d3ac;
}

#Copyright a:hover {
	border-bottom: 1px solid #fe4000;
	border: none;
	color: #e36f1e;
}

/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }


/* IE6 Only */
* html #Copyright { position: relative; }

/* IE7 Only */
*:first-child+html #Copyright { position: relative; }
