@charset "utf-8";
/* CSS Document */
body
{
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#a54399;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}

a
{
color:#a54399;
}

a:hover
{
color:#FF0000;
}

a:visited
{
color:#990066;
}

/* Splash Page */
#splash_maincontainer
{
height:100%;
width:100%;
}

#splash_imagecontainer
{
text-align:center;
margin:0px auto;
padding-top:75px;
}

#div_bodywrapper
{
width:100%;
}

#div_contentwrapper
{
width:inherit;
}

#div_header
{
background-image:url(PageHeader.gif);
background-repeat:no-repeat;
background-position:center;
width:100%;
height:174px;
/*padding: 10px;*/
}

#div_header2
{
background-repeat:no-repeat;
background-position:center;
width:100%;
height:225px;
/*padding: 10px;*/
}

.div_bar
{
background-image:url(HeaderSeparator.gif);
height:4px;
}

.div_content
{
width: 725px;
margin:0px auto;
padding: 10px;
background-image:url(WaterMark.jpg);
background-position: top;
background-repeat: no-repeat;
}

#div_navigation
{
width:650px;
margin:0px auto;
vertical-align:top;
}

#div_navigation a
{
padding-left: 10px;
padding-right: 10px;
display:inline-block;
}

#div_footercontent
{
width:650px;
margin:0px auto;
}
.div_innercontent
{
width:650px;
margin:0px auto;
}

#div_homecontent
{
background-color:white;
}

.div_squarebar
{
background-image:url(SquareDivider.gif);
height:2px;
margin-top: 3px;
}

/* press design */
#table_press td
{
padding:2px;
border: solid 1px;
}

#spacer
{
height:25px;
}