body{
	font:75% Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#FFFFFF;
	margin:0;
	text-align: center;
	line-height: 1.5em;
} 
#header /*logo image*/{
	background-color:#0F174A;
	height: 125px;
	width:66.65em;
}
#wrapper{
	width:66.75em;
	text-align:left;
	margin:0 auto;
	background-color: #fff;
	border: solid .08em #0A0437;
	border-top: none;
}
#pageHeader{
	padding: 0.5em 0 .5em 2em;
	width: 47em;
	float: left;
}
#pageHeader img {
border:solid .08em #000;
}
/*HORIZONTAL MENU*/
div#nav{
	background-color:#0F174A;
	position:relative;
	height:2.5em;
	margin:0;
}
#nav ul{
	list-style:none;
	position:relative;
	background-color:#0F174A;
	margin:0;
	height: 2.15em;
	margin-left: 2em;
}
#nav li a {
	display:block;
	color:#EAEAEA;
	text-decoration:none;
	padding:0.5em;
	font-weight: bold;
}
#nav ul li {/*sub-menu.*/
	position:relative;
	text-align: center;
	float: left;
}
#nav li ul{ /* sub-menu.*/
	position: absolute;
	display: none;
	font-size:85%;
	width: 10em;
	padding:0em;
	margin:0;
	font-weight: bold;
}
#nav li ul li a{ /*sub menus*/
	background-color:#7EACD1;
	width:16.5em;
	color: #0A0437;
	border: .1em solid #0A0437;
	border-top: none;
}
#nav li > ul { /*reset the top and left properties on all but IE browsers*/
top: auto;left: auto;
}
#nav li:hover ul, li.over ul { /*IE fix:invokes the :hover CSS rules for IE's*/
	display: block;
}
#nav a:hover{
background-color:#fff;
color:#0A0437;
}
#nav a:active{
background-color:#AF732A;color:#0A0437;
}
/*LEFT NAV*/
#left-sidebar{
	width: 11.5em;
	font:bold 95% Arial, Helvetica, sans-serif;
	float: left;
	clear:left;
	color:#2D1500;
	background-color: #9E6927;
	padding-bottom: 8em;
}
#left-sidebar ul{
	padding:0;
	margin:0;
	color:#3C1E00;
}
#left-sidebar li{
	list-style-type: none;
	text-align: center;
	padding: 0.5em;
	color: #3C1E00;
	border-right: #3C1E00 solid .08em;
	border-bottom: #3C1E00 solid .08em;
	background-image: url(/Images/left-nav/left-sidebar.jpg);
}
#left-sidebar li a{
text-decoration:none;
color: #3C1E00;
display:block;
padding: 0.3em;
}
#left-sidebar a:hover{
background-color:#fff;
color:#3C1E00;
}
#left-sidebar a:active{
background-color:#A07405;
color:#EBD68D;
}
/*CONTENT(div for pages with 2 columns, not counting the left nav side-bar)*/
#content{
	width:31em;
	padding:0 0 1em 2em;
	background-color:#fff;
	float: left;
}
#content img{border:solid .08em #000;}
/*CONTENT2(div for pages with 1 column, not counting the left nav side-bar)*/
#content2{
	width:47em;
	background-color:#fff;
	float: left;
	line-height: 1.75em;
	padding: .5em 0 1em 2em;
}
#content2 img{
border:solid .08em #000;}

#narrowColumn1, #narrowColumn2, #narrowColumn3{
float:left;
padding:2em 1em 1em 2em;
width:14em;
}
#narrowColumn1 img, #narrowColumn2 img, #narrowColumn3 img{
border:solid .08em #000;
}
#narrowColumn1, #narrowColumn2{
border-right:dashed .08em #ccc;
}
#narrowColumn1, #narrowColumn2, #narrowColumn3{
float:left;
padding:0 1em .5em 2em;
width:14em;
}
#narrowColumn1 img, #narrowColumn2 img, #narrowColumn3 img{
border:solid .08em #000;
}
#narrowColumn1, #narrowColumn2{
border-right:dashed .08em #999;
}
#wideColumn1, #wideColumn2{
	float: left;
	width: 20em;
	padding: 1em 2em 1em 3em;
}
#wideColumn2{
border-left:solid .08em #999;
}
#wideColumn1 img, #wideColumn2 img{
border:solid .08em #000;
}
#wideColumn1 li, #wideColumn2 li{
list-style:none;
line-height:3em;
}
/*RIGHT SIDEBAR*/
#right-sidebar{
	float:left;
	width:15em;
	padding: 0 0 .6em 2em;
	text-align: left;
	border-left: dashed .08em #999;
}
#right-sidebar img{
border:solid .08em #000;
}
.longRow{
	text-align: center;
	width: 100%;
}
/*FOOTER*/
#footer{
	clear:both;
	background-color:#0A0437;
	text-align:center;
	color: #ccc;
	padding-top: 0.25em;
	padding-bottom: 0.09em;
}
.goldText{
	color: #8E5E22;
}
.caption{
	color: #9E6927;
	font-size: 90%;
	font-variant: normal;
}
.subset{
	font-size: 90%;
	color: #0A0437;
	font-weight: normal;
	font-variant: normal;
}
/*ORDERED AND UNORDERED LISTS-(excluding those in 'LEFT-SIDEBAR and horizontal 'nav')*/
#content li, #content2 li {
padding-bottom:1em;
}
/*hyperlinks*/
#footer a:link{
color:#E5E5E5;
}
#footer a:visited{
color:#E5E5E5;
}
#footer a:hover {
color:#0F174A;
}
#footer a:active {
color:#1A4C8E;
}

#right-sidebar a:link {
color:#B97B2F;
}
#right-sidebar a:visited {color:#A36C29;
}
#right-sidebar a:hover {
color:#0F174A;
}
#right-sidebar a:active {
color:#1A4C8E;
}
/*IMAGES*/
.imagefloatR{
float:right;
margin:.5em 0 .5em 1em;
}
.imagefloatL{
	float:left;
	margin: .5em  2em 0 0;
}
.dashedBorderR{
	border-right:dashed .1em #999;
} 
.dashedBorderL{
	border-left:dashed .1em #999;
} 
.topBorderDashed{
border-top:dotted .08em #999;
padding-top:1em;
}
.dashedBorderBottom{
	border-bottom: dashed .08em #ccc;
	padding-bottom: 1em;
}
/*Typography*/
h1{
	font-size: 140%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
h2{
	font-size: 110%;
}
h3{
	font-size: 105%;
}
