body
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 75%;
    background-color: #393939;
    margin: 0 auto;
    padding: 0;
    color: #4b4b4b;
    text-align: center;
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #4b4b4b;
    text-align: left;
}

/********************************/
/*	Main Header					*/
/********************************/

#header
{
    background-color: #66CC66;
    color: #ffffff;
    height: 80px;
    width: 755px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-style: italic;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom: solid #cccccc 1px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
    background-color: #ffffff;
    color: #4b4b4b;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 510px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    font-size: 0.9em;
    border: solid #c4c4c4 1px;
}

#content h2
{
    border-bottom: 1px dashed #66cc66;
    background-color: #ffffff;
    color: #66cc66;
    font-size: 1em;
}

/****************************/
/*	Sidebar and Navigation 	*/
/****************************/

#navigation
{
    clear: both;
    float: right;
    width: 160px;
    padding: 10px 5px 5px 5px;
    margin: 5px;
    color: #4b4b4b;
    background-color: #ffffff;
    border: solid #c4c4c4 1px;
}

#sub-navigation
{
    clear: both;
    float: right;
    width: 160px;
    padding: 10px 5px 5px 5px;
    margin: 5px;
    color: #4b4b4b;
    background-color: #ffffff;
    border: solid #c4c4c4 1px;
}

.infobar
{
    clear: both;
    float: right;
    width: 150px;
    padding: 10px 15px 5px 5px;
    margin: 5px 5px 5px 5px;
    font-size: 0.9em;
    border: solid #c4c4c4 1px;
}

.infobar-title
{
    color: #66cc66;
    background-color: #ffffff;
    border-bottom: 1px dashed #66cc66;
}

#navigation-header
{
    border-bottom: 1px dashed #66cc66;
    color: #66cc66;
    background-color: #ffffff;
    font-size: 0.9em;
}

#subnavigation-header
{
    border-bottom: 1px dashed #66cc66;
    color: #66cc66;
    background-color: #ffffff;
    font-size: 0.9em;
}

#navigation p
{
    color: #66cc66;
    font-size: 0.9em;
    background-color: #ffffff;
}

#sub-navigation p
{
    font-size: 0.9em;
}


#navigation li p
{
    font-size: 0.9em;
}

#navigation ul li
{
    list-style-type: none;
    text-decoration: none;
    font-size: 0.9em;
}

#navigation a
{
    list-style-type: none;
    text-decoration: none;
    color: #4b4b4b;
    background-color: #ffffff;
}

#sub-navigation a
{
    list-style-type: none;
    text-decoration: none;
    color: #4b4b4b;
    background-color: #ffffff;
}

#navigation a:hover
{
    list-style-type: none;
    text-decoration: underline;
    color: #4b4b4b;
    background-color: #ffffff;
}

#sub-navigation a:hover
{
    list-style-type: none;
    text-decoration: underline;
    color: #4b4b4b;
    background-color: #ffffff;
}

/********************************/
/* Footer						*/
/********************************/

#footer
{
    clear: both;
    text-align: center;
    padding-bottom: 5px;
    font-size: 0.8em;
    margin: 5px;
    border: solid #c4c4c4 1px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
    color: #000000;
    background-color: #ffffff;
}
