* {
}

body {
margin:0 auto;
padding:0;
background-color: #92847B;
font-size:.70em;
font-family:verdana, arial, helvetica, sans-serif;
text-align:center;
}
.wrap {
margin:0 auto;
padding: 0;
width:90%;
text-align:center;
}

/* The background-image's for the .wrap below are for preloading 
all the page's images, just add your own images to the pattern */  
/***  Preload media  ***/
.wrap {
	background-image: url("media/arrowwhite_left.gif");
	background-image: url("media/arrowblack_left.gif");
	background-image: url("media/dualarrowgold.gif");
	background-image: url("media/brush.gif");
	background-image: url("media/shadow_leftontaupe.jpg");
	background-image: url("media/shadow_rightontaupe.jpg");
	background-repeat: no-repeat;
	background-position: -5000px -5000px;}
/**** end preload images ****/

/***  Here's another CSS image preload trick: 
/***  PRELOAD IMAGES AGAIN, BY PUTTING IMAGES 
IN THIS CLASS,  AT THE BASE OF THE HTML  *******/
.hiddenpic {display:none;}
/**** end preload images ****/



img {margin: 0; padding: 0; border:0;}

p {}

.canvas {
float:left;
margin:0 auto;
padding: 0;
width:100%;
height: 100%;
background: #5C5C5C url("media/shadow_leftontaupe.jpg") repeat-y;
text-align:left;
}

.absolute_title {
position:absolute;
top:40px;
left:5%;
margin:0;
padding:0;
height:auto;
width:90%;
background-color:transparent;
border:0px solid #FFFFFF;
color:#FFFFF0;
font-weight:bold;
font-size:4em;
text-indent:19.8%;
text-align:left;
z-index:1000;
}


.left_column {
margin:0 auto;
padding:0;
float:left;
width:24.8%;
border:0px solid #eaeaea;
text-align:center;
color:#FFFFFF;
font-size:14px;
}

.header_left {
display:block;
margin:0 auto;
margin-top:10px;
padding:0;
padding-left:9px;
width:auto;
height:auto;
text-align:left;
}

.header_leftrowone {
display:block;
margin:0 auto;
padding:0;
width:100%;
height:5px;
background-color: #372F2C;
text-align:center;
color:#FFFFFF;
font-size:2px;
}
.header_leftrowtwo {
display:block;
margin:0 auto;
padding:0;
width:100%;
height:80px;
background-color: #000000;
text-align:center;
color:#FFFFFF;
}
.header_leftrowthree {
display:block;
margin:0 auto;
padding:0;
width:100%;
height:15px;
background-color: #372F2C;
text-align:center;
color:#FFFFFF;
}

.sidebox_a,
.sidebox_b,
.sidebox_c,
.sidebox_d,
.sidebox_l1,
.sidebox_l2,
.sidebox_f,
.sidebox_g,
.sidebox_e {
display:block;
margin:0 auto;
margin-top:15px;
padding:0;
height:100px;
width:75%;
border:1px solid #7f7f7f;
color:#ffffff;}

.sidebox_a {background: transparent url("media/carro1.png") no-repeat center;}
.sidebox_b {background: transparent url("media/instrumentos.png") no-repeat center;}
.sidebox_c {background: transparent url("media/camera3.jpg") no-repeat center;}
.sidebox_d {background-color: transparent;}
.sidebox_l1 {background: transparent url("media/livro1.png") no-repeat center;}
.sidebox_l2 {background: transparent url("media/livro2.png") no-repeat center;}
.sidebox_f {background: transparent url("media/estetoscopio.png") no-repeat center;}
.sidebox_g {background: transparent url("media/salape.png") no-repeat center;}
.sidebox_e {background-color: #7F7F7F; border:1px solid black;}

.right_column {
overflow:auto;
display:block;
float:right;
margin:0 auto;
padding:0;
height: 100%;
width:75%;
background: #FFFFFF url("media/shadow_rightontaupe.jpg") repeat-y right;
text-align:center;

}

.header_right {
margin:0 auto;
margin-top:10px;
padding:0;
padding-right:9px;
width:auto;
height:auto;
text-align:center;

}

.header_rightrowone {
margin:0;
padding:0;
width:100%;
height:5px;
background-color: #736B68;
text-align:center;
color:#FFFFFF;
font-size:2px;}

.header_rightrowtwo {
margin:0;
padding:0;
width:100%;
height:80px;
background: #7f7f7f url("media/brush.gif") repeat-x; 
text-align:center;
color:#ffffff;
}
.header_rightrowthree {
margin:0;
padding:0;
width:100%;
height:15px;
background-color: #736B68;
text-align:center;
color:#FFFFFF;
font-weight:normal;
}


/***** Adding overflow:auto to these content_right boxes 
will auto scrollbar if needed.  ******/

.content_right_a {
display:block;
margin:0% auto;
margin-top:20px;
padding:0;
width:80%;
text-align:left;
font-size:1.3em
}


/***  This is the sample table 200 height  ****/
.content_right_e {
overflow:auto;
display:block;
margin:0 auto;
margin-top:5px;
padding:0;
width:90%;
height:200px;
text-align:left;
}

.bodylinks_menu {
display:block;
float:left;
margin:4px 0px; 
padding:4px 0px;
width:100%;
border-bottom: 1px dashed #666666;
}


.footer {
	display:block;
	clear:both;
	width:90%;
	margin:0 auto;
	margin-top:20px;
	padding:0;
	border-top:1px solid #cccccc;
	color: #000000;
	text-align:center;
	font-size:0.8em;
}


table.sample {
	border-width: medium;
	border-spacing: 1px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.sample th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #808080;
	background-color: #fffff0;
	-moz-border-radius: ;
}

table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #808080;
	background-color: #fffff0;
	-moz-border-radius: ;
}

/****  "topmenu" HORIZONTAL  ****/
.topmenu {margin:0 auto; padding:0;width:100%; text-align:center;}
ul.topmenu {margin:0; padding:0;padding-bottom:2px; list-style: disc inside;text-align: center;}
ul.topmenu li {margin:0; padding:0; display:inline; width:25%;}
/****  "topmenu" horizontal menu link styles  ****/
ul.topmenu li a:link, ul.topmenu a:visited { color:#A99D61;  font-weight:normal;width:100%; }
ul.topmenu li a:hover, ul.topmenu a:active  {color:#336699;  font-weight:normal; width:100%; background-color: #cccccc;  }

/***  leftnavs VERTICAL  ***/
.leftnav {display:block;clear:both;margin:0 auto; margin-top:20px; padding:0; padding-left:5%; width:75%; text-align:center;text-indent:0px;}
.leftnav ul{display:block;clear:both;margin:0 auto; padding:0; text-align:left;text-indent:0px;}
.leftnav ul li {display:block; width:100%; margin:0; padding:0; list-style: none; border-bottom:1px solid #7f7f7f;text-indent:0px;}

/****  Side menu link styles  ****/
.leftnav ul li a:link, .leftnav ul li a:visited {color:#FFFFFF; font-weight:normal; display:block; width:100%;padding: 4px 0px;text-decoration:none;}
.leftnav ul li a:hover, .leftnav ul li a:active {color:#FFFFFF; font-weight:normal; display:block; width:100%;padding: 4px 0px;text-decoration:underline; background: #666666 url("media/arrowwhite_left.gif") no-repeat right center;}

/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
.leftnav ul ul li {line-height: 10px;	border-bottom: none}
.leftnav ul ul li a:link,  .leftnav ul ul li a:visited {color:#cccccc; text-indent:10px;}
.leftnav ul ul li a:hover, .leftnav ul ul li a:active, .current_page {
background: transparent url("media/arrowblack_left.gif") no-repeat right center;}


/***  bodylinks_column: Body columned menus  ***/
.bodylinks_column {display:block;float:left; margin:0 auto;  padding:0; width:100%; text-align:center;}
ul.bodylinks_column {display:block; float:left; margin:0; padding:0; display:block; width:49.5%;}
ul.bodylinks_column li {margin:0; padding:0; list-style: none;}
/****  bodylinks_column Link/hover Styles  ****/
ul.bodylinks_column a:link, .bodylinks_column a:visited {color:#336699;font-weight:normal; text-decoration:underline;background: url("media/dualarrowgold.gif") no-repeat top left; padding-left: 15px;}
ul.bodylinks_column a:hover, .bodylinks_column a:active {color:#B48181;font-weight:normal;text-decoration:underline;background: transparent url("media/dualarrowgold.gif") bottom left no-repeat;}


/****  "basemenu" HORIZONTAL   ****/
.basemenu {display:block; margin:0 auto;  padding:0; width:auto; text-align:center;}
ul.basemenu {display:block; margin:0; padding:0; padding-bottom:2px; list-style: none inside; text-align: center;}
ul.basemenu li {margin:0; padding:0; display:inline; width:25%;}
/****  "basemenu" menu link styles   ****/
ul.basemenu li a:link, ul.basemenu li a:visited {color:#336699;font-weight:normal;}
ul.basemenu li a:hover, ul.basemenu li a:active  {color:#B48181;font-weight:normal;background-color: #eaeaea;font-weight:normal;}

/****  LEFT SMALL BOXES: LINK STYLES: GOLD LINKS WITH BLUE ON HOVER  *****/
.sidebox_a a:link, .sidebox_a a:visited,
.sidebox_b a:link, .sidebox_b a:visited,
.sidebox_c a:link, .sidebox_c a:visited,
.sidebox_d a:link, .sidebox_d a:visited,
.sidebox_e a:link, .sidebox_e a:visited {
color:#A99D61;font-weight:normal;
}

.sidebox_a a:hover, .sidebox_a a:active,
.sidebox_b a:hover, .sidebox_b a:active,
.sidebox_c a:hover, .sidebox_c a:active,
.sidebox_d a:hover, .sidebox_d a:active,
.sidebox_e a:hover, .sidebox_e a:active {
color:#336699;font-weight:normal;background-color: #eaeaea;font-weight:normal;
}


/****  Page Link Styles (NOT MENU LINKS)  *****/
a:link, a:visited {color:#336699; font-weight:normal;}
a:hover, a:active {color:#B48181; background-color:#eaeaea;font-weight:normal;}


h1 {
	margin:0; 
	padding:0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 20px solid #B48181;
	color: #336699;
	font-size: 1.5em;
	font-weight:normal;
}
	
h2 {
	margin:0; 
	padding:0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 20px solid #B48181;
	color: #A99D61;
	font-size: 1.6em;
	font-weight:normal;
}	

h3 {
	margin:0; 
	padding:0;
	color: #000000;
	font-size: 1.2em;
	font-weight:normal;
}

.polienflogo {
	display:block;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	height:116px;
	width:75%;
	color:#ffffff;
	background-image: url(media/polienflogo.png);
	background-repeat: no-repeat;
	background-position: center;
}

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

	img.right2 {
	  float: right;
	  }
