body
{
    background-color: #445A66;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    background-image: url(images/camo_darkblue.png);
}

td
{
	font-size: 10pt;  
}

#PageFrame
{
    border: 1px solid White;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#PageHeader
{
    background-image: url(images/header_bg.jpg);
    width: 1000px;
    height: 147px;
    position: relative;
}

#Logo
{
    position: absolute;
    left: 10px;
    top: 3px;
}

#HomeLink
{
    position: absolute;
    right: 8px;
    top: 5px;
}

#HomeLink a:link, #HomeLink a:active, #HomeLink a:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}

#HomeLink a:hover
{
    color: #CC0000;
}

#NavigationBar
{
    position: absolute;
    top: 121px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 26px;
    background-image: url(images/nav_bg.png);
}

#NavigationSplatter
{
    background-image: url(images/nav_splatter.png);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 26px;
    width: 170px;
}

#NavigationLinks
{
    position: absolute;
    height: 26px;
    width: 900px;
    right: 4px;
    top: 4px;
    text-align: right;
    font-size: 14px;
    color: #FFFFFF;
}

#NavigationLinks a:link, #NavigationLinks a:active, #NavigationLinks a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 6px;
    margin-left: 6px;
}

#NavigationLinks a:hover
{
    text-decoration: underline;
}

#Content
{
    background-image: url(images/content_splatter.png);
    background-repeat: no-repeat;
    background-color: #445A66;
    width: 1000px;
}

#LeftContent
{
    width: 180px;
    margin: 0px 10px 10px 10px;
    font-size: 10pt;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #333333;
}

#CenterContent
{
    font-size: 10pt;
    margin: 10px;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #333333;
    width: 550px;
    color: #FFFFFF;
}

#RightContent
{
    width: 180px;
    font-size: 10pt;
    margin: 0px 10px 10px 10px;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #333333;
    color: #FFFFFF;
}

.ContentBlockHeader
{
    background-color: #B70005;
    color: #FFFFFF;
    text-align: right;
    padding-right: 5px;
    margin: 10px 10px 0px 10px;
    font-size: 10pt;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

#PageFooter
{
    margin-top: 8px;
    border: 1px solid White;
    width: 1000px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #FFFFFF;
    opacity: .25;
    filter: alpha(opacity=25);
}

#PageFooter div#Disclaimer
{
    position: absolute;
    left: 1px;
    top: 1px;
    color: #000000;
}

#PageFooter div#RepeatLinks
{
    position: absolute;
    right: 5px;
    top: 1px;
    opacity: 1;
}

#PageFooter div#RepeatLinks a:link,
#PageFooter div#RepeatLinks a:active,
#PageFooter div#RepeatLinks a:visted,
#PageFooter div#RepeatLinks a:hover
{
    color: #FFFFFF;
}

.EventItemBlock
{
  	color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 25px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
}

.EventItemBlock a:link, .EventItemBlock a:active, .EventItemBlock a:visited, .EventItemBlock a:hover
{
	font-weight: bold;
	color: #CC0000;  
}
   
.EventItemBlock img
{
    border: 1px solid #000000;
}

a.Link_Red:link, a.Link_Red:active, a.Link_Red:visited
{
    color: #CC0000;
}

a.Link_Red:hover
{
    color: #FFFFFF;
}

/* BBCODE to HTML Converter */

.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
} 
