/* Style Sheet */

* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #ffffff;
	color: #782422;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #782422;
}

#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	

#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}


#topbar ul {
	float: right;
}
#topbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
#topbar a {
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
	
#topbar a:hover {
	background: #782422;
	color: #ffffff;
}

#header {
	width: 875px;
	height: 180px;
	background: url(../images/header.jpg) top left no-repeat;
	position: relative;
}

#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #ffffff;
	position: absolute;
	top: 54px;
	left: 48px;
}

#navbar {
	position: absolute;
	bottom: 10px;
	right: 4px;
	width: 795px;
}

#navbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#navbar a:hover {
	background: #782422;
	color: #ffffff;
}

#core {
	width: 800px;
	height: auto;
	margin-top: 5px;
	background: #ffffff url(.../images/coreback.gif) top left repeat-y;
}

#coreleft {
	width: 140px;
	height: auto;
	background: #E6A6A4;
	float: left;
}

#coreleft li {
	display: block;
	height: auto;
	width: 140px;
	margin: 2px;
}

#coreleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 140px;
	color: #782422;
	background: url(../images/readmore_arrow.gif) 80% center no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0;
}

#coreleft a:hover {
	background: url(../images/readmore_over.gif) 80% center no-repeat;
	color: #ffffff;
}

#coreleft h3 {
	padding: 20px 4px 0 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	margin: 0;
	color:#000000;
}
	
#coreleft p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#corecenter {
	width: 590px;
	height: auto;
	float: right;
}

#corecenter h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 10px 0 0 10px;
	text-align:center;
}

#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #333333;
}
	
#corecenter ul {
	padding: 20px;
	width: auto;
}

#corecenter li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
}

#corecenter li a {
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
}

#corecenter li a:hover {
	background: #a6c384;
	color: #000;
}

#footer {
	clear: both;
	width: 875px;
	height: 20px;
	background: #ffffff;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer p {
	color:#ffffff;
	padding-right: 20px;
}

#footer a, #footer a visited; {
	color: #ffffff;
	text-decoration: underline;
}

#footer a hover{
	color: #ffffff;
}
