/* FORMAT FOR THE BODY OF THE WEB PAGE */
body				{
				background:#ffffff url('images/bgGradient.jpg') repeat-x;  
				width:775px; margin:10px auto;
				color:#333; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:arial, helvetica, genova;  
				border:solid black 1px;
				}

/* FORMAT FOR THE BOX AROUND THE WEB PAGE */
.wrapper			{ background:white; width:775px; border:solid black 0px; }						

/* FORMAT FOR THE LINKS ON THE TOP NAVEGATION BAR */
a.nav:link			{ color:gray; text-decoration:none }
a.nav:visited			{ color:gray; text-decoration:none }
a.nav:hover			{ background:#069; color:white; }
a.nav:active			{ color:gray; text-decoration:none }

/* FORMAT FOR THE LINKS ON THE LEFT MENU */
a.left:link			{ color:#069; text-decoration:none }
a.left:visited			{ color:#069; text-decoration:none }
a.left:hover			{ background:#dcdcdc }
a.left:active			{ color:#069; text-decoration:none }

/* FORMAT FOR THE LINKS IN THE TEXT */
a.intext:link			{ color:#069; text-decoration:none }
a.intext:visited		{ color:#069; text-decoration:none }
a.intext:hover			{ text-decoration:underline }
a.intext:active			{ color:#069; text-decoration:none }

/* FORMAT FOR LINKING IMAGES */
a img				{ border: none; }

/* FORMAT FOR THE IMAGE HEADER */
img.header			{ border-bottom:solid #069 3pt; margin:0px; padding:0px }

/* FORMAT FOR THE NAVEGATION BAR */
table.menu			{
				position:relative; bottom:4px;
				width:775px; padding:0px; border-spacing:0px;
				font:normal 11pt "century gothic","avant garde",futura; color:gray;
				text-align:center; border-bottom:solid gray 1pt
				}
td.menu				{ padding:3px 0px 3px 0px; }
td.menu:hover			{ background:#069; color:white; }

/* FORMAT FOR THE LEFT COLUMN */
.leftcolumn			{ float:left }
.leftmenu			{
				width:250px; padding:5px; margin:10px 0px 0px 10px;
				font:normal 11pt "century gothic","avant garde",futura; color:gray;
				border-right:solid #069 1pt;
				border-left:solid #ccc 1pt; border-top:solid #ccc 1pt;
				}
ul.links			{ 
				padding:5px; font:normal 10pt arial,helvetica,genova; 
				border-right:solid #069 1pt; border-bottom:solid #069 1pt;
				border-left:solid #ccc 1pt; border-top:solid #ccc 1pt;
				margin:0px 0px 10px 10px; list-style:inside none; width:250px			
				}
li.link				{ padding:0px 2px 0px 2px; line-height:150% }
li.link:hover			{ background:#dcdcdc }


/* FORMAT FOR THE FORM */
form				{ 
				margin:0px 0px 10px 10px; padding:10px 10px 0px 0px; width:250px;
				border-right:solid #069 1pt; border-bottom:solid #069 1pt;
				border-left:solid #ccc 1pt; border-top:solid #ccc 1pt; text-align:left;
				}
p.form				{
				padding:0px 5px 0px 15px;font:normal small-caps 10pt arial,helvetica,genova; 
				}

select				{ width: 230px }
input.button			{ font:normal small-caps 10pt arial,helvetica,genova; text-align:center; }
input.keyword			{ width:223px }
select				{ width: }

/* FORMAT FOR IMAGES IN THE ARTICLE */
img.logo			{ float:right; margin: 0px 0px 0px 15px }
img.thumbnail			{ float:left; margin: 0px 15px 0px 0px; width:90px }


/* FORMAT FOR TEXT IN THE ARTICLE */
.article			{
				float:right;
				width:490px; padding: 5px; margin:5px 0px 10px 0px
				}
h1				{ 
				font:normal small-caps 14pt "century gothic","avant garde",futura; color:#333;
				margin: 0px 5px 10px 0px; letter-spacing:1px; border-bottom:dashed #999 1pt; 
				}
h2				{ 
				font:normal small-caps 12pt "century gothic","avant garde",futura; color:#333;
				margin: 20px 5px 5px 0px; letter-spacing:1px; width:370px;
				}
h3				{
				font:normal 12pt arial,helvetica,genova; color:#069;
				margin: 0px 0px 5px 5px
				}

p				{ margin: 6px 5px 20px 5px }

ul.regular			{ list-style:outside disc; margin:0px 10px 10px 15px; line-height: 1.4 }

/* FORMAT FOR FOOTER */
table.footer			{
				width:775px; padding:1px; border-top: solid gray 1pt;
				font:normal 9pt "century gothic","avant garde",futura; color:gray
				}
td.footer			{ text-align:center }