@charset "iso-8859-2";
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/wrapper_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}
#wrapper {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(img/vert_line.png);
	background-repeat: repeat-y;
	background-position: 22px;
}
#left_side {
	position: absolute;
	height: 100%;
	width: 180px;
	left: -1px;
	top: 0px;
}
#menu img {
	margin: 10px 0 10px 10px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#menu li {
	font-family: Arial, sans-serif;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 7px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3e5354;
	margin-left: 23px;
	padding: 4px 0px 2px 2px;
	color: #bfbfbf;
	font-weight: bold;
	display: block;
}
#menu li a:hover, #menu li a.act:link, #menu li a.act:visited {
	text-decoration: none;
	border-color: #89c765;
	color: #3e5354;
	padding: 3px 0px 3px 3px;
}
#menu {
	width: 180px;
	background-image: url(img/vert_line_white.png);
	background-repeat: repeat-y;
	background-position: 22px;
	height: 355px;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/
#headimg {
	height: 0px;
}
div.citation {
	display: block;
	margin-right: 40px;
	padding-left: 35px;
	color: #757575;
	font: italic normal 13px/1.3em Georgia, serif;
	background:  url("img/cite.gif") no-repeat top left;
	text-align: justify;
	margin-bottom: 0px;
}
div.citation span {
	display: block;
	padding-right: 35px;
	background:  url("img/cite.gif") no-repeat bottom right;
}
#content {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	font: 13px Arial, sans-serif;
	color: #000;
	margin-left: 185px;
}
#content h1 {
	font-family: Arial, sans-serif;
	font-size: 21px;
	color: #3E5354;
	font-style: italic;
	letter-spacing: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #89c765;
}
#content h2 {
	font: bold 18px Arial, sans-serif;
	color: #3E5354;
}
#content h3 {
	font-weight: bold;
	font-size: 15px;
	color: #757575;
	display: inline;
}
#content p {
	line-height: 1.3em;
	text-align: justify;
	margin-top: 1em;
}
#content li {
	margin-bottom: 5px;
	text-align: justify;
	list-style-type: square;
}
.author {
	text-align: right;
	display: block;
	margin-right: 75px;
	font-family: Arail, sans-serif;
	font-size: 10px;
}
#content strong {
	font-weight: bold;
	color: #883e2f;
}
.service {
	font-weight: bold;
	color: #757575;
}
#content a:link, #content a:visited, #content a:active {
	color: #5d9c39;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#clr {
	clear: both;
}
#under_menu {
	width: 180px;
	padding-bottom: 20px;
	background-image: url(img/vert_line.png);
	background-repeat: repeat-y;
	background-position: 23px;
}
#under_menu h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #757575;
	padding-left: 35px;
	padding-top: 200px;
	margin-bottom: 5px;
}
#under_menu p {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #757575;
	padding-left: 35px;
	margin-top: 0px;
}
#under_menu a:link, #under_menu a:visited {
	color: #757575;
	text-decoration: none;
}
#under_menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.left_side {
	background-image: url(img/vert_line.png);
	background-repeat: repeat-y;
	background-position: 23px;
}
a:hover img {
	border: none;
	text-decoration: none;
}
