/* Document Styles */

body {
	background: #f7c369;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #f7c369;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 0px 0;
	}

p.p1 {
	font-size: 12px;
	line-height: 22px;
	}

h2 {
	color: #7e0e18;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 30px 0 2px 0;
	}

h3 {
	color: #7e0e18;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 5px 0;
	letter-spacing: 0.05em
	}

h4 {
	color: #7e0e18;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 5px 0;
	letter-spacing: 0.05em
	}


a:link, a:visited {
	color: #f7c369;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	}
ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 7px;
	}


/* Container Styles */

#container {
	position: relative;
	width: 920px !important;
	width /**/: 850px;
	background: #7e0e18;
	border: 2px solid #f7c369;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

#pageHeader {
	width: 920px;
	height: 150px;
	background: #f7c369 url(../images/title1.jpg) no-repeat;
	}

#pageHeader h2, #pageHeader h3 {
	text-indent: 28px;
	margin: 0;
	color: #292b96;
	padding-top: 12px
	}

