* {margin:0; padding:0;}

body{
	background:#CCCCCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
}
h1{
	margin:40px 0 20px 15px;
}
h1 a{
	display: block;
	width:480px;
	height:60px;
	background:none;
}
h1 a:hover{
	background:none;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#666666;
	margin:1em 0 0.5em 0;
}
h3{
	font-size:1.3em;
	margin:0.5 0 0.5em 0;
}
ul{
	margin:1em 0 1em 3em;
}
table{
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	border:1px solid #999999;
}
td, th{
	border:1px solid #999999;
	padding: 0.5em;
	vertical-align:top;
	text-align:left;
}
th{
	background: #ECEFF4;
}
td div, th div{
	text-align:left;
}
td img, th img{
	display:inline;
	margin-left:2px;
}
a{
	text-decoration:none;
	color:#0072C5;
}
a:hover{ background-color:#B0DEFF; }
p{
	margin:0.5em 0 0.5em 0;
}
img{
	margin:0;
	padding:0;
	display:block;
}
.inv{
	position:absolute;
	left:-9999999px;
	width:0px;
	height:0px;
	overflow:hidden;
}
.no-bullet{list-style:none none;}
/*-----------------------------------------SPECIAL LISTD-------------------------*/
#special-list,
#special-list-2,
#special-list-3{
	margin:0 0 1.5em 0;
}
#special-list li,
#special-list-2 li,
#special-list-3 li{
	background:url(special-lists-top.png) no-repeat top left;
	margin:0 0 5px 0;
}
#special-list a,
#special-list-2 a,
#special-list-3 a{
	background:url(special-lists-bottom.png) no-repeat bottom left;
	display:block;
	width:130px;
	padding:5px 10px;
	color:#fff;
}
#special-list li:hover,
#special-list-2 li:hover,
#special-list-3 li:hover,
#special-list li.sfhover,
#special-list-2 li.sfhover,
#special-list-3 li.sfhover,
#special-list li.current,
#special-list-2 li.sfhover,
#special-list-3 li.sfhover{
	background:url(special-lists-top-h.png) no-repeat top left;
}
#special-list a:hover,
#special-list-2 a:hover,
#special-list-3 a:hover,
#special-list li.current a,
#special-list-2 li.current a,
#special-list-3 li.current a{
	background:url(special-lists-bottom-h.png) no-repeat bottom left;
}
/*----------------------------------LAYOUT---------------------------------------*/
#wrapper{
	width:960px;
	margin:0 auto;
	background:url(page-back.png) repeat-y top center;
}

#main{
	background:url(back.jpg) no-repeat top center;
	height:601px;
	overflow:visible;
	position:relative;
	padding:0 10px 30px 10px ;
}
*> #main{
	height:auto;
	min-height:601px;
	overflow:hidden;
}
#content{
	width:700px;
	padding:0 25px 0 25px;
	/*background:red;*/
	float:left;
}
#sidebar{
/*	background:green;*/
	float:right;
	width:150px;
	margin:0px 10px 0 0px;
}
*> #sidebar{
	margin-right:20px;
}
#breadcrumb{
	font-size:0.85em;
	color:#999;
}
/*--------------------------------------------LANG---------------------------------*/
#lang{
	position:absolute;
	right:25px;
	top:35px;
	font-size:0.85em;
	font-weight:bold;
	color:#fff;
}
#lang li{
	float:left;
	list-style:none;
	margin-left:3px;
}
#lang a{
	color:#fff;
	font-weight:normal;
}
/*-------------------------------------------NAV-------------------------------------*/
#nav{
	width:917px;
	margin:0 0 25px 23px;
	/*background:red;*/
	overflow:hidden;
	
}
#nav li{
	float:left;
	background:url(menu-item-left.png) left top no-repeat;
	margin:0 2px 0 0;
}
#nav a{
	background:url(menu-item-right.png) right top no-repeat;
	color:#fff;
	display:inline-block;
	padding:7px 10px;
}
#nav li:hover, 
#nav li.sfhover,
#nav li.current{
	background:url(menu-item-left-h.png) left top no-repeat;
}
#nav a:hover,
#nav li.current a{
	background:url(menu-item-right-h.png) right top no-repeat;
	color:#000;
}
/*---------------------------------MODULES---------------------------------------*/
.module{
	/*padding:20px;*/
}
/*---------------------------------COLUMNS---------------------------------------*/
.row{
/*	background:red;*/
	overflow:hidden;
	float:left;
	width:100%;
}
.column{
	float:left;
}
.col66{
	width:67%;
}
.col33{
	width:33%;
}
.col-left{
	padding-right:10px;
}
.col-right{
	padding-left:10px;
}
/*---------------------------------LISTINGS---------------------------------------*/
.listing{
	margin:5px;
	padding:10px;
}
.grey{background:#F2F2F2}
.grey-border{border:1px solid #CCCCCC}

/*---------------------------------LINK TYPES------------------------------------*/
.link{
	padding-left:20px;
	background-position:left;
	background-repeat:no-repeat;
}
.type-pdf{background-image:url(icon-pdf.gif);}
.type-word{background-image:url(icon-word.gif);}
.type-excell{background-image:url(icon-excell.gif);}
.type-image{background-image:url(icon-image.gif);}
.type-external{background-image:url(icon-external.gif);}

/*---------------------------------FOOTER----------------------------------------*/
#footer{
	background:#CCCCCC url(footer.jpg) no-repeat top center;
	padding: 25px 10px 10px 10px;
	font-size:0.8em;
	position:relative;
}
#footer strong{
	padding-right:10px;
}
#paouris{
	position:absolute;
	top:25px;
	right:25px;
	width:123px;
	height:23px;
}
#paouris:hover{
	background:transparent;
}