body
{
    color:            #D7CEA4;
    background-color: #000000;
    font-family:      Arial, sans-serif;
    font-size:        12pt;
    text-align:       center;
}

a
{
    text-decoration: none;
}
a:link
{
    color: #FFB019;
}
a:visited 
{
    color: #CFCFCF;
}
a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a:active 
{
    color: #0646A3;
}


#container
{
    width: 800px;

    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
}


#welcome
{
    width: 800px;
    text-align: right;
    font-size: 9pt;
}

#top
{
    height: 249px;
    width: 798px;
    background-image: url('images/Dawn.jpg');
    background-repeat: no-repeat;
    
    border: solid;
    border-width: 1px;
    border-color: #FFB019;
}


#copyright
{
    font-size:  8pt;
    padding: 5px;
}


#main
{
}

#navigation
{
    font-size: 10pt;
    float: left;
    width: 148px;

    border: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #FFB019;
}

#contentContainer
{
    float: left;
    width: 500px;
    padding: 0px;
}

div.content
{
    font-size: 10pt;    
    color:            #000000;
    padding: 5px;
    background-image: url('images/parchment-plain-light2.jpg');
}

div.content a:link
{
    color: #0000FF;
}

div.content a:visited
{
    color: #0000AA;
}

#rightContainer
{

		padding:0px;
		float:left;
    width: 150px;
}

div.rightBox
{

    width: 148px;
    text-align: center;

    padding: 0px;
    font-size: 9pt;
    border: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #FFB019;
}

form.sklist
{
    padding: 0px;
}

table.sklist
{
    font-size: 8pt;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

tr.skRow
{
}

tr.skMainRow
{
    background-color: #6060FF;
}

td.skPosition
{
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

td.skPlayer
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}


select.sklist
{
    font-size: 8pt;
}

p.sktimestamp
{
    font-size: 8pt;
}

table.gem
{
    font-size: 9pt;
    padding: 0px;
    border-style: none;
    text-align: left;
}

tr.gemSubheader
{
    font-size: 9pt;
    font-style: italic;

    background-color: #313131;
}

tr.gemMore, tr.gemMoreHover
{
    font-style: italic;
    text-align: center;
    background-color: #313131;
}

tr.gemMoreHover
{
    background-color: #004000;
}

tr.gemAttendingRow
{
    background-color: #6060FF;
}

tr.gemRow1
{
    background-color: #252525;
}

tr.gemRow2
{
    background-color: #161616;
}


tr.gemRowHover
{
    background-color: #004000;
}


div.#recentPosts
{
}

table.recentPosts, table.ssi_poll
{
    font-size: 8pt;
}

div.recentPoll
{
    font-size: 8pt;
    text-align: left;
}

div.boxHeader
{
    color: #FFFFFF;
    font-size: 10pt;
    text-align: center;

    background-image: url('images/header-blue.gif');
    border-bottom: 1px solid #555555;
}

div.header
{
    font-size:   14pt;
    font-weight: bold;
    
}


div.subheader
{
    font-size:   12pt;
    font-weight: bold;
    
}


div.navLink, div.navSubLink
{
    font-size: 10pt;
    padding-left: 5px;
    padding-right: 5px;
}
div.navSubLink
{
    position: relative;
    left: 20px;
}


span.bold
{
    font-weight: bold;
}

div.blogEntryTitle
{
    color: #6060FF;
    font-size: 14pt;
    font-weight: bold;
}

div.blogEntryDate
{
    color: #505050;
    font-size: 10pt;
    font-style: italic;
}

div.blogEntryAuthor
{
    font-size: 10pt;
    color: #000000;
}

div.blogEntryText
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10pt;
}
div.blogEntryImage
{
    text-align: center;
}

