body {
	margin-top:       0px;
	color:            #555555;
	font-size:        0.8em;
	line-height:      1.5em;
	font-family:      Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #ebe7de;
}

#container {
	margin-right:     auto;
	margin-left:      auto;
	width:            1005px;
	background-color: #b8d200;
}

#wrapper {
	display:          table;
    margin-left:      15px;
	width:            990px;	
	height:           auto !important;
	background-color: #FFFFFF;
}

/*-------------------------------------------------------------------*/

h1 {
    padding-top: 10px;
    color:       #757575;
    font-weight: normal;
    font-size:   1.5em;

    line-height: 1.1em;
}

h2 {
    padding-top: 10px;
    color:       #559900;
   
font-weight: bold;
    font-size:   1.3em;
}

h3 {
    padding-top: 10px;
    color:       #444444;
    font-weight: bold;
    font-size:   1.1em;
}

/*-------------------------------------------------------------------*/

a:link    {color: #337700; text-decoration: none;}
a:active  {color: #337700; text-decoration: none;}
a:visited {color: #337700; text-decoration: none;}
a:hover   {color: #559900; text-decoration: underline;}

img {border: 0px;}

.backlink {float: right;}

/*-------------------------------------------------------------------*/

#header
{
    width: 100%;
	height: 90px;
}

#mainpanel {
    float: left;
    width: 990px;
}

    #sidebar {
        float: left;
        width: 214px;
    }
    
        #news_inline_container {
            margin: 10px 22px 15px 22px;
            color:  #4f4f4f;
            font-size:   0.9em;
        }

    #content {
        background-color:    #FFFFFF;
        background-image:    url("../images/content_bg.gif");
        background-position: top left;
        background-repeat:   repeat-y;
    }
    
        #content_banner {
            float: right;
        }

        #wide_content, #thin_content {
            float:            right;
            padding:          0px 30px;
            background-color: #FFFFFF;
        }
        
        #wide_content {
            width: 716px;
        }
        
        #thin_content {
            width: 436px;
        }

/*-------------------------------------------------------------------*/

#navcontainer
{
	margin:  0px;
	padding: 0px;
}

    #navcontainer ul
    {
        display:          block;
        float:            left;
	    margin:           0px;
	    padding:          0px;
	    width:            100%;
	    background-color: #b8d200;
    }

        #navcontainer li
        {
            display:          block;
            float:            left;
            width:            auto;
            background-color: #b8d200;
        }

        #navcontainer a {
	        display:         block;
	        padding:         6px 22px 8px 22px;
	        color:           #2e2c20;
	        text-decoration: none;
	        font-size:       1.0em;
	        font-family:     Tahoma, Arial, Verdana, Sans-Serif;
        }

        #navcontainer a:hover, #navcontainer a:active {
	        color:            #362ca7;	
	        background-color: #FFFFFF;
        }

        #navcontainer a.active:link, #navcontainer a.active:visited {
            position:    relative;
	        z-index:     102;
	        font-weight: bold;
        }
        
        #navcontainer li:hover a
		{
			display: block !important;
		}
        
        .drop_down_link
		{
			display:          none !important;
			position:         absolute;
			width:            155px;
			background-color: #b8d200;
		}

/*-------------------------------------------------------------------*/

#footer {
    padding:          11px 30px;
    width:            930px;
	height:           29px;
	color:            #777777;
	text-align:       center;
	font-size:        0.9em;
	background-color: #000000;
}

    #footer a
    {
        color: #777777;
    }

    #footer a:hover
    {
        color: #999999;
    }

/*-------------------------------------------------------------------*/

#messageBox
{
    margin: 15px 0px 25px 0px;
}

.messageSuccess
{
    padding:             15px;
    color:               #6699ff;
    font-weight:         bold;
    background-position: 10px center;
    background-repeat:   no-repeat;
    border-color:        green;
    border-style:        solid;
}

.messageProblem
{
    padding:             15px;
    color:               #6699ff;
    font-weight:         bold;
    background-position: 10px center;
    background-repeat:   no-repeat;
    border-color:        red;
    border-style:        solid;
}