/*****Hide the oldBrowser Warning******************/
#oldBrowser
{
	visibility:hidden;
	height:0px;
}
/***************************************************/
*{padding:0px; margin-top:0px;}
img{border:none;}
textarea{ overflow:auto;}
body
{
    background-color:#68a48b;
    /*font-family:Franklin Gothic Book;*/
    font-family:Arial;
    font-size:12px;
}
.tb
{
    border:1px solid #ffffff;
    background-color:#c7e3ca;
    font-family:Franklin Gothic Book;
    font-size:12px;
}

#container
{
    width:878px;
    margin:30px auto;
    position:relative;
}

#container-top
{
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
    position:relative;
    left:-4px;
    width:886px;
    height:144px;
}

#container-inner
{
    width:886px;
    min-height:590px;
    background-image:url(../images/container-bg.jpg);
    background-repeat:repeat-y;
    position:relative;
    left:-4px;
}
#container-bottom
{
    width:886px;
    height:71px;
    background-image:url(../images/container-bottom.jpg);
    background-repeat:no-repeat;
    left:-4px;
    position:relative;
	margin-top:-20px;
}

#nav{float:left;}

#nav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-left:44px;
}

#nav ul li
{
    list-style:none;
    margin:0;
    height:30px;
}

#nav img{display:inline-block;}

#content-area
{
    min-height:340px;
    width:375px;
    margin-left:225px;
}

#contentImages
{
    width:180px;
    height:300px;
    float:right;
    margin-right:70px;
}

#footer
{
    color:#68a48b;
    position:relative;
    top:24px;
    left:40px;
	font-size:10px;
}

#baseline, #baseline a
{
    color:#ffffff;
    margin-top:11px;
    margin-bottom:20px;
    font-size:10px;
}
#baseline a:hover{color:#000000;}

#pageHeading
{
    font-family:Franklin Gothic Heavy;
    font-size:20px;
    color:#68a48b;
}

#pageSubHeading
{
    font-family:Franklin Gothic Book;
    font-size:18px;
    font-style:italic;
    color:#38003f;
}

.logoutLink
{
    position:absolute;
    right:5px;
    top:5px;
    z-index:2;
}

.st
{
    font-size:10px;
    color:#666666;
}

.sc p
{
    margin-top:8px;
    margin-bottom:8px;
}

#header-tag
{
    position:absolute;
    top:100px;
    left:250px;
}