/*pvh.css file*/

body
{
background-color: #FFCC66;
color: black;
margin: 0px;
text-align: center;
}

a.navbar
{
float: left;
width: 150px;
background-color: #000066;
padding: 6px;
border-bottom: 1px solid #000066;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
margin-right: 20px;
}

a.navbar:link
{
color: white;
background-color: #000066;
}

a.navbar:visited
{
color: white;
background-color: #000066;
}

a.navbar:hover 
{
color: white;
background-color: #8B1C62;
}

a.navbar:active 
{
color: white;
background-color: #8B1C62;
}

h1
{
font-size: 15pt;
font-weight: bold;
font-family: arial,helvetica;
text-align: center;
}

p
{
font-size: 12pt;
font-family: times,roman;
color: #584E56;
text-align: justify;
}
p.top
{
 font-size: 22pt;
 font-family: arial,helvetica;
 color: #FFCC66;
 text-align: center;
 font-weight: bold;
}
p.box 
{
float: right; 
border-right: 1px solid #000066; 
border-left: 1px solid #000066; 
border-top: 4px solid #000066; 
border-bottom: 1px solid #000066; 
width: 150px; 
height: 450px; 
background-color: #FFFFCC; 
padding: 4px; 
font-family: arial,helvetica; 
font-size: 10pt; 
text-align: justify; 
color: #000066;
margin-left: 20px;
}

a.boldblack
{
font-weight: bold;
color: black;
text-decoration: none;
}

a.mylink
{
font-family: arial,helvetica;
font-weight: bold;
}

a.mylink:link 
{
color: black;
text-decoration: none;
}

a.mylink:visited
{
color: black;
text-decoration: none;
}

a.mylink:hover
{
color: black;
text-decoration: underline;
}

a.mylink:active
{
color: #872657;
text-decoration: underline;
}


td.top
{
vertical-align: top;
border-right: 1px solid #000066; 
border-left: 1px solid #000066; 
border-top: 4px solid #000066; 
border-bottom: 4px solid #000066; 
height: 100px;
background-image: url('beesoncomb.jpg');
background-repeat: repeat;
color: #FFCC66
}

td.left
{
vertical-align: top;
width: 15%;
height: 600px;
}

td.middle
{
vertical-align: top;
width:70%;
height:600px;
}

td.right
{
vertical-align: top;
width: 15%;
height: 600px;
}

td.bottom
{
vertical-align: top;
background-color: #FFCC66;
border-right: 1px solid #000066; 
border-left: 1px solid #000066; 
border-top: 4px solid #000066; 
border-bottom: 4px solid #000066; 
}