body {
	font-size: 100%;
	line-height: 1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding: 0;
	margin: 0;
	color:#000;
}

a:link { color:  #556285;text-decoration: underline}
a:visited { color: #717171 ;text-decoration: underline}
a:hover { color:  #7784a4;text-decoration: underline}

p {font-size: .75em; color: #000; margin: 0 0 10px 0; padding:0}
.tables {
	font-size: .75em;
	color: #000;
	text-align: left;
}

h3 {font-size: .82em; color: #000; margin: 0 0 10px 0; padding:0}

DIV.hdr {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; font-size: .75em;}

DIV.tablebold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .75em; font-weight: bold}

DIV.tableboldcnt {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .75em; font-weight: bold; text-align: center}

DIV.tablehdr {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .75em; font-weight: bold; text-align: center}

DIV.italic {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .72em; font-style: italic}

#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	padding: 0;
} 

#containerPages { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	padding: 0;
 background-image:url(images/white-bkg-09.jpg); background-repeat:repeat-x;
} 


 #header { 
	background-image:url(images/bkg-header09.jpg); background-repeat:repeat-y;
	padding: 0 0 0 20px; 
	height:97px;
	width:940px
} 

 #navContainer{ 
	float:left; height:19px;width:112px;margin-left:7px;_margin-left:3px; padding:0
}



#mainContent { 
	margin: 0 0 0 73px; 
	padding: 0; 
} 

#mainContent h1{
font-family: "Utopia","Palatino Linotype", Palatino, Times, serif;
font-size:36px;
font-weight:100;
color:#a7a7a7;
line-height:1em;
margin-top:30px;
} 



#mainContent h2{
font-family: Palatino, "Palatino Linotype", Times, serif;
font-size:22px;
font-weight:100;
font-style:normal;
color:#7b7b7b;
line-height:28px;
margin: 0 0 0 10px;
} 




#mainContent ul {
	font-size: .88em;
	color: #717171;
	list-style: none;
	margin: 0 0 0 20px;
	padding:0;
	font-weight: normal;
}

#mainContent li {font-size: .88em; color: #717171; list-style: none; margin: 0; padding:0}


#mainContent li a:link { color : #717171;text-decoration:none}
#mainContent li a:visited { color :#7784a4 ;text-decoration:none}
#mainContent li a:hover { color : #5d6c91;text-decoration: underline}

strong{color:#000}

.caption{
font-family: "Utopia","Palatino Linotype", Palatino, Times, serif;
font-size:18px;
font-weight:normal;
font-style:italic;
color:#a7a7a7;
line-height:1em
} 

#footer { 
	padding: 60px 0 0 30px; 
} 

#footer p{
   font-size: 12px;
color:#a7a7a7;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.left {
float:left;

}
