body
{
    /* set default font size for skin (Titles etc. will then use a
    percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    background-color: #0068B3;
    background-image: url(../img/BGBody.jpg);
    background-repeat: repeat-x; /*background-attachment:fixed;*/
    color: #000;
}
#container {
	font-size: 1.0em;
	background: url(../img/ContainerBG_orig.gif) repeat-y;
	margin: 0 auto;
	width: 762px;
}
p {
margin:0 0 1.4em 0;
}

h1, h2 
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    color:#000;
    font-weight: bold;
    font-size:1.4em;
    margin:0 0 30px 0;
    text-align: center;
}
h2 {font-size: 1.1em;}

.RedBoldUnder /* red, bold, underline */
{
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}
.YellowHighlight, .YellowHighlightUnder /* yellow highlight */
{
    background-color: #FFFF00;
}
.Under, .YellowHighlightUnder /* underline */
{
    text-decoration: underline;
}
.BoldUnder /* bold underline*/
{
    font-weight: bold;
    text-decoration: underline;
}
.BoldItalic /* bold italic */
{
    font-weight: bold;
    font-style: italic;
}
.BlueBoldUnder, .BlueBold /* temporarly blue for links */
{
    color:Blue;
    font-weight: bold;
    text-decoration: underline;
}
.BlueBold {text-decoration: none;}
.logo
{
    float: right;
    width: 260px;
    height: 90px;
    text-align: center;
    background-image: url(../img/Logo2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.flashtopright
{
    float: left;
    width: 498px;
    background-image: url(../flash/TopBannerAnimation.swf);
}
.pagebanner
{
    clear: both;
    width: 762px;
    height: 148px;
    background-image: url(../img/Home_20080228.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
/* Main Layout */
#navlinks
{
    background: url(../img/NavBG.gif) repeat-x;
    width: 762px;
    height: 29px;
}
#menuitems
{
    float: left;
    text-align: left;
    width: 610px;
    height: 29px;
}
#shadows
{
    clear: both;
    background: url(../img/NavShadowWhiteOnLeft.gif);
    width: 762px;
    height: 18px;
}
#content
{
    float: left;
    width: 479px;
    padding: 0 10px 0 10px;
}
#sidebar
{
    float: right;
    width: 251px;
    padding: 0 5px 0 5px;
}
#shadowcontainer
{
    clear: both;
    background-position: right top;
    width: 247px;
    background-image: url(../img/TileBannerShadowRightSide.jpg);
    background-repeat: repeat-y;
}
#flashcontainer
{
    float: left;
    width: 230px;
    height: 195px;
    margin: 0 0 0 3px;
    border: solid 2px #FFF;
}
#bottomshadowcontainer
{
    clear: both;
    width: 248px;
    height: 11px;
}
#bottomleftshadow
{
    float: left;
    background-position: right top;
    background-image: url(../img/TileBannerShadowBottom.jpg);
    background-repeat: repeat-x;
    margin: 0 0 0 3px;
    width: 235px;
}
#bottomrightshadow
{
    float: right;
    background-position: left top;
    background-image: url(../img/AdBottomRightCorner.jpg);
    background-repeat: no-repeat;
    width: 10px;
}

#spacer
{
    margin: 10px 0 0 6px;  
    height: 30px;
    background-position: left bottom;  
    background-image: url(../img/spacer.gif);
    background-repeat: no-repeat;
}
#imagecontainer
{ 
    margin: 0 0 15px 3px;
    width: 231px;
    height: 158px; 
    border: none;  
}
#footer
{
    clear: both;
    width: 762px;
    background-color: #0068B3;
    background-image: url(../img/MainBottomShadow.gif);
    background-repeat: repeat-x;
    background-position:top;
    padding: 12px 0 12px 0;
    text-align: center;
}
#content ul
{
    margin:0 0 16px 20px;
    padding:0;
}
#content li
{
    margin:0 0 10px 0;
    padding: 0 0 0 5px;
}