/* CSS Document */
h1
{
color:333333;
font-family:Georgia, Times New Roman, Times, serif;
text-align:center;
font-size:18pt;
font-weight:bold;
}
h2
{
color:333333;
font-family:Georgia, Times New Roman, Times, serif;
text-align:center;
font-size:14pt;
font-weight:bold;
}
#body 
{
	position: absolute;
	top:203px;
	left:475px;
	vertical-align: middle;
	background-color:#ededed;
	padding:0px;
	color:333333;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:justify;
	font-size:12pt;
	line-hight:5;
	width: 575px;
	height: 400px;
	z-index:1;
	border-style:solid;
border-width:1px;
border-color:#000000;
}
#logo
{
position: absolute;top:24px;left:250px;
width: 221px;
height: 359px;
background:transparent;
border-style:none;
border-width:0px;
z-index:5;
}
#news
{
position: absolute;
top:157px;
left:475px;
vertical-align:middle;
background-color:#ededed;
padding:0px;
color:333333;
font-family:Georgia, Times New Roman, Times, serif;
text-align:center;
font-size:11pt;
width: 575px;
height: 30px;
z-index:2;
border-style:solid;
border-width:1px;
border-color:#000000;
}
#header
{
	position: absolute;
	top:15px;
	left:250px;
	background-color:#ffffff;
	text-align:center;
	width: 800px;
	height: 125px;
z-index:3;
border-style:none;
border-width:0px;

}
#navigation
{
	position: absolute;
	top:120px;
	left:250px;
	background-color:#959595;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:right;
	color:#ffffff;
	padding:0px;
	width: 800px;
	height: 20px;
	z-index:4;
	border-style:none;
	border-width:0px;


}
p
{
text-indent:18px;
font-family:Georgia, Times New Roman, Times, serif;
padding:10px;
}
a:hover
{
color:#000000;
}
a:link
{
color:#333333;
}
