/* CSS Document -- WJ Cybrary */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	background: url(images/background_body.jpg);
	} 
#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url(images/background.jpg) repeat-y;
	}
#header {
	width: 760px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg);
	}
#header h1 { 
	margin: 0;
	padding: 95px 0px 25px 20px;
	font-size: 2.5em;
	font-weight: 500;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	}
#content {
	float: left;
	width: 585px;
	}
#content a:link {
	color: #000000;
	text-decoration: none;
	}
#content a:visited {
	color: #000000;
	text-decoration: none;
	}
#content a:active {
	color: #000000;
	text-decoration: none;
	}
#content a:hover {
	color: #7A1711;
	text-decoration: none;
	background-color: #E0E0E0;
	}
#content div {
	padding: 5px 20px 10px 20px;
	color:#000000;
	}
#content h1 {
	font-size: 1.6em;
	font-weight: 500;
	padding: 0;
	}
#content h2 {
	font-size: 1.2em;
	font-weight: 700;
	padding: 0;
	background-color: #E0E0E0;
	}
#content h3 {
	font-size: 1.1em;
	font-weight: 700;
	padding: 0;
	background-color: #E0E0E0;
	}
#content p, li {
	font-size: 1.0em;
	padding: 0;
	}
#content td {
	font-size: 1.0em;
	}
#menubar {
	float: right;
	width: 175px;
	}
#menubar a {
	display: block;
	width: 94px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	background-color: #E0E0E0;
	text-align: left;
	border-bottom: 1px solid #C2C2C2;
	}
#menubar a:link {
	color: #000000;
	text-decoration: none;
	}
#menubar a:visited {
	color: #000000;
	text-decoration: none;
	}
#menubar a:active {
	color: #000000;
	text-decoration: none;
	}
#menubar a:hover {
	background-color: #C2C2C2;
	color: #7A1711;
	border-bottom: 1px solid #C2C2C2;
	text-decoration: none;
	}
#menubar div {
	padding: 18px 25px 15px 25px;
	line-height: 1.0em;
	}
#menubar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: 700;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	}
#menubar li {
	margin: 0;
	}
#menubar p {
	margin: 0px 0px 8px 0px;
	padding: 0;
	width: 94px;
	font-size: 0.9em;
	}
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 760px;
	height: 25px;
	background-color: #C2C2C2;
	}
#footer a:link {
	color: #000000;
	text-decoration: none;
	}
#footer a:visited {
	color: #000000;
	text-decoration: none;
	}
#footer a:active {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover {
	color: #7A1711;
	text-decoration: none;
	}
#footer p {
	margin: 0;
	padding: 3px 25px 0px 20px;
	color:#000000;
	font-size: 0.8em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
	}
input, button, textarea, select, option {
	background: #E0E0E0;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-width: thin;
	}