body{
padding:0px;
margin:0px;
background-image: url("images/bg.gif");
}
img{
	border: none;
}

p{
	margin-left: 0px;
}

.bg{
background-color: #FFFFFF;
}

.norm ul{
	margin-left: 0px;
}

.norm li{
	margin-left: 0px;
	padding-bottom: 1em;
}

.odd ol{
	margin-left: 4em;
	padding-left 1em;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

.odd li{
	margin-left: 0px;
	padding-bottom: .5em;
}

.trans ul{
	margin-left: 1em;
	padding-left 0;
	list-style-type: disc;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

.trans li{
	margin-left: 0px;
	padding-bottom: .5em;
}

.text_1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin-left: 2em;
	margin-right: 2em;
}

.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.text_3 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 170px;
	margin-right: 170px;
}

.text_4 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 170px;
	margin-right: 170px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -410px;
left: 200px; /*position where enlarged image should offset horizontally */
}

.text_green {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #006600;
	margin-left: 2em;
	margin-right: 2em;
}

.text_quotes {
	margin-left: 6em;
	margin-right: 6em;
    font-family: Tahoma;
	font-size: 13px;
    border-color: #C8C8C8;
    background-color: #E8E8E8; 
    border-style: dashed;
    padding: 1em;
	border-width: 1px;
}

a {
	font-family: Tahoma;
	font-size: 13px;
	color: #006600;
}

a:visited {
	font-family: Tahoma;
	font-size: 13px;
	color: #006600;
}

a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #CC9900;
}

.link_2 {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #006600;

}

a.link_2:visited {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #006600;
}

a.link_2:hover {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #CC9900;
}

.link_3 {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #006600;

}

a.link_3:visited {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #006600;
}

a.link_3:hover {
	font-family: Tahoma;
	text-align: right;
	font-size: 11px;
	color: #CC9900;
}

#box {
    width: 200px;
    font-family: Tahoma;
	font-size: 11px;
    border-color: #C8C8C8;
    background-color: #E8E8E8; 
    border-style: solid;
    padding: 1em;
	border-width: 1px;
	margin-left: 2em
}

#box2 {
    width: 400px;
    font-family: Tahoma;
	font-size: 13px;
    border-color: #C8C8C8;
    background-color: #E8E8E8; 
    border-style: dashed;
    padding: 1em;
	border-width: 1px;
}

#box3 {
    width: 300px;
    font-family: Tahoma;
	font-size: 13px;
    border-color: #C8C8C8;
    background-color: #E8E8E8; 
    border-style: dashed;
    padding: 1em;
	border-width: 1px;
	text-align: left;
	
}

#imageleft {
  float:left;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em
  }
  
.imgright {
	clear: right;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
}