body
{
    background-color: #FFFFFF;
    background-image: url('PageBack.png');
    background-repeat: repeat-x;
    margin: 0;
    padding: 8px;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Verdana", "Arial", "Helvetica";
}

h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
    padding: 0;
}

#page
{
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 800px;
    height: 128px;
    overflow: visible;
    color: #FFFFFF;
}

#header a
{
    text-decoration: none;
    color: #FFFFFF;
}

#header a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

#header a:hover
{
    text-decoration: none;
    color: #E0E0E0;
}

#header h1 a
{
    float: left;
    background: url('SkippersSign.png') 0 -6px no-repeat;
    width: 332px;
    height: 120px;
    margin-left: 20px;
}

#header h1 span
{
    display: none;
}

#header h2
{
    width: 360px;
    text-align: center;
    float: right;
    margin-right: 20px;
    font-variant: small-caps;
    font-size: 1em;
}

#navigation
{
    clear: both;
    height: 60px;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 16px;
}

#navigation ul li
{
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

#navigation ul li a
{
    float:left;
    margin: 0 4px 0 4px;
    background: url('Fishy_Normal.png') 0 0 no-repeat;
    width: 120px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    text-decoration: none;
    color: #FFFFFF;
    font-variant: small-caps;
}

#navigation ul li a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

#navigation ul li a:hover
{
    background: url('Fishy_Hover.png') 0 0 no-repeat;
    text-decoration: none;
}

#navigation ul li.active a, #navigation ul li.active a:hover,
#navigation ul li.active a:visited
{
    color: #0078C1;
    background: url('Fishy_Active.png') 0 0 no-repeat;
}

#content
{
    clear: both;
    color: #F0F0F0;
    position: relative;
    top: 0;
    left: 0;
}

#content h1, #content p
{
    margin-bottom: 0.5em;
}

#content h1, #content h2, #content h3
{
    font-variant: small-caps;
}

#content h1
{
    border-bottom: 2px solid #0078C1;
}

#content h2, #content h3
{
    margin: 0 5px 0.8em 5px;
}

#content p, #content table, #content form
{
    margin: 0 10px 0.8em 10px;
}

#content a
{
    text-decoration: underline;
    color: #0078C1;
}

#content a:hover
{
    text-decoration: underline;
    color: #2098E1;
}

#content a:visited
{
    text-decoration: underline;
    color: #0078C1;
}

.clear
{
    clear: both;
    height: 1em;
}

#footer
{
    clear: both;
    text-align: center;
    font-size: 0.9em;
    color: #000000;
    padding-top: 4px;
}

#footer ul
{
   list-style: none;
}

#footer li
{
   display: inline;
   margin: 0px 10px 0px 10px;
}

#footer a
{
    text-decoration: underline;
    color: #0078C1;
}

#footer a:hover
{
    text-decoration: underline;
    color: #2098E1;
}

#footer a:visited
{
    text-decoration: underline;
    color: #0078C1;
}

#content .boxBack
{
    background-color: #000000;
    background: url('Chalkboard_Back.png') 0 0;
}

#content .boxTop
{
    background: url('Chalkboard_Top.png') 0 0 repeat-x;
}

#content .boxBottom
{
    background: url('Chalkboard_Bottom.png') 0 100% repeat-x;
}

#content .boxLeft
{
    background: url('Chalkboard_Left.png') 0 0 repeat-y;
}

#content .boxRight
{
    background: url('Chalkboard_Right.png') 100% 0 repeat-y;
}

#content .boxBottomLeft
{
    background: url('Chalkboard_BottomLeft.png') 0 100% no-repeat;
}

#content .boxBottomRight
{
    background: url('Chalkboard_BottomRight.png') 100% 100% no-repeat;
}

#content .boxTopLeft
{
    background: url('Chalkboard_TopLeft.png') 0 0 no-repeat;
}

#content .boxTopRight
{
    background: url('Chalkboard_TopRight.png') 100% 0 no-repeat;
    padding: 44px;
    min-height: 320px;
    position: relative;
}

.postit
{
	width: 500px;
	height: auto;
	color: black;
	font-size: 0.6em;
	clear: both;
	margin: 20px;
}

.postitBack
{
    background-color: #ffffff;
    background: url('Note_Back.png') 0 0;
}

.postitTop
{
    background: url('Note_Top.png') 0 0 repeat-x;
}

.postitBottom
{
    background: url('Note_Bottom.png') 0 100% repeat-x;
}

.postitLeft
{
    background: url('Note_Left.png') 0 0 repeat-y;
}

.postitRight
{
    background: url('Note_Right.png') 100% 0 repeat-y;
}

.postitBottomLeft
{
    background: url('Note_BottomLeft.png') 0 100% no-repeat;
}

.postitBottomRight
{
    background: url('Note_BottomRight.png') 100% 100% no-repeat;
}

.postitTopLeft
{
    background: url('Note_TopLeft.png') 0 0 no-repeat;
}

.postitTopRight
{
    background: url('Note_TopRight.png') 100% 0 no-repeat;
    padding: 8px;
}

.postit .clear 
{
	height: 1px;
}

/*.pLeft
{
	float: left;
	margin-bottom: 3em;
	margin-left: 35px;
}

.pRight
{
	float: right;
	margin-top: 3em;
	margin-right: 35px;
}*/

.postitPin
{
	width: 20px;
	margin: 0 auto;
	margin-top: -10px;
	display: block;
}

sup
{
    font-size: 0.5em;
}

.menuContent
{
    margin-left: 180px;
    width: 500px;
}

.menuNav
{
    width: 140px;
    float: left;
    position: relative;
    margin: 10px 10px 10px 0px;
    font-size: 1.1em;
    text-align: center;
    display: block;
    font-variant: small-caps;
    font-weight: bold;
}

.menuNav ul, .menuNav li
{
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}

.menuTable
{
    width: 100%;
    border: none;
    margin-bottom: 1em;
}

.menuTable th
{
    font-style: italic;
    font-size: 0.9em;
    text-align: left;
}

.menuTable .menuTableGroup
{
    font-size: 1.5em;
    font-variant: small-caps;
    /*color: #9E0D24;*/
}

.menuNote
{
    font-style: italic;
    /*color: #9E0D24;*/
}

.menuDownload
{
    text-align: center;
}

.newsItem
{
    margin-bottom: 1em;
}

.newsTitle
{
    display: inline;
    /*font-style: italic;*/
    font-family: "Arial", "Helvetica";
    font-size: 1.3em;
}

#content .newsTitle a
{
    text-decoration: none;
}

#content .newsTitle a:active
{
    text-decoration: none;
}

#content .newsTitle a:visited
{
    text-decoration: none;
}

#content .newsTitle a:hover
{
    text-decoration: underline;
}

.reviewItems .newsTitle
{
    clear: both;
    float: left;
    position: relative;
}

.reviewItems .newsItem
{
    clear: both;
}

.newsDate
{
    float: left;
    position: relative;
    font-variant: small-caps;
    font-weight: bold;
}

.newsDate:after
{
    content: ": ";
}

.reviewItems .newsDate:after
{
    content: "";
}

.newsBody
{
}