body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../design/textureBG2.jpg);
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 1px solid #1b386d;
	background-color: #efefe6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
} 
.nav {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #1b386d;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-top: 6px;
	padding-left: 5px;
	color: #FFFFFF;
	word-spacing: 1.25em;
	font-weight: bold;
}
.nav a {color: #FFFFFF; font-size: 10pt; text-decoration:none;};
.nav a:hover {color: #FFFFFF; font-size: 10pt; text-decoration:none;};
.nav a:active {color: #FFFFFF; font-size: 10pt; text-decoration:none;};
.nav a:visited{color: #FFFFFF; font-size: 10pt; text-decoration:none;}

#header {
	height: 150px;
	width: 780px;
	background-image: url(/design/brickHeader.jpg);
	background-color: #666666;
} 

#headerFront {
	height: 145px;
	width: 780px;
	background-image: url(/design/frontPageBG.jpg);
	background-color: #666666;
} 

#middle {
	width: 780px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1b386d;
	padding: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #1b386d;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left
}

#twoColRight {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 20px;
	border: 0px none #000;
	width: 500px;
} 
#twoColRight h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 140%;
}
#twoColRight h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
}
#twoColRight h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
}
#twoColRight h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	color: #1b386d;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
#threeColMiddle {
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
} 
#threeColMiddle h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 140%;
}
#threeColMiddle h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
}
#threeColMiddle h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
}
#threeColMiddle h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
}

#footer {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1b386d;
	height: 50px;
	width: 780px;
	text-align: left;
	padding: 10px;
	_padding: 0px;
}

.treeview {
	text-align: left;
	padding-top: 10px;
	padding-left:0;
	margin-top: 10px;
	margin-left:0
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(/design/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-left: 15px
margin-bottom: 3px;
font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
font-size: 8.5pt;
}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(/design/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
font-size: 8.5pt;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
font-size: 8.5pt;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
font-size: 8.5pt;
}

.treeview a:link {text-decoration: none; color:#1b386d}
.treeview a:visited {text-decoration: none; color:#1b386d}
.treeview a:active {text-decoration: none; color:#1b386d}
.treeview a:hover {text-decoration: none; color:#1b386d}
.treeview a {text-decoration: none; color:#1b386d}

#mainContent {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 160px;
	margin-right: 225px;
	font-size: 9pt;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1b386d;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: -1px;
	text-align: left;
}

#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 140%;
}
#mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
}
#mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
}
#mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
}
#picture300 {
	padding: 2px;
	width: 304px;
	float: left;
}
#photo300 {
}
#caption300 {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 1px;
}
#picture150 {
	padding: 2px;
	width: 154px;
	float: left;
}
#photo150 {
}
#caption150 {
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 1px;
}

#frontSidebar {
	width: 259px;
	_width: 256px;
	color: #1b386d;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1b386d;
	margin: 0px;
	text-align:left;
	float: left;
	height: 750px;
}
#frontPageMid {
	width: 500px;
	_width: 500px;
	margin-left: 280px;
	_margin-left: 260px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	height: 770px;
}
#frontPics {
	width: 500px;
	_width: 500px;
	padding: 0px;
	float: left;
	margin: 0px;
}
#frontSmallLeft {
	width: 212px;
	padding: 0px;
	font-family: Optima, Century Gothic, Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	line-height: 20px;
	float: left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#frontSmallRight {
	width: 225px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1b386d;
	position: relative;
	margin: 0px;
	float: right;
	text-align: left;
	height: 440px;
}
#search {
	bottom: 0px;
	text-align: right;
	height: 25px;
	width: 350px;
	margin-left: 420px;
}
#searchFront {
	text-align:right;U
}


#address {
	width: 400px;
}
#bottomSpacer {
	height: 25px;
}
#container #middle #form1 table tr td .paragraphHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#SCcaption {
	height: 25px;
	width: 500px;
}
#artGallery {
	border: thin solid #000;
	background-color: #FFF;
	width: 502px;
}
#picture {
}

#qaCenter {
	text-align: left;
}
#container #middle #frontPageMid #frontSmallRight #otherQL {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 30px;
	text-align: left;
	font-size: 12px;
}
