﻿/* Global Formating */
body {
	margin: 0px;
	background-color: #ededed;
}
.clearformat {
	width: auto; display: block; clear: both;
}
#container {
	width: 920px;
	text-align: left;
	background-color: #fff;
}
#header {
	width: 880px;
	height: 119px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
}
.footlf {
	width: 10px;
	background-image: url('foot_lf.jpg');
	background-repeat: no-repeat;	
}
.footrt {
	width: 10px;
	background-image: url('foot_rt.jpg');
	background-repeat: no-repeat;	
}
.footer {
	width: auto;
	height: 15px;
	background-image: url('foot_bg.jpg');
	background-repeat: repeat-x;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 8pt;
}
.shadelf {
	width: 10px;
	background-image: url('shade_lf.jpg');
	background-repeat: repeat-y;	
}
.shadert {
	width: 10px;
	background-image: url('shade_rt.jpg');
	background-repeat: repeat-y;	
}
/* Standard Formating */
h1 {
	color: #fff;
	font-size: 14pt;
	font-weight: normal;
	/*height: 0px;	*/
	padding: 0;
	margin: 0;
}
h2 {
	color: #ff6600;
	font-size: 12pt;
}
h3 {
	color: #174d8d;
	font-size: 10pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}
a {
	color: #3366cc;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
.lnk {
	color: #3366cc;
	text-decoration: none;
	font-weight: bold;
}
.mnu {
	color: #3366cc;
	text-decoration: none;	
}
.topbar {
	height: 60px;
	width: 100%;
	background-image: url('topbar.jpg');
	background-repeat: repeat-y;
	background-color: #174d8d;
	padding-left: 30px;
	margin-bottom: 10px;
}
.nav {
    display:block;
    text-align:center;
    text-decoration:none;
    background-color: ;
    color: #fff;
    padding: 3px 4px 3px 3px;
}
.nav:hover {
	background-color: #fff;
	color: #174d8d;
	text-decoration:none;
}
.navbar {
	background: url(nav_mid.jpg) repeat-x;
	height: 28px;
}
.navlf {
	background: url(nav_lf.jpg) no-repeat;
	width: 9px;
}
.navrt {
	background: url(nav_rt.jpg) no-repeat;
	width: 9px;
}
/* Column data */
.colsep {
	width: 10px;
}
.colmain {
	width: auto;
	vertical-align: top;
}
.colhome1 {
	float: left;
	width: 420px;
	margin-right: 10px;
}
.colhome2 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.colhome3 {
	float: right;
	width: 260px;
}
.colnav {
	float: left;
	width: 150px;
	padding-top: 5px;
}
.colline {
	float: left;
	width: 29px;	
	height: 210px;
	background-image: url('linev.jpg');
	background-repeat: no-repeat;	
	background-position: center;
}
.coldata {
	float: left;
	margin-top: 5px;
	width: 695px;
}
.box1top {
	width: auto;
	/*background-color: #174d8d;*/
	background-color: #ff6600;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
.box1 {
	width: auto;
	padding: 3px;
}
.ctl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.destaq {
	width: 180px;
	border: 0px; 
}
/* Galeria */
.dvgal {
	width: 144px;
	height: 180px;
	margin-right: 14px;
}
.dvimggal {
	border: 3px solid #ccc;
	height: 104px;
	width: 138px;
}
/* Forms */
.btmsolid {  border-bottom: 1px solid #666; }
.btmdotted { border-bottom: 1px dotted #999; }