@charset "UTF-8";

/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	color:#333333;
	line-height: 185%;
	letter-spacing:0.1em;
	margin: 0;
	padding: 0;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 74%;
}

p {
	margin-top: 0;
	text-align: justify;
}

h1 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #7D775C;
	word-spacing: 0.2em;
	padding-bottom: 8px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-variant: normal;
}

h2 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #669966;
	word-spacing: 0.2em;
	font-size: 1.2em;
	padding-bottom: 8px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #000000;
	word-spacing: 0.2em;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1.1em;
}

a:link {
	text-decoration:underline;
	color:#333300;
}

a:visited {
	color:#333300;
	text-decoration:none;
}

a:hover {
	color: #66CC66;
	text-decoration:none;
}

/* specific divs */
#container {
	padding: 0 175px 0 110px;
	margin: 0;
	position: relative;
}

#intro {
	max-width:800px;
	min-width:600px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#header {
	background-color: #f3f0de;
	background-repeat:no-repeat;
	height:179px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5C5245;
}

#nav {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 50px;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 11px;
	color:#333300;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	word-spacing: 5px;
	text-decoration: none;
}

#hor-zebra a:link {
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333300;
}

#hor-zebra a:visited {
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#999999;
}

#hor-zebra a:hover {
	text-decoration: underline;
	color: #66CC66;
}

#content {
	clear: right;
	padding: 0px 10px 0 10px;
}

#footer {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 3px dotted #90b082;
	margin-left: 43px;
}

#rr {
	padding-left: 10px;
	margin-bottom: 40px;
	text-align: center;
}

#hor-zebra {
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 12px;
	margin: 45px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	background-image:url(../images/bg1.gif);
}

#hor-zebra th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #8eab72;
	background-position: left;
}

#hor-zebra td {
	padding: 8px;
	color:#666666;
	border-bottom: 1px solid #fff;
}

#hor-zebra .odd {
	background-color:#CCCCCC;
	color:#FFFFFF;
}

.palmer {
	color:#37608F;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.testi {
	color:#666666;
	font-style: italic;
}

.special {
	padding-left: 40px;
}

#link a:link {
	color:#003366;
}

