﻿body, form, html
{
    height: 100%;
}

body
{
    font-family: Arial;
    background-color: #006699;
    font-size: 12px;
    background: #006699 url(Images/POTC_Bck.jpg) repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#baseStyle
{
    background: #fff url(Images/POTC_Header.jpg) no-repeat;
    width: 750px;
    margin: 0 auto;
}
#Header
{
    height: 91px;
}
#Header_Logo
{
    height:100%;
    width:200px;
    float:left;    
}

#Header_TopNav
{
    height: 18px;
    width:540px;
    float:right;
    text-align:right;
    padding-top:2px;
}
#Header_TabNav
{
	padding-top: 7px;
    height: 28px;
    width:540px;
    float:right;
}
#Header_SubNav
{
    height: 30px;
    width:540px;
    float:right;
}

#Content
{
    position:relative;
    min-height: 300px;
}
#Footer
{
    background: url(Images/POTC_Footer.jpg) no-repeat;
    clear: both;
    height: 87px;
    padding-top:10px;
}
.PollBox
{
	margin-left:50px;
}
/* Basic Styles*/
a
{
    text-decoration: none;
    color: #006699;
}

a:hover
{
    text-decoration: underline;
}
.aUnderline
{
    text-decoration: underline;
}
.aUnderlineWhite
{
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
    color: White;
    text-decoration: underline;
}
.aWhite
{
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
    color: White;
}
/* End Basic Styles*/


/* Heading Styles */
H1
{
    font-weight: bold;
    font-family: Arial;
    font-size: 16pt;
    color: #006699;
    margin: 0px 0px 0px 0px;
}
H2
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
    color: #006699;
    margin: 0px 0px 0px 0px;
}
H3
{
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    color: #006699;
    margin: 0px 0px 0px 0px;
}

/* Home Page Content */
.homeTopAd
{
    position:absolute;
    left:455px;
    top:3px;
    
}
.homeBottomAd
{
    position:absolute;
    left:454px;
    top:179px
    
    
}
ol.sf_photoListLightbox, ol.sf_listAndPage, ol.sf_photoListBigImg 
{
    width:90% !important;
    padding:0px 40px !important;
}