

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: url(images/background.jpg) no-repeat right fixed;
 }

ul#butter{
list-style-image: url(images/bullet.jpg);
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 9pt;
}

#line1 {
 width: 100%;
 height: 10px;
 border: solid #000000;
 border-width: 0 0 1px 0;
 background: #50806B;
}

#line2 {
 width: 100%;
 height: 10px;
 border: solid #000000;
 border-width: 1px 0 1px 0;
 background: #152B21;
}
	 
#hdr{
 width: 100%;
 height: 82px;
 margin: 0;
 background: #FFFFFF;
 }
     
#lh-col{
 width: 155px;
 float : left;
 border: solid #000000;
 border-width: 0 1px 1px 1px;
 background: #50806B;
 color: #000000;
 margin: 0;
 padding: 10px;
 }

#rh-col{
 color: #000000;
 padding: 10px 10px 10px 190px;
 border: 0;
 font-family: Verdana, Arial, Helvitica, sans-serif;
}

a.menu {
text-decoration: none;
color: white;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 10pt;
font-weight: bold;
}

a.menu:link {
text-decoration: none;
color: white;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 10pt;
font-weight: bold;
}

a.menu:visited {
text-decoration: none;
color: white;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 10pt;
font-weight: bold;
} 

a.menu:hover {
text-decoration: underline;
color: white;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 10pt;
font-weight: bold;
}

a.menu:active {
text-decoration: none;
color: white;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 10pt;
font-weight: bold;
} 

a.www {
text-decoration: none;
color: black;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 7pt;
font-weight: bold;
}

a.www:link {
text-decoration: none;
color: black;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 7pt;
font-weight: bold;
}

a.www:visited {
text-decoration: none;
color: black;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 7pt;
font-weight: bold;
} 

a.www:hover {
text-decoration: underline;
color: black;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 7pt;
font-weight: bold;
}

a.www:active {
text-decoration: none;
color: black;
font-family: Verdana, Arial, Helvitica, sans-serif;
font-size: 7pt;
font-weight: bold;
} 
