@charset "utf-8";
/* CSS Document */

/* Page Structure */
body
{
text-align: center; /* for IE */
background-image: url(graphics/navbar.gif);
background-color: #cad8bd;
background-repeat: repeat-x;
}
#CenterContainer
{
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 760px;
}
#CenterContentContainer
{
background-image: url(graphics/center.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
position: absolute;
top: 46px;
width: 760px;
}
.margin
{
margin-left: 22px;
margin-right: 30px;
}
.CenterTopImage
{
position: absolute;
z-index: 0;
}
.CenterBottomImage
{
position: absolute;
margin-left: -22px;
}
.Menu
{
position: absolute;
margin-left: 22px;
top: 0px;
width: 738px;
color: #FFFFFF;
}

/* Fonts */
.Body
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 12pt;
margin-left: 22px;
margin-right: 30px;
}
.Body-Highlight
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 12pt;
color: #6b2c3f;
margin-left: 22px;
margin-right: 30px;
}
.Welcome-Heading
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 18pt;
color: #6b2c3f;
font-weight: bold;
margin-left: 22px;
margin-right: 30px;
}
.Welcome-HeadingWithoutMargins
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 18pt;
color: #6b2c3f;
font-weight: bold;
}
.Title
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 15pt;
color: #6b2c3f;
font-weight: bold;
margin-left: 22px;
margin-right: 30px;}
.TitleWithoutMargins
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 15pt;
color: #6b2c3f;
font-weight: bold;
}
.Details
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 8pt;
margin-left: 22px;
margin-right: 30px;
}
.NavBarItem
{
font-family: "Century Gothic", "Veranda", sans-serif, serif;
font-size: 12pt;
color: #FFFFFF;
}

/*Links*/
a:link
{
color: #000000;
}
a:visited
{
color: #666666;
}
a.NavBarItem:link
{
color: #FFFFFF;
}
a.NavBarItem:hover
{
font-weight: bold
}
a.NavBarItem:visited
{
color: #CCCCCC;
}