/* CSS Document */
body {
	height: 100%;
	margin-bottom: 1px;
	background-color:#999999;
	font-size:12px;
	font-family:sans-serif;
	color:black;
	text-align:center;
}
.clr {
	clear: both;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
li {
	background: url(../images/arrow.gif) no-repeat 0 5px;
	padding-left:15px;
	margin:0;
}
h3 {
	color:white;
	font-size:14px;
	padding:10px 0 0 30px;
	margin:0;
}
a, p, div, td {
	font-size:12px;
}
a:link {
	color:#003366;
	text-decoration:none;
} 
a:visited {	
	color:#3C016B;
	text-decoration:none;
} 
a:hover {
	color:#BD8502;
	text-decoration:none;
} 
.module hr { width:90%; margin-left:-10px;} 
html>body .module hr { width:95%; margin-left:0px;} 
hr.separator {}
/* layout */
.container {
	width:800px;
	margin:0 auto;
	background-color:white;
	text-align:left;
}	
.topmainbox {
	background: url(../images/top.gif) no-repeat;
	width:800px;
	height:6px;
}
.logo {
	background: url(../images/logo.gif) no-repeat;
	width:245px;
	height:120px;
	float:left;
	margin:0 0 3px 3px;
}
html>body .logo {	margin:0 0 3px 5px;}

.image {
	background: url(../images/proionta.jpg) no-repeat right;
	background-color:#003366;
	width:545px;
	height:120px;
	float:left;
}
.topmodules {
	background: url(../images/menubox.gif) no-repeat;
	width:792px;
	height:20px;
	margin:0 0 3px 5px;
	padding:5px;
}
.column {
	width:200px;
	float:left;
	margin:0 0 3px 3px;
}
html>body .column {	margin:0 0 3px 5px;}

.main {
	width:550px;
	float:left;
	padding:10px;
}
.footer {
	background: url(../images/menubox.gif) no-repeat;
	width:792px;
	height:20px;
	margin:0 0 3px 5px;
	padding:5px;
}
.botmainbox {
	background: url(../images/bottom.gif) no-repeat bottom;
	width:800px;
	height:6px;
}
html>body .botmainbox {height:6px;}
/* modules */
.module { 
	width:200px;
	padding:0;
	margin:0 0 10px 0;
} 
.module h3 {
	background: url(../images/boxtop.gif) no-repeat;
	height:35px;
	margin-left:-5px;
}
.module div div {
	background: url(../images/boxmid.gif) repeat-y;
}
.module div div div {
	background: url(../images/boxbottom.gif) no-repeat bottom left;
	padding:0 5px 10px 5px;
	width:210px;
}
html>body .module div div div {	padding:0 5px 10px 5px;width:195px;}

.moduleleft {
	margin-bottom:10px;
	}
/* navigation */
.mainlevel-nav{
	color:#333333;
	padding:0 7px 0 5px;
	text-decoration:none; 
	font-size:14px;
}
a.mainlevel-nav{} 
a.mainlevel-nav:link { }
a.mainlevel-nav:visited {}
a.mainlevel-nav:hover {
	text-decoration:underline;
	color:#333333;
}
a.mainlevel{
	color:#666666;
	text-decoration:none; 
	line-height:18px;
} 
a.mainlevel:visited {}
a.mainlevel:hover {
	text-decoration:underline;
	color:#333333;
}
#active_menu {
	color:#333333;
	font-weight:bold;
} 

.contentheading {
	color:black;
	font-weight:bold;
	font-size:20px;
	text-indent:20px;
} 
