body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FEFDBC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p, h1, h2, h3, h4, h5, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p {
	font-size: 13px;
	text-align: justify;
}
li {
	font-size: 13px;
	margin-left: 25px;
}

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E15A18;
	color: #E15A18;
	left: 0px;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #E15A18;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
a.entersite {
	font-size: 18px;
}
a:link, a:visited, a:active {
	color: #E15719;
	text-decoration: none;
}
a:hover {
	color: #193C80;
	text-decoration: underline;
}

/* ----------------- MAIN NAVIGATION ----------------- */


/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 28px 0px 0px;
	padding: 0px 5px 0px 0px;
	background-image: url(images/nav_bg.jpg);
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 14px;
	color: #D7E2E6;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	margin-right: 1px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover {
	background-color: #FFFF99;
	color: #193C80;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-color: #E15A18;
	color: #020204;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#header {
}

div#border {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
div#leftcolumn {
	float: left;
	width: 183px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	background-image: url(images/left_col_top.jpg);
	background-repeat: no-repeat;
}
div#rightcolumn {
	float: left;
	width: 589px;
	line-height: 1.25em;
	background-image: url(images/right_col_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 8px 0px 0px;
}
div#content{
	padding: 0px 30px 0px 5px;
	margin: 0px;
}
address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 5px 0px;
	color: #E15A18;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E15A18;
	border-bottom-color: #E15A18;
	clear: both;
}

div#footer {
	margin: 0px;
	clear: both;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #E15A18;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	padding-top: 5px;
	padding-right: 38px;
	padding-bottom: 12px;
	padding-left: 183px;
}
div#footer a {
	color: #E15A18;
	margin-right: 3px;
	margin-left: 3px;
}

div#splashfooter {
	margin: 0px auto 10px;
	clear: both;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #193C80;
	padding: 0px;
}
div#splashfooter a {
	color: #ffffff;
	margin-right: 3px;
	margin-left: 3px;
}


div#copyright, div#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}

div#signin, div#signin a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px auto 2px;
	padding: 0px 15px 4px 1px;
	text-align: right;
	color: #FFFFFF;
	clear: both;
	width: 780px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 0px;
	border: 1px solid #193C80;
	margin: 0px 8px 5px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border: 1px solid #183A81;
	clear: right;
}
.clear {
	clear: both;
}
div#nav {
	background-image: url(images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	padding-right: 28px;
}
div#splash {
	padding: 0px;
	width: 637px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
.GalleryTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: overline;
}
.galleryThumbs {
	border: 4px outset #666666;
}
.galleryFulls {
	border: 4px inset #FEFDBC;
}
