/* CSS Document */
body {
background-color: #FFF;
background-image:url(images/elements/backStripeSmall.png);
}

p{
font-family: Helvetica, Arial, sans-serif;
}

h1{
font-family: Helvetica, Arial, sans-serif;
line-height: 1px;
}

h3{
font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited, a:hover{
    text-decoration:none;
}

a img {
    border: none; 
}

.link a {
color: #8DC919;
text-decoration:none;
border:0px none #fff;
}

.link a:hover {
text-decoration:underline;
border:0px none ;
color: #888888;
}

.textHeader {
font:Arial, Helvetica, sans-serif;
padding: 10px 0 0 0;
font-size: 14px;
}

.noPad 
{
    padding: 0 0 0 0;
} 

#container {
top:0; 
margin: 0 auto 0 auto;
width:950px;
}

#topHeader {
float:left;
width: 950px;
height: 293px;
margin: 0;
padding: 0;
}

#topHeader p{
margin:0;
}

#innerHeader {
float:left;
width: 950px;
height: 137px;
margin: 0;
padding: 0;
}

#innerHeader p{
margin:0;
}

#navlinks {
float:left;
width: 100%;
text-align:right;
margin: 0;
padding: .5em 0em .5em 0em;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
background-color:#FFFFFF;
height: 1.2em;
letter-spacing:-.04em;
}


#navlinks li {
border-right: 3px solid;
border-right-color: #ebebeb;
padding-right: .75em;
padding-left: .75em;
}

#navlinks a,li {
text-decoration: none;
display:inline;
list-style: none;
color:#000000;
padding-right: .5em;
text-transform:uppercase;
}
#navlinks a:hover {
color: #8DC919;
}

#navlinks li.last {
border-right: 0px;
}

#bottomContain {
height: 30em;
margin: 0;
width: 950px;
height: 475px;
clear:both;
}

#intbottomContain {
margin: 0;
clear:both;
height:665px;
}

#sideNav {
float:left;
background-color:#000000;
width: 228px;
background-image:url(images/elements/leftStripe.jpg);
margin:0;
padding:0;
height:100%;
}

#sideNav p {
padding:0px;
margin:0px;
}

#mainContentContainer 
{
float: left;
background-color:#333333;
width: 483px;
height: 100%;
margin: 0;
padding: 0;
background-image:url(images/elements/TableBackLeft.jpg);
background-repeat:no-repeat;
background-position:center right;
}

#mainContent {
background-image: url(images/elements/underStripe.jpg);
background-position:top right;
background-repeat:repeat-x;
width: 100%;
color:#FFFFFF;
height: 100%;
margin: 0;
padding: 0;
}

#mainContent p {
color:#FFFFFF;
font-size: 13px;
padding: 2.75em 1em 0em 1em;
}

#mainContent a 
{
color: #8DC919;
text-decoration:none;
border:0px none #fff;
}

#mainContent a :hover {
text-decoration:underline;
border:0px none ;
color: #888888;
}    

#innerContent {
float:left;
background-color:#333333;
background-image:url(images/elements/underStripe.jpg);
background-repeat:repeat-x;
background-position:top right;
width: 722px;
margin-top:1em;
padding:0;
margin:0;
color:#FFFFFF;
height: 100%;
}

#innerContent p {
color:#FFFFFF;
font-size: 13px;
padding: 0em 0em 0em 1em;
}

#innerContent h1 {
color:#FFFFFF;
font-size: 20px;
padding: 2.75em 0em 0em 1em;
}

#innerContent h3 {
color:#FFFFFF;
font-size: 18px;
padding: 0em 0em 0em 1em;
}

#innerContent a {
color:#8DC919;
text-decoration:none;
border:none;
}

#innerContent a:hover{
color:#888;
border-bottom-color:#888;
text-decoration:underline;
}

#mooNav {
float:left;
background-color:#000;
background-image:url(images/elements/TableBackRight.jpg);
background-repeat:repeat-y;
background-position: center left;
width: 239px;
margin:0;
height: 475px;
}

#mooNav p {
padding:0px;
margin:0px;
}

#footer {
float:left;
background-image:url(images/elements/Footer.jpg);
background-repeat:repeat-x;
background-position: top left;
height: 35px;
width: 950px;
}

#footerList {
text-align: center;
padding-left:-.75em;
margin-top:1em;
}

#footerList li {
border-right: 1px solid;
color:#FFFFFF;
font-size:10px;
border-right-color: #FFFFFF;
padding-right: .75em;
padding-left: .75em;
font-family:Arial, Helvetica, sans-serif;
}

#footerList a,li {
text-decoration: none;
display:inline;
list-style: none;
color:#FFFFFF;
padding-right: .5em;
}

#footerList li.first {
color: #8DC919;
border-right: 0px;
}

#footerList li.last {
border-right: 0px;
}
.BlogPaneHeader
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 2px 3px 2px 3px;
    margin-top: 2px;
    cursor: pointer;
    text-align:right;
}
.BlogPaneContent
{
    font-family:Helvetica, Arial, sans-serif;
    font-size:11px;
    border-top: none;
    padding: 0px 3px 0px 3px;
    color:White;
}
.BlogPaneContent a
{  
    color:White;
    text-decoration:none;
}
.BlogPaneContent a:hover
{
    color:#8DC919;
}

