html,body	{ height: 100%; }

/* -------------------------------------------- */
/* 				Global parameters  				*/
/* -------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,
td,
input,textarea,select 		{ font: 14px/18px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #333333; }

h1, h2, h3, h4, h5, h6		{ font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; font-weight: bold; }


h1 							{ color:#FF4A12; font-size: 1.6em; font-weight: normal;  }
h2 							{ color:#333333; font-size: 1.4em; font-weight: normal; } 
h3 							{ color:#333333; font-size: 1.2em;} 
h4 							{ color:#333333; } 


a							{ color: #0000FF; text-decoration: underline; }
a:hover						{ color:#FF0000; text-decoration: none; }

.big 						{ font-size:1.11em; }
.bigger 					{ font-size:1.21em; }
.small 						{ font-size:0.91em; }

.hidden, .hide				{ display: none; }

img.right					{ float: right; margin-left: 10px; padding: 2px; border: 1px dotted #CCCCCC; }
img.left					{ float: left; margin-right: 10px; padding: 2px; border: 1px dotted #CCCCCC; }

.clear						{ clear: both; }

#content h1				{ padding: 15px 0 5px 0; margin-bottom: 10px; border-bottom: 1px dotted #FF4A12;}	
#content h2				{ padding: 15px 0 5px 0; margin-bottom: 10px; border-bottom: 1px dotted #333333; }
#content h3,
#content h4				{ padding: 9px 0; }
#content p				{ line-height: 18px; padding: 9px 0; }


#content ol,
#content ul,
#content blockquote		{ margin-left: 30px; }

#content div.left p		{ font-size: 0.85em; }
#content div.left h2	{ font-size: 1.1em; font-weight: bold; }

strong.label			{ display: block; width: 80px; float: left; }
/* -------------------------------------------- */
/* 						LAYOUT  				*/
/* -------------------------------------------- */

html				{ background: #3E4F4F url(../_img/backgrounds/bg_body.jpg) repeat-x left top; }
body				{ text-align: center; background: #3E4F4F url(../_img/backgrounds/bg_body.jpg) repeat-x left top;}
#container			{ width: 960px; margin: 0 auto; text-align: left; background-color: #FFFFFF; }
#header				{ width: 920px; height: 310px; margin-left: 20px; background: #FFFFFF url(../_img/backgrounds/bg_header.jpg) no-repeat right bottom; }

#header h1			{ width: 280px; height: 225px; float: left; background: #FFFFFF url(../_img/backgrounds/bg_h1.gif) no-repeat left bottom; }
#header h1 a		{ color: #FFFFFF; }
#header #menu		{ width: 640px; height: 37px; float: left; padding-top: 31px; background: #FFFFFF url(../_img/backgrounds/bg_menu.gif) no-repeat left top; }



#content			{ width: 920px; margin-left: 20px; background-color: #FFFFFF; }
#content div.full 	{ width: 840px; min-height: 250px; padding: 15px 30px; clear: both;  }
#content div.left	{ width: 260px; background: #E6E6E6 url(../_img/backgrounds/bg_left_top.gif) no-repeat left top; float: left; text-align: justify;  }
#content div.left div.content	{ padding: 20px 20px 0 20px; }
#content div.left div.bottom	{ height: 25px; background: url(../_img/backgrounds/bg_left_bottom.gif) no-repeat left bottom; }
#content div.right 	{ width: 600px; padding: 20px; margin-left: 20px; float: left;  }

#footer				{ clear: both; width: 920px; margin-left: 20px; margin-top: 20px; height: 135px; background: #94B3C5 url(../_img/backgrounds/bg_footer.gif) no-repeat left top;  }
#footer *			{ color: #FFFFFF; font-size: 13px; }

#footer a			{ text-decoration: none; }
#footer a:hover		{ color:#333333; text-decoration:underline; }

#f_contact			{ width: 260px; margin-top: 20px; padding-left: 20px; border-right: 1px dotted #FFF; float: left; }
#f_nav				{ width: 600px; margin-top: 20px; padding-left: 20px; float: left; }

#f_nav p			{ margin-bottom: 18px; }




/* -------------------------------------------- */
/* 						MENU	  				*/
/* -------------------------------------------- */

#menu ul	 			{ }
#menu li				{ display: block; width: 128px; height: 36px; float: left; }
#menu a					{ display: block; width: 127px; height: 30px; margin: 4px 0; text-decoration: none; border-left: 1px dotted #666666;
							line-height: 28px; color: #820F00; text-align: center; font-size: 16px; font-weight: bold; }
#menu a.last			{ width: 126px;  border-right: 1px dotted #666666; }
#menu li:hover			{ background-color: #E5ECFC; text-decoration: none; }

div.validator	{ font-size: 0.9em; font-weight: bold; color: #FF0000; font-family: Arial, Helvetica, sans-serif; }
textarea.req,
input.req		{ border: 1px solid #FF0000; }
