/* CSS Document */
body{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	width: 127px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 495px;
	top: 108px;
	}
#rollmenu ul{
	line-height: 0.1em;
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#rollmenu a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0;
	margin: 0;
	padding: 14px;	
	background-image: url(../GRAPHICS/buttonnormal.jpg);
}
#rollmenu a:hover{
	color: #000000;
	font-weight: bold;
	background-image:url(../GRAPHICS/buttonover.jpg);
}
#heading {
	padding: 0px 0 0 0;
	float: right;
	width: 640px;
}
h1 {
	line-height: 30px;
	text-align: center;
	font-size: 30pt;
}
h2 {
	font-weight: normal;
	text-align: center;
	font-size: 12pt;
}
h2 a{
	color: #FFFFFF;
}
h3 {
	font-weight: normal;
	text-align: justfy;
	font-size: 12pt;
}
h4 {
	text-align: left;
	font-size: 18pt;
}
h3 a{
	color: #FFFFFF;
}
#airpic {
	text-align: center;
}
#data {
	width: 760px;
}
#buthor ul{
    line-height: 30px;
	text-align: center;
	width: 120px;
	font-size: 11px;
	list-style-type: none;
}
#buthor li{
    text-align: center;
	display: inline;
	line-height: 30px;
	width: 120px;
}
#buthor a{
	padding: 7px 0px 11px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../GRAPHICS/buttonnormal120.jpg);
}
#buthor a:hover{
	color: #000000;
	background-image:url(../GRAPHICS/buttonover120.jpg);
}

