body {
	margin:0px;
	padding:0px;
	background: #0099CC;
}

#content {
	position:absolute;
	top:0px;
	width:790px;
	left:50%;
	margin-left:-395px;
	height: 100%;
}

#header {
	position:absolute;
	top:0px;
	left:5px;
	width:790px;
	height:100px;
	z-index:10;
	background: url('../pictures/css/logo.png') #0099CC no-repeat;
}

#menu {
	position:absolute;
	top:100px;
	left:0px;
	width:790px;
	height:40px;
	z-index:30;
	background: url(../pictures/css/shadow.jpg) repeat-y;
}

#page {
	position:absolute;
	top:140px;
	left:0px;
	width:790px;
	height:auto;
	background: url(../pictures/css/shadow.jpg) repeat-y;
}

#footer {
	position:relative;
	left:0px;
	width:790px;
	height:30px;
	background: url(../pictures/css/bottom.jpg) no-repeat;
}

.picture {text-align: center;}

.small_picture {	border: 2px solid #111166;}

.floating_left {float: left; margin-left:10px; margin-right:20px;}

.floating_right {float: right; margin-left:20px; margin-right:10px;}

.top {text-align: center;}

.top a:hover {padding: 5px; color: #7d024a;}

.link {text-align: center;}

.link a:hover {padding: 5px; color: #7d024a;}

.news {
	margin: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#03027a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}



h1, h2, h3 {
	margin: 20px;
	color:#03027a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, td , dt , dd , q  , li {
	color: #222222;
	font-family: georgia , "Times New Roman", Times, serif;
}


h1 {
	text-align: center; 
	font-size: 1.5em;
}

h2 {
	text-align: center; 
	font-size: 1em;
}
h3 {
	font-size: 0.95em;
}

p {
	text-align: justify;
	margin: 20px;
	text-indent: 20px; 
	font-size: 0.95em;
}

a {
	font-size: 1em;
	color:#0099CC; 
	text-decoration:none;
	font-weight: bold;
}

a:hover {color: #7d024a;}

td {
	text-align: center;
	padding: 5px;
	font-size: 0.95em;
}

dt {
	margin-left:150px;
	margin-top: 20px;
	margin-bottom:20px;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-left:200px;
	font-size: 1em;
}

q {font-size: 1em; color: #111166; font-style:italic;}

img {border: none;}