body {
	margin: 0;
	padding: 0;
	/**background-color: #f3a458;**/
	background-color: #fff6e8;
	background-attachment: fixed;
	}
body, td, pre, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
a, area, label {
	outline: none;
	}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	}
img {
	border: 0 none;
	}	
p, ol, ul, li, form, pre {
	margin-top: 0;
	}
p, ol, ul, form {
	margin-bottom: 1.4em;
	}
p, li, pre, dt, dd {
	line-height: 1.3;
	}

	
/* -----  Lists ----- */
li {
	margin-bottom: 4px;
	}
li ul, 
li ol {
	margin-top: 4px;
	}
ul {
	list-style-type: square;
	}
ul ul {
	list-style-type: circle;
	margin-bottom: 10px;
	}	
	
	
/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C85700;
	}

h1 {
	padding: 0px 0 0px 0px;
	color: #C85700;
	border: 2px groove #990000;
	background-color: #fff6e8;
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 14px;
	}

h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #C85700;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	}
h3 {
	color: #000;
	font-size: 12px;
	}
	



/* ----- Main Divs ----- */
#mother {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 950px;
	}

#banner {
	margin: 0;
	padding: 0;
	width: 948px;
	height: 105px;
	background-image: url(/images/campeplogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}

#content {
	margin: 0 0 0 190px;
	padding: 7px 0 50px 0;
	width: 730px;
	}

#footer {
	padding: 0 21px 20px 191px;
	clear: both;
	width: 790px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
	}
html>body #footer {
	width: 738px;
	}
#footer pre {
	padding: 15px 0 0 0;
	border-top: 1px solid #000;
	}
#footer p,
#footer pre, {
	font-size: 11px;
	color: #444;
	line-height: 1.1;
	}


/* ----- Left Menu ------ */
#menu {
	position: absolute;
	left: 0;
	padding: 7px 0 0 10px;
	width: 175px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 156px;
	}
html>body #menu {
	width: 156px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c85700;
	}
#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 15px 10px;
	border-bottom: 0 none;
	}
#menu li {
	line-height: normal;
	margin: 0;
	border-top: 1px solid #c85700;
	}
#menu li li {
	border-top: 0 none;
	padding: 0;
	}
#menu a {
	display: block;
	height: 1%;
	padding: 3px 5px 4px 9px;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
html>body #menu a {
	height: auto;
	}
#menu a:hover {
	background-color: #ffdeaa;
	color: #000;
	}
#menu li.selected a {
	/**background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	padding-left: 15px;**/
	color: #fff;
	}
#menu li.selected li.selected a {
	/**background-image: url(/images/bullet.gif);
	background-position: 0% 6px;**/
	font-weight: bold;
	}
#menu li li a,
#menu li.selected li a {
	padding: 3px 0 3px 8px;
	font-weight: normal;
	/**background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 8px;
	padding-left: 15px;**/
	color: #fff;
	}
