/* CSS Document */

body {
background-color: #FFFFFF;
/*background-image:url(images/gradientbottom.jpg);*/
background-attachment: fixed;
background-repeat: no-repeat;
margin: 10px 0px 0px 7px;
}

a:link {
color: #660033;
text-decoration: underline;
background-color: transparent;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
margin-top: 2px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
}

a:visited {
color: #660033;
text-decoration: underline;
background-color: transparent;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
margin-top: 2px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
}

a:hover {
color: #660033;
text-decoration: underline;
background-color: transparent;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
margin-top: 2px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
}

h3 {
color: #660033;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 25px;
font-weight: bolder;
margin: 5px 0px 10px 0px;
padding: 2px 2px 2px 2px;
clear: left;
}

#navBox {
background-color: ffffff;
width: 660px;
height: 200px;
}

#headerBox {
background-color: FF6699;
height: 75px;
margin: 15px 0px 0px 0px;
clear: right;
}

#textBox {
background-color: transparent;
color: #660033;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 18px;
width: 600px;
margin: 5px 0px 10px 0px;
padding: 2px 2px 2px 2px;
clear: left;
}

#pictureBox {
background-color: #666666;
width: 100px;
height: 100px;
margin: 10px 3px 0px 3px;
float: left;
}

#holdBox {
background-color: transparent;
width: 600;
margin: 0px 0px 0px 0px;
clear: left;
}

img.pngPic {
   behavior:    url("pngbehavior.htc");
}