/* GENERAL STYLES */
html, body
{
margin: 0;
padding: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

#outercontainer {
background-image: url(../css/Images/content_background.gif);
background-repeat:repeat-y;
background-position: top;
}

body.mceContentBody p
{
text-align: left;
}

#container

{
background-image: url(Images/body-background.jpg);
background-repeat:repeat-x;
margin-bottom: 0px;
}

#header
{
padding-top: 40px;
}

#footer 
{
color: #B4BED2;
font-weight: bold;
background-image: url(something.gif);
}




/*****************NAVIGATION****************************************/

#navigation{
margin: 0;
padding: 0;
font: bold 10px Arial;
padding: 10px;
width: 775px;
margin: auto auto;
}


#navigation li 

{
list-style-type: none;
float: left;
}

#navigation li a
{

display: block;
width: 78px;
font-family: Arial, Helvetica, sans-serif;
background-color: #CFDE77;
padding: 3px;
text-transform: uppercase;
margin: 1px;
margin-top: auto;
height: 30px;
text-decoration: none;
color: #000000;
font-size: 10px;
line-height: 3em;
}

#navigation .double-line {
  line-height: 1.5em;
}


#navigation li a:visited{
color: white;
}

#navigation li a:hover, .solidblockmenu li .current{
color: black;
background-color: #B5C000;
}

#navigation li a:visited 
{
color: black;
}



.selected  {
height: 36px;
background-color:  #CFDE77;
padding-top: 10px;
margin-top: -10px;
}




/************************************END NAVIGATION****************************************/

/************************************SUB NAVIGATION****************************************/

#subnavigation {
list-style-type: none;
width: 120px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: 0px;
padding-left: 0px;
}

#subnavigation li {
margin-top: 10px;
}

#subnavigation li a {
color: #B4BED2;
text-decoration: none;
padding-left: 10px;
}

#subnavigation li a:hover {
color: #B5C000;
background-image:url(Images/left-arrow.gif);
background-repeat: no-repeat;
background-position: left center;
}

.subselected 
{

}




/************************************END SUB NAVIGATION****************************************/


#membersarea
{
color: #BAC411;
border-bottom: 2px dotted #B4BED2;
padding-bottom: 5px;
width: 120px;
text-transform: uppercase;
font-size: 10px;
}

#btnSubmit
{
margin-top: 0px;
}

#members {
text-transform:capitalize;
font-size: 18px;
}


#bodywrapper
{
margin-top:40px;
}


#mainbody {
margin: auto auto;
color: black;
background-color: #FFFFFF;
width: 775px;
min-height: 200px;
text-align: left;
}

#left_side {
float: left;
width: 165px;
color: #000000;
text-align: left;
margin-left: 10px;
margin-top: 10px;
padding-bottom: 50px;
}

#right_side {
float: left;
width: 580px;
color: #000000;
text-align: left;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 50px;
}

#bodytext 
{
    padding-top: 15px;
}


#footer {
color: #B5C000;
background-image:url(../css/Images/footer-background.gif);
background-position: center top;
background-repeat: repeat-y;
padding-top: 20px;
}

#footer a {
color: #B5C000;
text-decoration: none;
}

#footer a:visited {
color: #B5C000;
text-decoration: none;
}

#footer a:hover {
color: #B5C000;
text-decoration: underline;
}

.clear {
clear: both;
margin: 0px;
padding 0px;
}

h1 
{
font-size: 18px;
color: #BAC411;
letter-spacing: .1em;
font-weight: normal;
}


h2
{
font-size: 14px;
color: #BAC411;
letter-spacing: .1em;
font-weight: normal;
}


h3
{
font-size: 10px;
color: #BAC411;
letter-spacing: .1em;
font-weight: normal;
}


.h1Red 
{
font-size: 18px;
color: #8E0B13;
letter-spacing: .1em;
font-weight: normal;
}


.h2Red
{
font-size: 14px;
color: #8E0B13;
letter-spacing: .1em;
font-weight: normal;
}


.h3Red
{
font-size: 10px;
color: #8E0B13;
letter-spacing: .1em;
font-weight: normal;
}





/* EDITOR PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

.h1Red {

}

.h2Red {

}

.h3Red {

}

