* {
	margin: 0px;
	padding: 0px;
}


body{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat:repeat;
	background-image: url(images/display/BG.jpg);
}


#banner {
	background-image: url(images/display/banner_red_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 172px;
	background-color: #A78C50;
}

#wrapper {
	max-width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
}


#wrapper #inner {
	width: 780px;
	margin: 0 auto;
}


#wrapper #inner #content {
	float: left;
	margin-top: 20px;
	margin-left:20px;
	padding-bottom: 20px;
	width:500px;
}

#footer {
	clear: both;
	border-top: solid 1px #aaa;
	padding-top: 10px;
	color: #666666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
}

#footer #address {
	float: right;
}
#footer #copyright {
	float: left;
}


/* Navigation  */

#nav {
	float: left;
	width: 213px;
	background-image: url(images/display/Nav_b_cap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#EBEBEB;
	margin: 20px 20px 20px 0;
	padding: 0px 0 40px 0;
	text-align:right;
	
}


nav ul {

margin 20px 0;

}


#wrapper #inner #nav a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(images/display/button_bg.jpg);
	width: 200px;
	background-repeat: repeat-y;
	padding: 5px 13px 5px 5px;
	
}
#wrapper #inner #nav li {
	list-style-type: none;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
}

/* Typography */

h1, h2, h3, h4,  blockquote, ul, ol, p, table {
margin-bottom:10px;
}

h1, h2 {

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

h1 {
	font-size:1.8em;
	margin-bottom: 30px;
	color: #666;
}

h2 {
	font-size: 1.2em;
	margin-top: 20px;
}

a {
	color: #15097B;
}

a:hover {
	text-decoration:none;
}

.clearme{
	clear:both;
	line-height:1px;
	font-size:1px;
	margin:0;
	padding:0;
}

#content li {
	list-style-type: none;
	background-image: url(images/display/bullet_red.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 5px;
}

#content li ul li {
	list-style-type: disc;
	background-image: none;
}

#content li ul  {
	padding-top:5px;
}

#content ul {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}


#content ul ul{margin:0 0 0 40px;}

#content li li {
list-style-type:disc;
background-image:none;
padding:0;
}

.imgleft{
margin-right:10px;
float:left;
}

.extraBold{
font-weight:bold;
color:#7D1B1C;
font-size:1.1em;
}

hr {
margin:20px 0 40px 0;
}
