body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: helvetica, arial, sans-serif;
}


a {
	color: blue;
	text-decoration: underline;
}

a:hover, a:active {
	color: red;
}

a:visited {
	color: purple;
}

div#maindiv {
	margin: 0 auto;
	border: 1px solid #000000;
	width: 600px;

}


.twocolumn div#maindiv {
	background: #ffffff url(background_line.gif) top left repeat-y;
}

.noline div#maindiv {
	background-image: none;
}

.nooutline div#maindiv {
	background-image: none;
	border: none;

}

.twocolumn div#maintext {
	width: 420px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

div#maintext {
	width: 580px;
	padding: 10px;
	margin-bottom: 20px;
}

div#sidebar {
	width: 140px;
	padding: 10px 0 10px 10px;
	
}

div#sidebar ul {
	margin: 0;
	padding: 0;
}

div#sidebar ul li {
	list-style: none;
}


div#sidebar ul#auditlist li {
	font-size: 14px;
	padding-bottom: 5px;
}


div#maintext table#toplinks {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-collapse: collapse;
}

div#maintext table#toplinks td {
	border: 1px solid #000000;
	background-color: #ffffff;
/*
	border: 1px solid #93b98c;
	background-color: #cddeca;
*/
	padding: 5px;
	border-spacing: 0 0;
	text-align: center;
	font-weight: bold;
	width: 16%;
}

.twocolumn div#maintext table#toplinks td {
	width: 20%;
}

	
	

div#maintext h1 {
	clear: left;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
}

div#maintext h2 {
	color: #990000;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}

div#maintext p.contactinfo {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 30px;
}

div#maintext p.contactinfo span.emailaddress {
	/*color: blue;*/
}


div#sidebar h2 {
	color: #990000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}


div#sidebar img#jeanportrait {
	display: block;
	margin: 0 auto;
}



div#footer {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}


div#footer ul#footernav {
		margin: 0 auto;
		padding: 1em 0;
		border: 0px solid red;
	}
	
div#footer ul#footernav li {
		display: inline;
		margin: 0;
		padding: 0 10px;
		list-style: none;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}

div#footer ul#footernav li.norightborder {
		border-right: none;
}

div#footer ul#footernav li.noleftborder {
		border-left: none;
}


div#footer ul#footernav li a {
	color: #ffffff;
}


div#footer p.copyright {
	margin: 0;
	padding-bottom: 10px;
}







