/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF center;
	margin: 20px;
	padding: 0px;
	text-align: center;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #062054;
	padding: 0px;
	margin-top: 20px;
	margin-right: 70px;
	margin-left: 40px;
} 

address {
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #D0C76A;
	margin-top: 35px;
	margin-left: 40px;
	font-style: normal;
	margin-bottom: 25px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #062054;
	padding: 0px;
	margin-left: 40px;
	margin-top: 30px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #062054;
	margin-left: 40px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {
	border-collapse: collapse;
	font-size: 12px;
	vertical-align: top;
	background: center top;
	padding: 0px;
	margin: 0px;
}


/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	padding: 0px;
	width: 770px;
	margin: 0px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


div#copyright {
	font-size: 9px;
	color: #062054;
	text-align: center;
}


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

div#navcontainer {
	width: 180px;
	height: 212px;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#mainnav {
	width: 140px;
	list-style-type: none;
	margin: 0px 0px 0px 31px;
	padding: 0 0 0 0px;
	background: url(none);
	vertical-align: top;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #D0C76A;
	text-decoration: none;
	display: block;
	font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px 0 0 0px;
	border-bottom: none;
	background: url(images/nav-off.gif);
	border-top: 1px solid #D0C76A;
	padding: 6px 0 8px 35px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	background: url(images/nav-on.gif) no-repeat;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	color: #062054;
	font-size: 9px;
}
div#copyright a:hover {
	color: #D0C76A;
}


ul#list {
	width: auto;
	margin: 15px 0px 0px 55px;
	padding: 0px;
	list-style-type: disc;
	font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062054
}
ul#list li {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062054
}

td#background {
	vertical-align: top;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color: #333333;
}

/* Centers everything */
div#center {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	width: 770px;
	background-position: center;
}

td#header {
	vertical-align: top;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 65px;
	width: 770px;
}
td#navbg {
	vertical-align: top;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-y;
	width: 172px;
}
td#content {
	vertical-align: top;
	background-image: url(images/contentbg.gif);
	width: 598px;
	background-repeat: repeat-y;
}
div#image {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: center;
	margin-right: 30px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #062054;
	margin-left: 40px;
	margin-top: -5px;
	padding: 0px;
}
div#gallery {
}
div#gallery td {
	margin-left: 100px;

}
div#gallery img {
}
.image2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 20px;
}
