body {
behavior: url("csshover3.htc");
} 

div.horizontal {
position:absolute;
width:100%;
height:200px;
left:0px;
top:0px;
background-image:url('images/horizontal.gif');
background-repeat:repeat;
}

div.vertical {
position:absolute;
width:225px;
height:100%;
left:0px;
top:0px;
background-image:url('images/vertical.gif');
background-repeat:repeat;
}

div.corner {
position:absolute;
width:225px;
height:200px;
left:0px;
top:0px;
background-image:url('images/corner.gif');
}

div.button {
background-image:url('images/button_blank_up.gif');
background-repeat:no-repeat;
position:absolute;
width:180px;
height:30px;
left:20px;
}

div.button:hover {
background-image:url('images/button_blank_down.gif');
}

div.content {
position:absolute;
width:70%;
height:73%;
left:240px;
top:200px;
padding-right:20px;
overflow:auto;
}

.buttontext {
font-size:12px;
font-family:verdana;
font-weight:bold;
line-height:30px;
padding-left:15px;
color:white;
}

.content {
font-size:13px;
font-family:verdana;
font-weight:normal;
line-height:16px;
}

p.caption {
font-size:11px;
font-family:verdana;
font-weight:normal;
font-style:italic;
line-height:13px;
text-align:center;
}

p.heading {
font-size:18px;
font-family:verdana;
font-weight:bold;
line-height:21px;
color:#2E7709;
}

p.subhead {
font-size:16px;
font-family:verdana;
font-weight:bold;
line-height:19px;
}

p.smallhead {
font-size:13px;
font-family:verdana;
font-weight:bold;
line-height:16px;
color:#2E7709;
}

