body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background-image:  url(/IMAGES/bgcurvemain.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #CCFF99;

/* NON-LAYOUT STYLES */

	font-family: Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #009900;
	SCROLLBAR-HIGHLIGHT-COLOR: #002261;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #CCFF99;
	SCROLLBAR-TRACK-COLOR: #CCFF99;
	SCROLLBAR-DARKSHADOW-COLOR: #444444;
}

#bodywrapper {
	margin:  0;
	padding:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */


}

#contentarea {
 /* replace this value with the width of your left column */
	margin-left: 185px;
	margin-right:  0;
	margin-bottom:  0;
	margin-top: 10px;
	padding:  0;
}

#leftcolumn {
	position:  absolute;
	top:  0;
	left:  0;
	margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	width: 185px;
}
.green{color: #CCFF99;}
a.navigation {font:bold;
font-family: Arial, Helvetica, sans-serif;}
a.navigation:link {color: #CCFF99; text-decoration: none }
a.navigation:visited {color: #CCFF99; text-decoration: none }
a.navigation:hover { color: Blue; text-decoration: underline }
a.navigation:active {color: #CCFF99; }

h1 {font:bold 18px verdana,Geneva,Arial;color:green;margin-bottom:1px;margin-top:1px}
h2 {font:bold 16px verdana,Geneva,Arial;color:blue;margin-bottom:1px;margin-top:1px}
h3 {font:bold 14px verdana,Geneva,Arial;color:#009900;margin-bottom:1px;margin-top:1px}
h4 {font:bold 12px verdana,Geneva,Arial;color:green}
h5 {font:italic bold 10px verdana,Geneva}

.trans {align:center;
/*
background-color:#CCFF99;
filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;
*/}
.adentro {filter:none;
background-color:#CCFF99;}
