body
{
margin:0;
background-color: #223463;
}

a
{
color: #FFFFFF;
}

.table
{
border: 1px;
width: 850px;
valign: top;
}

.header
{
height: 400px;
vertical-align: top;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-weight: bolder;
color: #FACE6D;
font-size: 75px;
background-image: url('images/logo.png');
background-position: bottom right;
background-repeat: no-repeat;
border-bottom: 40px solid #223463;
}

.blue_box
{
padding-top: 20px;
width: 450px;
height: 620px;
background-image: url('images/blue_box.png');
background-position: top center;
background-repeat: no-repeat;
vertical-align: top;
text-align: center;
}

.blue_box_header
{
margin-top: 200px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #FACE6D;
font-size: 30px;
}

.blue_box_text
{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: black;
font-size: 20px;
}

.yellow_box
{
width: 450px;
height: 186px;
background-image: url('images/yellow_box.gif');
background-position: bottom center;
background-repeat: no-repeat;
}

.yellow_box_text
{
text-align: center;
padding-top: 10px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-weight: bold;
color: #223463;
font-size: 25px;
line-height: 1;
vertical-align:bottom;
}

.about
{
color: #FACE6D;
font-size: 30px;
line-height: 0;
vertical-align: top;
}

.body_text
{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: white;
font-size: 14px;
}

#owners
{
text-align: center;
}

.copyright
{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: white;
font-size: 12px;
}

#border-top
{
border-top: 20px solid #223463;
}

li
{
list-style-image: url(/images/paw_print_small.png)
}

#left-column
{
width: 400px;
vertical-align: top;
padding-right: 10px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.center
{
text-align: center
}
#dhtmltooltip
{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:13px;
line-height: 1;
}
.thankyou
{
background-image: url('/images/thankyou.png');
background-position: top center;
background-repeat: no-repeat;
text-align: center;
padding-top: 50px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 20px;
color: #FACE6D;
}
#thankyou2
{
text-align: center;
padding-top: 20px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 14px;
color: #FACE6D;
}
#thankyou3
{
text-align: center;
padding-top: 20px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 24px;
color: #FACE6D;
}
#vertical_align
{
vertical-align: top;
}