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

html {
	background-color: #ec5e06;
	background-image: url(images/BaseBkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
}

body {
	background-image: url(images/MainBkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.0em;
	line-height: 1em;
	width: 1100px;
}

#PgWrapper {
	background-image: url(images/HeaderBkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 1100px;
	}

#head {
	background-color: #000;
	margin: 0 auto;
	width: 1000px;
	height: 50px;
	border: 1px solid #000;
	}
	
#MainArea {
	background-image: url(images/DesignWord.gif);
	background-repeat: no-repeat;
	background-position: 70px top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	padding-bottom: 20px;
	}

#TextArea {
	padding-top: 20px;
	margin-left: 325px;
	width: 650px;
	}
	
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 1100px;
	height: 80px;
	}
	
/*----------------- banner area ---------------*/
#banner {
	background-image: url(images/1027Logo_2008.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #777;
	font-size: 0.9em;
	text-align: right;
	height: 125px;
}

#banner a:link, #banner a:visited {
	text-decoration: none;
	color: #777;
}

#banner a:hover {
	text-decoration: none;
	color: #ec5e06;
}


/*----------------- menu area ---------------*/

#menu {
	margin-top: 20px;
	}
	
#menu a hr {
	border: 0; 
	width: 70%; 
	height: 4px; 
	color: #777;
	background-color: #777;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	margin-bottom: 5px;
	}

#menu a:hover hr {
	border: 0; 
	width: 70%; 
	height: 4px; 
	color: #ec5e06;
	background-color: #ec5e06;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	margin-bottom: 5px;
	}

#menu a:link, #menu a:visited {
	font-size: 1.6em;
	line-height: 1.4em;
	text-decoration: none;
	color: #777;
}

#menu a:hover {
	font-size: 1.6em;
	line-height: 1.4em;
	text-decoration: none;
	color: #ec5e06;
}

#menu p {
	margin-top: -3px;
	font-size: .8em;
	line-height: 1.2em;
	text-decoration: none;
	color: #777;
}


/*----------------- main copy area ---------------*/

#mainCopy {
	margin-top: 50px;
	}

#mainCopy h1 {
	margin-top: 0;
	font-size: 2.5em;
	color: #ec5e06;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	}

#mainCopy h2 {
	margin: 0;
	font-size: 1.5em;
	color: #000;
	background-color: #ec5e06;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 6px;
	}

#mainCopy p {
	color: #333;
	font-size: 1em;
	line-height: 2.0em;
	margin-top: 0;
	font-weight: normal;
	}

#mainCopy ul {
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: -10px;
	font-weight: normal;
	}

#mainCopy a:link, #mainCopy a:visited {
	text-decoration: none;
	font-size: 1em;
	line-height: 2.0em;
	border-bottom: 1px solid #777;
	color: #777;
	}

#mainCopy a:hover {
	text-decoration: none;
	font-size: 1em;
	line-height: 2.0em;
	border-bottom: 1px solid #ec5e06;
	color: #ec5e06;
	}
	
#mainCopy hr {
	clear: both;
	border: 0; 
	width: 70%; 
	height: 2px; 
	color: #ec5e06;
	background-color: #ec5e06;
	margin-bottom: 5px;
	}


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


#CopyrightWrap {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	height: 26px;
	clear: both;
}

#Copyright {
	color: #777;
	font-size: .9em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
}

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

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


/* 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 {
	}

/* IE7 Only */
*:first-child+html { 
	}
