/* Style sheet */


/* stylistic elements */



p {
	margin: 0 0 0 130px;
	padding: 0;
	font-size: 9pt;
	color: #000000;
	font-family: verdana;
	text-align: justify;
}


span {
background-color:yellow;
}

h1 {
	font-size: 14pt;
	color: #000000;

	
}

h4 {
	margin: 50px 0 0 150px;
	padding: 0;
	font-size: 11pt;
	color: #cc6600;
	font-family: verdana;
	text-align: justify;
	font-weight: bold;
}

#topmenu p {
	margin: 20px 0 0 50px;
	padding: 0;
	font-size: 10pt;
	color: #008000;
	font-family: verdana;
	text-align: justify;
	font-weight: bold;
}

#topmenu-land p {
	margin: 0px 0 0 80px;
	padding: 0;
	font-size: 10pt;
	color: #008000;
	font-family: verdana;
	text-align: justify;
	font-weight: bold;
}

#bar03 p {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 15pt;
	color: #0000FF;
	font-family: verdana;
	text-align: justify;
	font-weight: bold;
}

#leftcolumn p {
	margin: 0 20px 0 20px;
	padding: 0;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-align: justify;
}

#widecolumn p {
	margin: 0 20px 0 20px;
	padding: 0;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-align: justify;
}

.imagewideleft {
width: 300px;
height: 193px;
margin: 0 10px 0 0px;
float: left;
}

.imagewideright {
width: 183px;
height: 256px;
margin: 0 0 0 10px;
float: right;
}

.imagewideright2 {
width: 300px;
height: 193px;
margin: 0 0 0 10px;
float: right;
}

.imagewideleft2 {
width: 222px;
height: 175px;
margin: 0 10px 0 0px;
float: left;
}

.imagewideleft3 {
width: 191px;
height: 220px;
margin: 0 10px 0 0px;
float: left;
}

.imagewideleft4 {
width: 191px;
height: 220px;
margin: 0 10px 0 0px;
float: left;
}

.imagewideleft5 {
width: 220px;
height: 160px;
margin: 0 10px 0 0px;
float: left;
}

/* divs */

body {
text-align: center;
background:#c0c0c0;
margin: 0 auto;
font-family: Verdana, sans-serif;

}

#wrapper {
	margin: 0px auto 0px auto;
	width: 770px;
	text-align: center;
}

#container {
	float: left;
	margin: 0 auto;
	width: 770px;
	overflow: hidden;
	border: 1px solid #000000;
}

#main {
	float: left;
	margin: 0 auto;
	width: 770px;
}


#header {
	float: left;
	margin: 0 auto;
	width: 770px;
	height: 147px;
	display: inline;
	background: url(header.gif);
}



#topmenu {
	float: left;
	margin: 0 auto;
	width: 770px;
	height: 49px;
	display: inline;
	background: url(01.gif);
}

#topmenu-land {
	float: left;
	margin: 0 auto;
	width: 770px;
	height: 49px;
	display: inline;
	background: #b0c4de;
}


#bar02 {
	float: left;
	margin: 0 auto;
	width: 250px;
	height: 229px;
	display: inline;
	background: #FFFFCC;
}






#bar04 {
	float: left;
	margin: 0 auto;
	width: 238px;
	height: 229px;
	display: inline;
	background: #FFFFCC;
}


#leftcolumn {
	float: left;
	margin: 0 auto -3000px auto;
	padding-bottom: 3000px;
	width: 532px;
	display: inline;
	background: url(06.gif);
	background-repeat:repeat-y;
	


}



#rightcolumn {
	float: left;
	margin: 0 auto -3000px auto;
	padding-bottom: 3000px;
	width: 238px;
	display: inline;
	background: #FFFFCC;

}

#widecolumn {
	float: left;
	margin: 0 auto -3000px auto;
	padding-bottom: 3000px;
	width: 770px;
	display: inline;
	background: #b0c4de;
	


}







/* links */




#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	font-size: 10pt;
	font-weight: boldest;
	color: #663300;
	text-decoration: underline;
	font-weight:bold
}

#topmenu a:hover {
	font-size: 10pt;
	font-weight: boldest;
	color: #006600;
	text-decoration: underline;
	font-weight:bold
}

#topmenu-land a:link, #topmenu-land a:visited, #topmenu-land a:active {
	font-size: 10pt;
	font-weight: boldest;
	color: #1958a9;
	text-decoration: underline;
	font-weight:bold
}

#topmenu-land a:hover {
	font-size: 10pt;
	font-weight: boldest;
	color: #006600;
	text-decoration: underline;
	font-weight:bold
}


