
/* -----------------
GLOBAL
------------------ */
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif; 
	line-height: 130%
}

/* -----------------
LAYOUTS
------------------ */
#header {
  	background: url("../images/header.gif") repeat-x;
  	margin: 0;
  	padding: 0;
 	height: 115px;
}
#logo {
  	margin: -2px auto;
  	padding: 0;
 	width: 900px;
 	height: 106px;
	border: none;
}
#navigation {
  	background: url("../images/nav.gif") repeat-x;
  	margin: 0;
  	padding: 0;
	height: 68px;
}
#nav{
  	margin: 0 auto;
  	width: 900px;
}
#navigation ul {
    list-style-type: none;
    padding: 11px 0 0 0;
    margin: 0;
}
#navigation li {
    list-style-image: none;
    padding: 0 20px 0 0;
    font-size: 0.75em;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    letter-spacing: 0.02em;
    display: inline;
    margin: 0 auto;
}
#navigation a:link, #navigation a:visited {
    color: #fff;
    text-decoration: none;
}
#navigation a:hover, #navigation a:active {
    color: #eb8830;
    text-decoration: none;
    border-bottom: 1px solid #eb8830;
}

#main{
  	margin: 0 auto;
  	padding: 0;
 	width: 900px;
}
#leftcolumn {
	float: left; 	
	width: 590px; 
	padding-right: 14px;
	padding-bottom: 15px;
}
#rightcolumn {
	margin-bottom: 20px;
	float: left;
	padding: 15px;
	padding-left:20px;
	width: 260px;
	border-left: 1px dotted #ccc;
}
#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #bec3c5;
	border-bottom: 1px solid #bec3c5;
	clear: both;
	height: 90px;
	background: #E7E7E7;
}
#footer p {
	padding: 15px 0 15px 0;
	text-align: center;
	margin:0;
	font-size: 0.7em;
	color: #868a8b;
	border-top: 1px solid #bec3c5;
}
ul.list {
margin:0 0 0 10px;
padding:0;
font-size:0.85em;
}
.list li {
margin:0 0 5px;
padding-left:20px;
background:url(../images/list.gif) no-repeat 0 6px;
}
ul.list2 {
margin:0 0 0 15px;
padding:0;
font-size:0.8em;
}
.list2 li {
margin:0 0 5px;
padding-left:20px;
background:url(../images/list.gif) no-repeat 0 6px;
}
ul.list3 {
margin:0 0 0 15px;
padding:0;
font-size:0.7em;
}
.list3 li {
margin:0 0 5px;
padding-left:20px;
background:url(../images/list.gif) no-repeat 0 6px;
}


/* -----------------
TITLES
------------------ */
h1, h2, h3, h4 { 
	font-family: Arial, Helvetica, sans-serif;  
	margin: 15px 0 5px 7px;
}
p {
	margin: 0 0 0 7px;
}
h1 {display:none;}
h2 {
	color: #961124;
	font-size: 1.05em;
	letter-spacing: 0.01em;
}
h3 {
	color: #3f3f3f;
	font-size: 0.9em;
	letter-spacing: 0.01em;
}
#rightcolumn  h2 {
	margin: 0 0 10px;
	color: #60585d;
	font-size: 1.05em;
	letter-spacing: 0.02em;
}
.news_date {
	font-size: 0.75em;
	font-weight: bold;
}
#leftcolumn p {
    font-size: 0.8em;
}
#rightcolumn p {
    font-size: 0.75em;
	margin: 7px 30px 0 7px;
}

/* -----------------
LINKS
------------------ */
a:link, a:visited{ 
	color: #961124; 
	text-decoration: none; 
}
a:hover, a:active {
	color: #eb8830;
	text-decoration: none; 
	border-bottom: 1px #eb8830 solid;
}

#footer a:link, #footer a:visited { 
	color: #868a8b; 
	text-decoration: none;
	border-bottom: none; 
}
#footer a:hover, #footer a:active {
color: #961124;
    text-decoration: none;
    border-bottom: 1px dotted #961124;
}
a:active, a:focus {outline: 0;}

/* -----------------
GENERAL ELEMENTS
------------------ */
img { 
	border: none;
}
.small_img{
border:1px solid #ccc;
background:#FFF;
margin:0 0 10px 0;
padding:4px;
}
.small_img:hover {
border:1px solid #bf7a56;
background:#fde9de;
padding:4px;
}
img a.small_img /* Class for linked images*/ {
border:none;
background:none;
}
ul, li {list-style: none;}