body {
	margin: 0;
	padding: 0;
	background: #3b4d56; #5a7581;
	font-size: 13px;
	color: #faffcc; 
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Georgia", Arial, Times, serif;
}

p {
	padding: 0 60px 0 15px;
}

ul, ol {
	padding: 0 0 0 50px;
}

li {
	padding: 5px 0 5px 0;
}

.pullquote {
	font-style: normal;
	padding: 0 50px 0 25px;
	margin: 0 10px 0 15px;
	color: #434311;
}

.pullquote .quote {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1em;
	letter-spacing: 0px;
	
}

.pullquote .author {
	margin-top: 0;
	padding-top: 0;
	padding-right: 25px;
	font-size: 1em;
	text-align: right;
}

a {
	color: #e8feb2;
}

a:hover {
	color: #FFFFFF;
}

.link {
	text-decoration: none;
}

hr {
	display: none;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: url(images/wrapper.jpg) repeat-y left top;
}

/* Header */

#header {
	width: 875px;
	height: 230px;
	margin: 0 20px 0;
	background: url(images/headernew3.jpg) no-repeat left top;
	padding: 0;
}

#header h1 {
	margin: 0;
	color: white;
	font-family: Papyrus;
	float: left;
	font-size: 40px;
	letter-spacing: -1.5px;
	padding: 15px 0 0 40px;
}

#header h2 {
	margin: 80px 0 0 500px;
	color: white;
	clear: both;
	padding: 0px 0 0 0px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Helvetica, Papyrus, Georgia, "Helvetica", Times, serif;
}

#header h3 {
	margin: 0 0 20px 0;
	color: white;
	float: left;
	padding: 0 0 0 150px;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Helvetica, Papyrus, Georgia, "Helvetica", Times, serif;
}

#header a, header a:visited {
	text-decoration: none;
	color: white;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	margin: 0 20px 10px 0;
}

#content img {
	background: #FFF;
	padding: 1px;
	margin: 10px;
}


#content h1 {
	font-family: "Papyrus", "Trebuchet MS", Times, serif;
	letter-spacing: -2px;
	font-size: 2em;
	border-left: #34350B solid 40px;
	padding: 0 0 0 10px;
	color: #E5DC1E;
	font-weight: normal;
}

#content h1 a, #content h1 a:visited {
	text-decoration: none;
	color: #E5DC1E;
}

#content h2 {
	font-family: "Trebuchet MS", "Papyrus", Times, serif;
	letter-spacing: -1px;
	font-size: 1.45em;
	color: #34350B;
	padding: 5px 0 0 25px;
	font-weight: normal;
	text-decoration: none;
}

#content h2 a, #content h2 a:visited {
	text-decoration: none;
	color: #34350B;
}

#content h3 {
	font-family: "Trebuchet MS", "Papyrus", Times, serif;
	font-size: 1.25em;
	color: #36474f;
	padding: 0 0 0 25px;
	font-weight: normal;
	text-decoration: none;
}

#content h3 a, #content h3 a:visited {
	text-decoration: none;
	color: #36474f;
}

#content h4 {
	font-family: "Trebuchet MS", "Papyrus", Times, serif;
	font-size: 1.15em;
	color: #E5DC1E;
	padding: 0 40px 0 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content h4 a, #content h4 a:visited {
	text-decoration: none;
	color: #E5DC1E;
}

#content h5 {
	font-family: "Trebuchet MS", "Papyrus", Times, serif;
	font-size: 1em;
	color: #34350B;
	padding: 0 0 0 25px;
	font-weight: bold;
	border-top: thin dotted #34350B;
	text-decoration: none;
}

#content h5 a, #content h5 a:visited {
	text-decoration: none;
	color: #34350B;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	color: #7A7A7A;
}

#sidebar ul {
	margin: 10px 0 20px 30px;
	padding: 0 0 15px 20px;
	list-style: none;
}

#sidebar li {
	margin: 25px 0 5px 0;
	padding: 0 0 0 40px;
	background: url(images/bullet.png) no-repeat left 50%; 
}

#sidebar h2 {
	margin: 0;
	padding: 0 0 15px 20px;
	text-align: center;
	font-size: 16px;
	color: #E5DC1E;
}

#sidebar h3 {
	margin: 0;
	padding: 0 0 15px 20px;
	text-align: center;
	font-size: 12px;
	color: #7A7A7A;
}

#sidebar h3 a, #sidebar h3 a:visited {
	color: #7A7A7A;
}

#sidebar h4 {
	margin: 0;
	padding: 0 0 15px 20px;
	text-align: center;
    font-size: 13px;
	color: #7A7A7A;
}

#sidebar h4 a, #sidebar h4 a:visited {
	color: #7A7A7A;
}

#sidebar p {
	margin: 0;
	padding: 0 0 15px 20px;
	text-align: center;
	list-style: none;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}


/* Footer */

#footer {
	clear: both;
	width: 765px;
	background-color: #0c1323;
	border: #E5DC1E 1px solid;
	margin: 0 0 0 14px;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer h3 {
	margin: 0;
	padding: 5px;
	color: #E5DC1E;
}

#footer h4 {
	margin: 0;
	padding: 0;
	color: #7A7A7A;
}

#footer h4 a, #footer h4 a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

#footer h5 {
	margin: 0;
	padding: 5px;
	color: #E5DC1E;
	border-top: none;
	font-size: 1em;
}

#footer h5 a, #footer h5 a:visited {
	color: #E5DC1E;
	text-decoration: none;
}

#footer p {
	padding: 0;
}

#footer p a {
	color: #979912;
}


