body
{
    background: url(../Image/Layout/bg.jpg) center top no-repeat;
    background-color: #67a311;
    text-align: center;
    margin: 0px;
    font-family: arial;
    font-size: 12px;
}

#container
{
    margin: 0 auto;
    width: 757px;
    min-height: 600px;
    background: url(../Image/Layout/contentBG.jpg) repeat-y;
    text-align: left;
}

#headerNav
{
    background: url(../Image/Layout/headerNavBG.jpg) no-repeat;
    height: 30px;
    padding-top: 6px;
    padding-left: 10px;
    border: 0px;
}

#headerNav a
{
    font-size: 13pt;
    text-decoration: none;
    color: white;
}

#headerNav a:hover
{
    color: #33ff33;
}

#headerNav .divider
{
    font-size: 13pt;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

#contentContainer
{
    width: 758px;
    min-height: 600px;
    background: url(../Image/Layout/contentLowerBG.jpg) no-repeat bottom;
    padding-bottom: 25px;
    clear:both;
}

#content
{
    padding: 15px;
    float:left;
    width:450px;
	font-family:Arial;
	color:#000;
	font-size:12pt;
}

#content h1
{	
	font-family:Arial;
	color:#336666;
	font-size:22pt;
}

#content h2
{
	font-family:Arial;
	color:#666666;
	font-size:14pt;
}

#rightContent
{
    padding: 15px;
    float: right;
    width:220px;
}

#rightContent div
{
    background: url(../Image/Layout/rightLinkBG.gif) no-repeat;
    height:75px;
    width:170;
    padding:5px;
    color:#595959;
}

#rightContent div h1
{
    font-size:12px;
    margin-bottom:0px;
}

#footerNav
{
    padding-left: 10px;
    background-color: #67a311;
    padding-bottom:20px;
}

#footerNav a
{
    font-size: 10pt;
    text-decoration: none;
    color: white;
}

#footerNav a:hover
{
    text-decoration:underline;
}

#footerNav .divider
{
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

#contentRightNav
{
    padding: 15px;
    float: right;
    width:220px;
}

#contentRightNav a
{
    text-decoration:none;
    color:Black;
    font-weight:bolder;
    background-image: url(../Image/Layout/bullet.gif);
	background-repeat:no-repeat;
	padding-left:12pt;
}

#contentRightNav a:hover
{
    text-decoration:underline;
}

.clearFloat {clear: both; font-size: 0.1em; height: 1px;}

#headerImg
{
	padding-left:1px;
}

.Default_navTTB, .Default_navLTR
{
	border: 0px!important;
}