
body {
	background-color: #FFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

table#main {
	border-right: 1px solid black;
}

/* HEADER TABLE STYLES */
#header {
	margin: 0px;
	padding: 0px;
	background-color: #412C03; /*31240B*/
	border-bottom: 1px solid black;
}
	
#header table {
	margin: 0px 6px 0px 0px;
	padding: 0px;
}

#header td {
	text-align: center;
}

#header a {
	font-family: 'Lucida Sans Regular', 'lucida sans', trebuchet, verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	line-height: 26pt;
	color: #EDDAAB;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#header a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* END HEADER STYLES  */

/*  CONTENT STYLES */
#content {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #EDDAAB /*EDDAAB*/;
}

#content table {
	background-color: #EDDAAB;
}

#content p {
	font-size: 8pt;
	margin-left: 15px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content p.indent {
	margin-left: 30px;
	margin-top: 0px;
}

#content h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
	color: #8C3900; /*31240B*/
	margin: 6px 6px 2px 6px;
}

#content h1.welcome {
	font-size: 18pt;
	font-weight: bold;
	margin: 15px 10px 8px 6px;
}

#content h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #000; /*8C3900*/
	margin: 6px 6px 0px 20px;
}

#content ul {
	list-style: disc;
	padding-left: 4px;
	margin-left: 30px 
}

#content ul.noDot {
	list-style: none;
	padding-left: 4px;
	margin-left: 20px;
	font-weight: bold;
}

#content li {
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
	line-height: 13pt;
	color: #000;
	margin-top: 4px;
}

#content li.noDot {
	list-style: none;
	padding-left: 8px
}

#content a {
	font-weight: bold;
	text-align: left;
	font-size: 9pt;
	color: #8C3900;
	text-decoration: underline;
	padding: 5px;
	margin: 10px;
}

#content a:link {
	color: #8C3900;
	text-decoration: underline
}
#content a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #999;
}

#content a:visited {
	color: #8C3900;
}

#content a.center {
	text-align: center;
}

#content a.inline {
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	color: #000;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

#content img.imgRight{
	float: left;
	margin: 0px 10px 2px 0px;
}

#content a.galleryImgLink {
	text-align: center;
	margin: 2px;
	padding: 0px;
	background-color: #EDE5CE;	

}

#content a.galleryImgLink:hover {
	text-align: center;
	margin: 2px;
	padding: 0px;
	background-color: #EDE5CE;	
}

/* CONTENT LINK LIST STYLES */

#content div#linkList {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
}

#content div#linkList ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 10px;
}

#content div#linkList li {
	line-height: 4pt;
	color: #000;
	margin-top: 0px;
}

#content div#linkList a {
	color: #8C3900;
	text-decoration: underline;
}

#content div#linkList a:link {
	color: #8C3900;
	text-decoration: underline;
}

#content div#linkList a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

#content div#linkList a:visited {
	color: #5E2701;
	text-decoration: underline;
}

/* CONTENT LINK LIST STYLES */

/*  end content div styles */

td, th		{
			font-size: 10pt;
			}

p		{
	font-size: 9pt;
	line-height: 13pt;
	text-align: left;
			}

img.float {
	float: right;
	display: inline;
	margin-top: 2px;
	margin-left: 12px;
	margin-right: 2px;
	margin-bottom: 17px;
}

table {
	padding: 0px;
	margin: 0px; 
	}

.center {
	text-align: center;
	border: 0px solid black;
	margin: 0px;
	pading: 0px;	
}


.leftCol {
	background-image: url('images/tempback.jpg');
	background-repeat: no-repeat;
	background-color: #8E5006/*#C59951*/;
	border-bottom: 1px solid black;	
}
	
a {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 26pt;
	color: #EDDAAB;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	color: #EDDAAB;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
}

/* OLD LEFT NAV LINK STYLES

div#links {
	position: static;
	margin: 4px 0px 4px 0px;
}

div#links a {
	display: block;
	text-align: left;
	font: bold 9pt/12pt verdana, arial,sans-serif;
	padding: 5px 10px;
	margin: 0px 0px 2px 10px;
	border:1px solid black;  
	text-decoration: underline;
	color: #fff;
	background: url(images/semitrans2.gif);
	}

div#links a:hover {
	color: #000;
	background: url(images/semitrans.gif);
}
  */
/* NEW LEFT NAV LINK STYLES  */
#links {
	margin-top: 6px;
}

#links ul {
margin-left: 2; 
padding-left: 0; 
list-style: none; 
}

#links li {
	height: 22px;
	padding-left: 9px;
	background-image: url(images/shape.gif); 
	background-repeat: no-repeat; 
	background-position: 0 50%; 
}

#links li.second {
	margin-left: 12px;
}

#links li.third {
	margin-left: 20px;
}

#links li.fourth {
	margin-left: 20px;
}

#links a {
	margin: 6px 1px 6px 6px;
	padding: 0px;
	font-family: verdana, serif;
	font-weight: bold;
	font-size: 7.5pt;
	line-height: 14pt;
	color: #590707;
	text-align: left;
	text-decoration: none
}

#links a:link {
	color: #590707;
}

#links a:hover {
	font-family: verdana, serif;
	font-weight: bold;
	font-size: 7.5pt;
	line-height: 14pt;
	color: #8C3900;
	text-align: left;
	text-decoration: underline
}

#links a:visited {
	color: #000;
	text-align: left;
}

/* NEW LEFT NAV LINK STYLES  */


.second {
	padding-left: 5px;
	font-weight: bold;
	} 

.third {
	padding-left: 10px;
	font-weight: bold;
	} 

.fourth {
	padding-left: 15px;
	font-weight: bold;
	} 

.fifth {
	padding-left: 20px;
	font-weight: bold;
	} 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

li		{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
			}

/*  BOTTOM NAVIGATION  */
           
#bottomNav {
	padding: 0px;
	margin: 0px;
	background-color: #412C03;
}

#bottomNav table {
	padding: 0px;
	margin: 0px;
	background-color: #412C03/*#31240B*/;
}

#bottomNav ul {
	margin-left:0px;
	padding-left:0px;
	display: inline;
}

#bottomNav p {
	margin: 2px;
	padding: 10px;
	text-align:center;
	color: #ffffff;
	font-size: 9px;
}

#bottomNav ul li {
	margin: 0px;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}

#bottomNav ul li a {
	font-family: 'Lucida Sans Regular', 'lucida sans', trebuchet, verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	line-height: 26pt;
	color: #EDDAAB;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#bottomNav ul li a:hover {
	margin: 0px;
	text-decoration: underline;
	color: #FFF;
}



/*  END BOTTOM NAVIGATION  */

























