/* Subsequent pages CSS Document */

body {
background-image:url(images/bkgrd_wave.gif);
background-position:top;
background-repeat:repeat-x;
}
h1 {
font-size:23px;
font-family:"Times New Roman", Times, serif;
display:inline;
color:#4B1587;
margin-left:-10px;
text-decoration:underline;
}
h2 {
font-weight:bold;
font-size:14px;
color:#1c918b;
}
h3 {
font-weight:bold;
font-size:12px;
color:#1c918b;
display:inline;
}
h5 {
font-size:9px;
display:inline;
}
h6 {
font-weight:bold;
font-size:14px;
color:#333333;
display:inline
}
.menupage_links a{
font-weight:bold;
font-size:16px;
color:#666666;
text-decoration:none;
}
.menupage_links a:hover{
color:#4B1587;
text-decoration:underline;
}
#padding {
padding-top:20px;
padding-left:30px;
padding-right:30px;
padding-bottom:35px;
}
.bold_italic {
font-weight:bold;
font-style:italic;
}
#fine_print {
font-size:9px;
}
#float {
float:left;
width:350px;
}