@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #FAFAEB;
  	font-family: Verdana, arial, sans serif;
  	font-size: 9.5pt;
  	margin: 0;
}

#container{
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width:810px;
	height:auto;	
 	border-bottom-color: #BB720A;
	margin-top:10px;
	
}

#header{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width: 810px;
	height:85px;
	overflow: auto;
	background-repeat: repeat-y;
	background-image: url(../graphics/topbar.jpg);
	background-position: center top;
	z-index:3;
}


#mainContent{
	position:absolute;
	top: 85px;
	text-align:left;
	width:auto;
	height:auto;
	padding-top:10px;
	border-top-style: none;
}


#colLeft{
	position:relative;
	margin-top:-10px;
	width:160px;
	height:2635px;
	background-image: url(../graphics/leftmenubg.jpg);
	background-repeat: repeat-y;
	color:#D5794A;
	border-right: 1px solid #D1A952;
	float:left;
	
}
#colLeft_news{
	position:relative;
	margin-top:-10px;
	width:160px;
	height:1250px;
	background-image: url(../graphics/leftmenubg.jpg);
	background-repeat: repeat-y;
	color:#D5794A;
	border-right: 1px solid #D1A952;
	float:left;
	
}

#colLeft_temenos{
	position:relative;
	margin-top:-10px;
	width:160px;
	height:1200px;
	background-image: url(../graphics/leftmenubg.jpg);
	background-repeat: repeat-y;
	color:#D5794A;
	border-right: 1px solid #D1A952;
	float:left;
	
}

#colLeft_contact{
	position:relative;
	margin-top:-10px;
	width:160px;
	height:260px;
	background-image: url(../graphics/leftmenubg.jpg);
	background-repeat: repeat-y;
	color:#D5794A;
	border-right: 1px solid #D1A952;
	float:left;
	
}
#menuLeft{
	padding-top:60px;
	text-align:center;
	font-weight:bold;
	z-index:5;
	color:#000;
}

#colRight{
	float:right;
	width:640px;
}

#footer{
	text-align:center;
	height:20px;
	padding-left:160px;
	float:left;
	width:650px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#D5794A;
	font-size:10px;
	padding-top: 5px;
}


a:link, a:active, a:visited {
    color: #333;
  	font-weight: bold;
  	text-decoration:none;
  	font-size: 9pt;
}
a:hover {
    color: #582B00;
  	font-weight: bold;
  	text-decoration:underline;
  	font-size: 9pt;
}
.fltLeft{
	float:left;
	padding: 5px;
	font-size:9px;
	font-weight:bold;
	
}

.fltRight{
	float:right;
	padding: 5px;
	font-size:9px;
	font-weight:bold;
}

.fltClear{
	float: none;
	
}

.imgCenter{
	text-align:center;
	font-size:9px;
	font-weight:bold;
	padding: 5px;
}

.pagetitle {
        font-weight: bold;
        text-decoration: none;
        font-size: 13pt;
        color: #582B00;
}

.tablePad{
	padding-left:7px;
}

.lgItalic{
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.padLeft{
	padding-left:60px;
}
.footerTxt{
	font-size:9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#D5794A;
}
