body
{
    text-align: center;
    margin: 0px;
    background: url(      "../Image/Layout/topdowngradient.jpg" ) repeat-x;
    background-color: #339933;
    font-family: Arial;
    font-size: 12px;
}

#wrapper
{
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 711px;
}

#side-a
{
    float: left;
    width: 40px;
    background: url(      "../Image/Layout/leftContentBorder.jpg" ) left top no-repeat;
    height: 727px;
}

#side-b
{
    float: right;
    width: 40px;
    background: url(      "../Image/Layout/rightContentBorder.jpg" ) left top no-repeat;
    height: 727px;
}

#center
{
    border: solid 1px black;
    border-top: 0px;
    border-bottom: 0px;
    float: left;
    width: 629px;
    background-color: White;
    height: 727px;
}

#content
{
   
    margin-left: 15px;
    margin-right: 15px;
}

#headerNav
{
    background: url(      "../Image/Layout/headerNavBG.jpg" ) left top no-repeat;
    height: 29px;
    text-align: left;
    padding-top: 4px;
    padding-left: 10px;
}


#headerNav .divider
{
    padding-left: 5px;
    padding-right: 5px;
    color: #045302;
}

#headerNav a
{
    color: #045302;
    text-decoration: none;
    font-size: x-small;
}

#footer
{
    margin-left: 15px;
    width: 100%;
    color: #444444;
    font-size: 10px;
}

#footer a
{
    color: #045302;
    text-decoration: none;
}

#headerTitle
{
    margin-left: 15px;
    margin-right: 15px;
	color:#045302;
	font-weight:bold;
	font-size:16px;
}

#dividerContainer
{
    margin-left:10px;
}