body {
	background-color: rgb(230,231,216);
	background-image: url('/png/background.png');
	background-repeat: repeat-x;
	margin-top: 9px;	
	margin-bottom: 10px;	
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

div#placeholder {
	width: 781px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}

div#topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-align: right;
	margin-right: 11px;
	line-height: normal;
}

div#header {
	width: 781px;
	height: 247px;
	margin: 0px;
	background-image: url('/png/header.png');
	background-repeat: no-repeat;
}

img#menu {
	position: relative;
	top: 7px;
	left: 10px;
	border: 0px;
}

area#btnhome a:hover {
	background-image: url('/png/home.png');	
	
}

div#content {
	width: 781px;
	background-image: url('/png/content.png');
	background-repeat: repeat-y;
}

div#contentfooter {
	clear: both;
	width: 781px;
	height: 10px;	
	margin: 0px;
	background-image: url('/png/content.png');
	background-repeat: repeat-y;
}

div#subcontent {
	margin: 0px;
	margin-left: 10px;
	margin-top: 30px;
	width: 223px;
	float: left;
	text-align: right;
	line-height: 18px;
}

div#maincontent {
	margin: 30px;
	width: 477px;
	float: left;
}

div#footer {
	width: 781px;
	height: 13px;	
	margin: 0px;
	background-image: url('/png/footer.png');
	background-repeat: no-repeat;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	line-height: 18px;
}

a {
	color: rgb(89,158,195);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	line-height: 25px;
	color: rgb(89,158,195);
	margin-top: 0px;
	margin-bottom: 0px;
}

em {
	font-style: italic;
}

strong {
	font-style: normal;
	font-weight: bold;
}

p {
  margin: 0;
  padding: 0;
  display: block;
}

div.image_left {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.image_center {
	width: 100%;
	text-align: center;	
	margin-top: 5px;
	margin-bottom: 5px;
}

div.image_right {
	width: 100%;
	text-align: right;	
	margin-top: 5px;
	margin-bottom: 5px;
}

img.content {
}

img.content_left {
	float: left; 
	margin: 0px;
	margin-top: 5px;
	margin-right: 10px;
}

img.content_right {
	float: right; 
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

blockquote {
	background-image: url('/png/raque_white.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 48px;
	padding-bottom: 10px;
	padding-right: 20px;
}

div#home blockquote {
	background: rgb(222,236,243);
	background-image: url('/png/raque_blue.png');
	background-repeat: no-repeat;
	background-position: top left;
}

span.underline {
	color: rgb(89,158,195);
	text-decoration: underline;
}

a.topmenu {
	color: rgb(255,255,255);
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
}

input.edit {
	width: 300px;
	border: 1px solid rgb(208,210,182);
}

textarea.edit {
	height: 100px;
	width: 300px;
	border: 1px solid rgb(208,210,182);
}

input.error, textarea.error {
	border: 1px solid rgb(89,158,195);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	width: 300px;
}

strong.input_error {
	color: rgb(89,158,195);	
	padding-left: 5px;
}

div.button {
	padding-top: 5px;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* menu */
dl#menuMap {
	margin: 0px;
	padding: 0px;
	height: 340px;
	width: 760px;
	position: relative;
	top: 7px;
	left: 10px;
}

dt { 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	display: none;
}

dd { 
	margin: 0px; 
	padding: 0px; 
	position: absolute;
	top: 216px; 
}

dd#btn1 { 
	left: 46px;
}
dd#btn1 a {
	position: absolute; 
	width: 85px; 
	height: 25px; 
}
dd#btn1 a img { 
	display: none; 
	border: 0px;
}
dd#btn1 a:hover img {
	display: block;
	position: absolute;
	border: 0px;
}

dd#btn2 { 
	left: 136px;
}
dd#btn2 a {
	position: absolute; 
	width: 149px; 
	height: 24px;
}
dd#btn2 a img {
	display: none;
	border: 0px;
}
dd#btn2 a:hover img {
	display: block;
	position: absolute;
	border: 0px;
	width: 149px;
	height: 24px;
}

dd#btn3 { 
	left: 289px;
}
dd#btn3 a {
	position: absolute; 
	width: 149px; 
	height: 24px;
}
dd#btn3 a img {
	display: none;
	border: 0px;
}
dd#btn3 a:hover img {
	display: block;
	position: absolute;
	border: 0px;
	width: 149px;
	height: 24px;
}

dd#btn4 { 
	left: 442px;
}
dd#btn4 a {
	position: absolute; 
	width: 149px; 
	height: 24px;
}
dd#btn4 a img {
	display: none;
	border: 0px;
}
dd#btn4 a:hover img {
	display: block;
	position: absolute;
	border: 0px;
	width: 149px;
	height: 24px;
}

dd#btn5 { 
	left: 595px;
}
dd#btn5 a {
	position: absolute; 
	width: 86px; 
	height: 24px;
}
dd#btn5 a img {
	display: none;
	border: 0px;
}
dd#btn5 a:hover img {
	display: block;
	position: absolute;
	border: 0px;
	width: 86px;
	height: 24px;
}

