@charset "utf-8";
/* CSS Document */
body
{
text-align:center;
background-image: url(images/background.png);
background-repeat:repeat-x;
font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.clear
{
clear:both;
}
#SiteContainer
{
text-align:justify;
margin-left: auto;
margin-right: auto;
margin-top:30px;
width:798px;
}
#Header
{
background-image:url(images/header2.png);
height:96px;
width:798px;
}
.dividers
{
color:#A00000;
}
#HeaderLinks
{
padding-top:66px;
padding-left:20px;
font-size:.8em;
line-height:30px;
height:30px;
width:600px;
}
#HeaderLinks a, #Bottom a
{
color:#fff;
text-decoration:none;
}
#HeaderLinks a:hover, #Bottom a:hover
{
text-decoration:underline;
}
#HeaderLinks ul 
{
margin:0px;
padding:0px;
float:left;
list-style-type:none;
}
#Bottom ul
{
margin:0px;
padding:25px 20px 0px 0px;
float:right;
list-style-type:none;
}
#HeaderLinks li, #Bottom li
{
color:#fff;
float:left;
margin:0px;
padding:0px;
}
#Footer
{
color:#B2B2B2;
text-align:center;
width:798px;
height:30px;
font-size:1em;
line-height:30px;
}
#Bottom
{
width:798px;
height:53px;
background-image:url(images/bottom.png);
background-repeat:repeat-x;
}
#Bottom img
{
border:none;
padding:20px 0px 0px 40px;
float:left;
}
#Content
{
width:798px;
}
#Left
{
width:419px;
float:left;
}
#Right
{
width:379px;
float:right;
}
#TextBox
{
background-image:url(images/textboxLONG.png);
width:379px;
height:576px;
margin:20px;
}
#Full
{
width:742px;
height:608px;
background:url(images/fullback.png);
margin:28px;
}
#TextBoxFull
{
padding:20px;
}
p
{
padding:15px 25px 15px 25px;;
color:#fff;
font-size:16px;
line-height:20px;
margin:0px;
}