/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	vertical-align: baseline;
}

div#geral {
	width: 960px;
	margin: 0 auto;
	margin-top:15px;
}

div#topo {
	width: 960px;
	height: 125px;
}

div#logo {
	width: 225px;
	height: 101px;
	margin-top: 5px;
	float: left;
}

div#banner {
	width: 700px;
	height: 101px;
	float: right;
	margin-top: 5px;
}

div#conteudo {
	width: 960px;
	background-color:#FFF;
}

div#separaimg {
	margin-top:25px;
	background-color:#FFF;
}

div#foto{
	text-align:center;
}
div#col1 {
	width: 215px;
	float: right;
	padding-top:5px;
	text-align:center;
	background-color:#FFF;
}

div#principal {
	width: 745px;
	float: left;
	background: #FFF; 
}
.tafi{
	float:right;
	margin-top:-10px;}
div#rodape {
	margin-top:20px;
	padding:5px;
	width: 950px;
	height:30px;
	background: #2B276C;
	color:#FFF;
	text-align:center;
	clear: both;
}



/*= Menu ============================================================ */

div#myslidemenu {
	width: 960px;
	background: #2B276C;
	clear: both;
	float:right;
}

a:link {
	color: #2491D0;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #2B276C;
}


h1 {
	margin-top:5px;
	display: block;
	width: 725px;
	height: 25px;
	background: #FFF;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #2B276C;
}
h2 {
	float:left;
	margin-top:5px;
	display: block;
	width: 355px;
	height: 25px;
	line-height: 25px;
	background: #FFF;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #2B276C;
}
h3 {
	float:right;
	margin-top:5px;
	display: block;
	width: 355px;
	height: 25px;
	line-height: 25px;
	background: #FFF;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #2B276C;
}
h4 {
	margin-top:5px;
	display: block;
	width: 725px;
	height: 25px;
	line-height: 25px;
	background: #FFF;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #2B276C;
	clear:both;
}
h5 {
	margin-top:5px;
	display: block;
	width: 200px;
	height: 25px;
	background: #FFF;
	padding: 5px;
	padding-bottom:0px;
	font-size: 18px;
	font-weight: bold;
	color: #2B276C;
}
h6 {
	margin-top:5px;
	display: block;
	width: 725px;
	height: 25px;
	display: block;
	line-height: 25px;
	background: #FFF;
	padding: 5px;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color: #2B276C;
	clear:both;
}

div#txt1 {
	width:725px;
	color:#000000;
	padding-left:5px;
	float:left;
	margin-top:5px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	table-layout: solid #999;
}
div#txt2 {
	float:left;
	width:360px;
	padding-left:5px;
	float:left;
	margin-top:5px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#txt3 {
	float:right;
	width:360px;
	padding-left:5px;
	float:left;
	margin-top:5px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #175581;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #2B276C; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #fff;
color: #175581;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #0E3450;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

table#cal td {
	border: 1px solid #000;
}


