/* CSS Document */

body {
	margin: 0;
	padding: 0;
	}

a {color: #525231; text-decoration: underline; }	
a.current {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}	
a:visited {color: #000; text-decoration: underline;}
a:active {}

#wrap {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	}
	
#left {
	float: left;
	padding: 10px;
	margin: 10px;
	width: 190px; 
	/* ie5win fudge begins */

	}
html>body #left {
	width: 190px; 
	/* ie5win fudge ends */
	}

#right {
	float: left;
	padding: 20px;
	margin: 10px;
	border-left: 1px solid #DDD;
	width: 500px; 
	/* ie5win fudge begins */
	padding-left: 20px;
	}
html>body #right {
	width: 500px; 
	/* ie5win fudge ends */
	}

.picture {
	position:relative;
	float:left;
	display:inline;
	padding-right: 10px;
	}
	
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
	}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 20px;
	}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	padding: 4px 0 5px 0;
	color: #525231;
	clear: both;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 4px 0 5px 0;
	color: #525231;
	clear: both;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #525231;
	line-height: 160%;
	margin-top: 7px;
	clear: both;
	}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #525231;
	line-height: 160%;
	margin-top: 7px;
	clear: both;
	}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 100%;
	padding-bottom: 5px;
	}