html, body, div, p, h1, h2, h3, a, table, tr, td, form, img, li {
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

* html body {
	font-size:12px;
	line-height:1.2em;
}

body {
	font:12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	background:#fffdf5 url(images/bgBody.jpg) top left repeat-x;
}


/* ELEMENTE */
p, blockquote, pre 		{ margin:0 0 1.0em 0; }
img 					{ border:0; }
br.clear 				{ clear:both; }

a 						{ color:#003366; text-decoration:none; }
a:hover					{ text-decoration:underline; }
#navigation a:hover		{ text-decoration:none; }
a.bullet				{ background:url(images/bullet.gif) top left no-repeat; padding:0 0 0 15px; line-height:2.0em; }

.floatL					{ float: left; }
.floatR					{ float: right; }
.clear					{ clear: both; }
.contentHeader			{ margin:0 0 20px 0; width:770px; height:45px; }
.contentText			{ line-height:1.5em; }
.skip					{ display:none; }
.textContent			{  }


/* CONTAINER */
#accessibility			{ display:none; }

#main					{ width:100%; }

#header 				{ border-collapse:collapse; border:0; width:100%; height:90px; background:url(images/bgHeader.gif) top left repeat-x; }
	#headerLeft			{ text-align:left; vertical-align:top; width:486px; height:90px; padding-right:1px; }
	#headerRight		{ text-align:right; vertical-align:top; height:90px; }

#contentBox				{ background:url(images/bgContent.gif) top left no-repeat; overflow:hidden; width:985px; }
	#navigation 		{ width:160px; margin-top:106px; float:left; }
	#content			{ width:770px; margin:40px 0 15px 50px; overflow:hidden; line-height:1.5em; float:left; }

#footer					{ background:url(images/bgDottedHr.gif) top left repeat-x; color:#003366; line-height:2.5em; margin:25px 0 0 210px; }

/* NAVIGATION */
#navigation a 			{ font-size:1.0em; text-decoration:none; color:#003366;  font-weight:normal; outline: none; }
#navigation a:hover 	{ font-weight:bold; }

#navigation ul			{ list-style:none; margin:0; padding:0; }
#navigation li 			{ background:url(images/bgDottedHr.gif) top left repeat-x; padding:5px 0 5px 0; margin:0 6px 0 17px; }
#navigation li.active 	{ background:url(images/bgActiveNavi.gif) top left repeat-y; margin-left:0; padding-left:17px; }
#navigation li.active a	{ font-weight:bold; }
