@charset "utf-8";

html {
	background-image:url(images/alveoles.gif);
	background-repeat:repeat;	
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CCC;
	background-color: #333;
	font-weight: bolder;
}

h3:hover {
	background-color:#09F;
}

.bottom_banner {
	background-image: url(images/fringe.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	position: fixed;
	top: 210px;
	left:0px;
	z-index: 1;
}

a {
	text-decoration:none;
	color:#CCC;
}

a:hover {
	text-decoration:underline;
	color:#09F}

.top_banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	background-color: #000;
	height: 220px;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: justify;
	width: 100%;
	z-index: 1;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.presenstation {
	float: left;
	width: 250px;
	position: relative;
}
.logo {
	float: left;
	width: 400px;
	position: relative;
}
.vertical_rule {
	width: 20px;
	float: left;
	position: relative;
	text-align: center;
}
.center_div {
	position:relative;
	width:940px;
	margin: auto;
}
.main_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #CCC;
	margin: auto;
	width: 940px;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	top: 180px;
	position: relative;
	border-left-width: 2px;
	border-left-style: solid;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 0;
	text-align:justify;
}
.copyright {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #CCC;
	margin: auto;
	width: 940px;
	border: 1px solid #999;
	top: 25px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	left: -10px;
}
