body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-image: url(../images/backgroundFaded.jpg);
	background-repeat: repeat-y;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	color: #4D1E13;
	font-size: 14px;
	font-weight: normal;
}

#pageWrapper{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#header{
	height: 150px; /*Height of top section*/
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #000000;
	width: 900px;
}

#header h1{
	margin: 0;
	padding-top: 115px;
	padding-left: 140px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: bold;
	font-size: 32px;
	color: #440000
}

#contentWrapper{
	float: left;
	width: 100%;
	background-image: url(../images/wrapperBG.jpg); background-repeat: repeat-y;
}

#contentColumn{
	margin-left: 175px;
	margin-top: 15px;
}

#contentColumn p {
	font-size: 14px;
	color: #4D1E13;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
}

#contentColumn h2 {
	color: #382B23;
	margin: 10px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: "Book Antiqua","Century Gothic", times new roman, times, serif;

}

#contentColumn h3 {
	color: #382B23;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "Book Antiqua","Century Gothic", times new roman, times, serif;
}

#contentColumn a {color: #37150E;}

#contentColumn a:hover {color: #81200A;}

#contentColumn ul li {
	list-style: none;
  background-image: url(../images/nailBullett.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
}


#pageTitle h1{
	width: 365px;
	height: 103px;
	padding: 35px 0 0 015px;
	margin-bottom: -35px;
	color: #1A0000;
	font-family: Georgia, Times New Roman, Times;
	font-weight: bold;
	font-size: 24px;
	background-image: url(../images/pageTitle_bg.png); background-repeat: no-repeat;
}

#searchForm {
	float: right;
	text-align: right;
	align: right;
}

#leftColumn{
	float: left;
	width: 170px;
	margin-left: -900px;
	border-left: 2px solid #000000;
}

#leftNav {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}

#leftNav a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 5pt;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(../images/btnNorm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 0px solid #682605;
}

#leftNav a:hover {
	color: #320E06;
	font-weight: bold;
	background-image: url(../images/btnOver.jpg);
}

#leftNav a:active {
	color: #FF3300;
	font-weight: bold;
	background-image: url(../images/btnDown.jpg);
}

#leftNav h2 {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 25px;
	text-align: center;
	font-family: "Book Antiqua";
	color: #333333;
	font-size: 16px;
	background-image: url(../images/but_h3Backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #993300;
}

#leftNav h3 {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 25px;
	text-align: center;
	font-family: "Book Antiqua";
	color: #333333;
	font-size: 14px;
	background-image: url(../images/but_h3Backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 4px;
}

#leftNav li {
	position: relative;
	margin: -4px;
	padding: 5px 0px 0px;
	list-style-type: none;
	height: 25px;
	background-image: url(../images/btmNorm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	color: #FFFFFF;
}

#leftNav ul {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

/* Off Site Links  */

#offSite {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}

#offSite a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 5pt;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(../images/btnNorm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 0px solid #682605;
}

#offSite a:hover {
	color: #320E06;
	font-weight: bold;
	background-image: url(../images/btnOffsite_over.jpg);
}

#offSite a:active {
	color: #FF3300;
	font-weight: bold;
	background-image: url(../images/btnOfsite_down.jpg);
}

#offSite h2 {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 25px;
	text-align: center;
	font-family: "Book Antiqua";
	color: #333333;
	font-size: 16px;
	background-image: url(../images/but_h3Backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #993300;
}

#offSite h3 {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 25px;
	text-align: center;
	font-family: "Book Antiqua";
	color: #333333;
	font-size: 14px;
	background-image: url(../images/but_h3Backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 4px;
}

#offSite li {
	position: relative;
	margin: -4px;
	padding: 5px 0px 0px;
	list-style-type: none;
	height: 25px;
	background-image: url(../images/btmNorm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	color: #FFFFFF;
}

#offSite ul {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}


#login form{
	text-align: center;
	margin:25px 0 0 0;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	height: 125px;
	width: 168px;
}

#footer{
	clear: left;
	width: 896px;
	background-color: #37150E;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	display: block;
	position: relative;
	border-top: 2px solid #555555;
	border-bottom: 3px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #A52929;
	padding: 4px 0;
}

#footer a. a:link, a:visited{color: #CCCCCC;}

#footer a:hover {	color: #FFFFFF;}

#footer img { border: 0px;}

#copyright{
	margin: 0 auto;
	text-align: center;
	font-family: "Lucida Grande", Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #cccccc;
}

#copyright a:link, a:visited{
	color: #EEEEEE;
	text-decoration: none;
}

#copyright a:hover{
	color: orange;
	text-decoration: underline;
}


.innertube{
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.imgRight{
	float: right;
	padding: 10px;
	margin-left: 10px;
	background-image: url(../images/photoBG.jpg);
	border: 2px solid #35281A;
}

.imgLeft{
	float: left;
	padding: 10px;
	margin-right: 10px;
	background-image: url(../images/photoBG.jpg);
	border: 2px solid #35281A;
}

.imgCenter{
	align: center;
	margin: 0 auto:
	text-align: center;
	padding: 10px;
	background-image: url(../images/photoBG.jpg);
	border: 2px solid #35281A;
}

#officeInfo{
	padding: 6px; color: #DC7703; font-size: 11px;
	}