body {

}
/*Structure*/
#wrap {
position: relative;
width: 750px;
margin: 0 auto;

}
#topBanner {
position: relative;
width: 750px;
height: 200px;
background: transparent url(newimag/top-banner.jpg) 0 0 no-repeat;
}
#allContent {

}
#leftContent {
width: 243px;
background-color: transparent;
float: left;
padding: 0px 0 0 0;
}
#mainContent {
width:506px;
padding: 10px 0;
text-align: justify;
float: right;
}
#midContent {
width: 243px;
float: left;
padding: 0 10px;
}
#rightContent {
width: 243px;
float: right;
}
#footer {  
text-align: center;
padding-top: 10px;
border-top: 1px solid #690;
margin-top: 10px;
}

/*fonts*/
p, td, li, ul, ol, h1, h2, h3, h4, a, blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

h1 {  
font-size: 1.2em; 
color: #690;
padding: 0 0 5px 0;
margin-bottom: 0;
}

h2 {  
font-size: 1.5em;
line-height: 1.3em; 
color: #690;
margin-bottom: 0;
text-align: left;
}
#wrap #allContent #mainContent ul {
padding: 0px 0px 20px 20px;
font-size: 0.8em; 
}
#wrap #allContent #mainContent li {
padding: 10px 0px 0 0;

}

p {
font-size: 0.8em; 
line-height: 1.8em;
padding: 0 0 10px 0;
margin-top: 0;
}
.imageContainer p {
font-size: 0.7em;
line-height: 1.2em;
padding: 0 0 0px 0;
}

#allContent a:link, #allContent a:visited {
color: #690;
text-decoration: underline;
}

#allContent a:hover, #allContent a:active{
color: #541e02;
text-decoration: none;
}


a img  { 
border: 0;
}

#mainContent blockquote {
text-size: 1.1em;
text-align:center;
line-height: 1.8em;
font-weight: bold;
width: 400px;
margin: 5px auto 25px auto;
padding: 10px;
border: 2px double #541e02;
color: #690;
}

blockquote .highlight {
font-weight:bolder;
color: #000;
}
blockquote .extraLarge {
font-size:1.5em;
color: #000;
}
/*classes*/
.offleft {
text-indent: -5000px
}
.clearAll {
clear: both;
}
.imageContainer {
padding: 10px;
text-align: center;
}
.subNav ul li a {
font-size: 0.8em;

}

/*site navigation*/
.nav {
	position: relative;
	height: auto; 
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #690;

}
.nav ul {
list-style: none;
}
.nav ul li {

}

.nav ul li a {
float: left;
padding: 5px 10px;
border-right: 1px solid #000;
color: #fff;
background-color: #690;
text-align: center;
text-decoration: none;

}
#wrap .nav ul li.noBorder a {
border-right: 1px solid #690;
}
.nav a:link, .nav a:visited {
color: #fff;
text-decoration: none;
}
.nav a:hover, .nav a:active{
color: #ff0;
background-color: #541e02;
text-decoration: none;
}




