/* CSS Template by gorotron */

body {
	background-image:url(img/bg1b.gif);
	background-repeat:repeat-x;
	/* background-color:#FC3; */
	background-color:#dcf5b8;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:14px;
	color:#8db9e2;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#subtitle p{
	font-size:11px;
	color:#8db9e2;
	margin:6px 0 0 0;
	font-weight:700;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:120px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:120px;
	margin-right:10px;
	background-image:url(img/logo_small.png);
	float:left;
}

#bannerRight {
	width:529px;
	height:89px;
	background:url(img/bg1ca.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:30px 0 0 10px;
}

#content {
	background:url(img/bg1.gif) repeat-y;
	height:1%;
}

#leftColumn {float:left}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:12px;
	color:#8db9e2;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
}

#nav a:hover {background-color:#333}

#leftColumnBottom {
	width:130px;
	background:url(img/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:520px;
	padding-left: 20px;
	color:#666;
	text-align: justify;
}

#rightColumn p.homeTitle {
	font-size:16px;
	text-align: center;
	color:#369;
	font-weight:700;
	margin:20px 0 0 0;
	padding-bottom:5px;
}

#rightColumn p.homeContent {
	font-size:13px;
	text-align: center;
	font-weight: normal;
	margin:0;
	padding-bottom:5px;
}

#rightColumn p.logotl {
	color: #369;
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	margin:0 0 10px 0;
	padding-bottom: 10px;
}

#rightColumn p.logo {
	text-align: left;
	float: left;
	margin: 0 0 0 30px; 
	padding: 0;
}

#rightColumn p.logotxt {
	text-align: left;
	margin: 20px 0 0 150px;
	font-size:12px;
}

#rightColumn p.abs_spk {
	color:#000;
	text-align: left;
	margin: 0;
	font-size:15px;
}

#rightColumn a.abs:link {
	color: #369;
	text-decoration: none;
	text-align: left;
	margin: 0;
	font-size:13px;
}
     
#rightColumn a.abs:visited {
	color: #666;  
	text-decoration: none;
	text-align: left;
	margin: 0;
	font-size:13px;
}

#rightColumn a.abs:hover {text-decoration: underline}

#rightColumn p.clear {clear: both}

#rightColumn p.spacer {
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

#rightColumn ul {list-style-type: circle}

#form {
	font-family: Monospace;
	text-align: left;
}

#legenda {
   font-size: 13px;
   color: black;
   text-align: left;
   line-height: 20px;
   width: 250px;
   float: left;
}

#legenda p.tl {
   padding: 0 0 0 30px; 
   font-size: 14px;
   color: black;
   font-weight: bold;
   text-align: left;
}

#legenda p {padding: 0 0 0 18px}

#map {
	width:958px;
	height:842px;
	background:url(img/map.png);
	float: left;
	border:1px solid #000;
}

#clear {clear:both}

#copyright {
   margin:0 auto;
	padding:10px;
	width:700px;
}

#copyright p.left {
	line-height: 12px;
   font:12px Arial,Helvetica,sans-serif;
	text-align: left;
	color:#369;
}

#copyright p.right {
   position: relative;
   top: -32px;
   font:10px Arial,Helvetica,sans-serif;
	text-align: right;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {color:#F39}



/*** 				***/
/***	SCHEDULE ***/
/***				***/


.basictab{
padding: 30px 0px 0px 0px ;
margin: 0px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li{
display: inline;
margin: 0px;
}
.basictab li a{
text-decoration: none;
max-height: 24px;
padding: 3px 9px 2px 9px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
font-size: 12px;
background-color: #F7F0CB;
color: #2d2b2b;
z-index: -1;
}
.basictab li a:visited{
color: #2d2b2b;
}
.basictab li a:hover{
background-color: #FFCC00;
color: black;
}
.basictab li a:active{
color: black;
}
.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFF;
color: #369;
z-index: 5;
}
#Content p.dt {
margin: 0px 430px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height:0px;
text-align: right;
}
#Content p.stl {
position: relative;
top: -10px;
margin: 10px 0px 0px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 0px;
color: black;
text-align: left;
}
#Content p.substl {
position: relative;
top: -10px;
margin: 0px 30px 20px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 16px;
text-align: left;

}
#Content p.brk {
position: relative;
top: -30px;
margin: 30px 0px 20px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 0px;
color: black;
text-align: left;
font-style: italic;
}
#Content p.tlcn {
margin: 0px 0px 0px 0px;
padding: 30px 40px 10px 0px;
line-height: 18px;
font-size: 14px;
color: black;
text-align: center;
}#Content p.subtlcn {
margin: 0px 0px 0px 0px;
padding: 0px 40px 40px 0px;
line-height: 14px;
font-size: 13px;
text-align: center;
}
#Content p.ssn {
margin: 0px 0px 0px 0px;
padding: 20px 40px 30px 0px;
font-size: 13px;
color: black;
text-align: center;
}
.gray {
color: #999;
}
#Content p.sep {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-size: 13px;
text-align: center;
}






