<!--

@import url("nav.css");


/* BODY */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 12px;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	}


/* FONTS */

p, td, li, ul, ol, dl, dt, dd {
	/*font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006233;
	text-transform: uppercase;
	}
h1 {
	font-size: 18px;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	}
h2 {
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	}
p {
	/*margin-top: 0;*/
	margin-bottom: 1em;
	}
h1+p {
	margin-top: 0;
	}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006233;
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	font-weight: bold;
	}
ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 1.5em;
	font-size: 12px;
	text-transform: uppercase;
	}


/* LINKS */

a:link {
	color: #006233;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #006233;
	}
a:hover {
	text-decoration: none;
	color: #303c4e;
	}
a:active {
	text-decoration: underline;
	color: #303c4e;
	}


/* PAGE DIVISIONS */

#mainContainer {
	background: #FFF;
	}
#navSideContainer {
	margin-top: 12px;
	margin-right: 12px; /* added */
	margin-bottom: 100px;
	margin-left: 12px; /* added */
	}
td#footerBar {
	background: #FFF url(../images/footer_bar.gif) repeat-x top;
	}
td#footerBar p {
	font-size: 10px;
	margin-top: 7px;
	margin-bottom: 12px;
	}
td.mainContent {
	padding-right: 20px;
	}
#footerContainer {
	margin-bottom: 12px;
	}
td#footerLinks p {
	font-size: 11px;
	}
td#sideNavCell {
/*
	background-image: url(../images/sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
*/
	}
#galleryPics {
	border-top: 1px solid #4f5d71;
	border-left: 1px solid #4f5d71;
	margin-top: 12px;
	margin-bottom: 12px;
	}
#galleryPics tr.pic td {
	border-right: 1px solid #4f5d71;
	border-bottom: 1px solid #4f5d71;
	background: #d8dce1;
	text-align: center;
	}
#galleryPics tr.pic td img {
	border: 5px solid #fff;
	margin: 10px;
	}
#galleryPics tr.txt td {
	border-right: 1px solid #4f5d71;
	border-bottom: 1px solid #4f5d71;
	background: #0e192a;
	text-align: center;
	padding: 5px;
	color: #d8dce1;
	}
#galleryPics tr.txt td a:link, #galleryPics tr.txt td a:visited {
	padding: 5px;
	color: #d8dce1;
	line-height: 18px;
	}
#galleryPics tr.txt td a:hover {
	color: #d3e8cf;
	}

#galleryLinks {
	border-top: 1px solid #4f5d71;
	border-left: 1px solid #4f5d71;
	margin-top: 12px;
	margin-bottom: 12px;
	}
#galleryLinks tr.pic td {
	border-right: 1px solid #4f5d71;
	background: #d8dce1;
	text-align: center;
	}
#galleryLinks tr.pic td img {
	border: 2px solid #fff;
	margin: 2px;
	}
#galleryLinks tr.pic td a:link img, #galleryLinks tr.pic td a:visited img {
	border: 2px solid #fff;
	}
#galleryLinks tr.pic td a:hover img {
	border: 2px solid #16253c;
	}
#galleryLinks tr.txt td {
	border-right: 1px solid #4f5d71;
	border-bottom: 1px solid #4f5d71;
	text-align: center;
	/* background: #d8dce1; */
	background: #0e192a;
	font-weight: bold;
	}
#galleryLinks tr.txt td a:link, #galleryLinks tr.txt td a:visited {
	/* background: #d8dce1; */
	background: #0e192a;
	display: block;
	padding: 5px;
	/* color: #020202; */
	color: #d8dce1;
	}
#galleryLinks tr.txt td a:hover {
	/* background: #d3e8cf; */
	background: #16253c;
	display: block;
	padding: 5px;
	}

-->
