/* add border 1px solid color to any element */
/* to see how they float on the page and re shuffle*/
/* use cleaner to clear the previous divs */
body
{
    BACKGROUND-COLOR: White;
    background: transparent url('images/v_fade.png') repeat-y fixed center right;
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:center;
    margin-left: 38px; 
    margin-right: 38px;
}

.head1
{
    padding: 7px;
    font-family: SimSun, "Times New Roman", Sans-Serif;
    font-size: 2.3em;	
    font-weight: bold;	
    color: #008348;	
    letter-spacing: 0em;
}
.head2
{
    padding: 7px;
    font-family: SimSun, "Times New Roman", Sans-Serif;
    font-size: 1.6em;	
    font-weight: bold;	
    color: #008348;	
    letter-spacing: 0.1em;
}
.tagline
{
    margin-left: 8px;
    font-family: Arial, Sans-Serif;
    font-size: 0.9em;	
    font-weight: bold;	
    color: Black;	
    letter-spacing: 0em;
}
.mainbody
{
    background-color: transparent;
    padding: 5px;
    text-align:left;
    margin-left:auto;
    margin-right: auto;
    width:100%;
    border:none;
}
.header
{ 
    width:auto;
}
.logo
{
    text-align:center;
    width: 145;
    height: 145;
}
.menu
{
    /* change to float right for RHS menu #E2F0E2*/
    float: right;
    border: none;
    width:155px;
    font-size: 0.9em;
    text-align:center;
    margin: 7px;
    background-color: white;
    padding-top:5px;
    border: 1px solid #107318;
}
ul.menulist
{
    padding: 4px;
    margin: 0;
    display: block;
}
li.menuitem
{
    background-image: url('images/btn_fade.png');
    background-repeat: repeat-x;
    text-align:left;
    font-weight:bold;
    width: 90%;
    border: 1px solid #064C2A;
    margin-bottom:3px;
    padding-top:4px;
    padding-bottom:5px;
    padding-right:3px;
    padding-left: 5px;
    display: block;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica;
}
.menulink
{
    text-decoration: none;
    color: #064C2A;
    font-size: 0.91em;
 
}
a.menulink:hover
{
    text-decoration: underline;    
}
.menulinkselected
{
    
    color: #006032;
    font-size: 0.91em;
}
.content
{
    /* add margin right the same size as your menu for RHS menu */
    margin-right: 0px;
    padding: 11px;
    width:auto;
    
}
.footer
{
    background: transparent url('images/style_mark.png') no-repeat center left;
    background-color: transparent;
    font-size: 1.0em;
    font-weight: bold;
    width:90%;
    text-align: left;
    padding-left:70px;
    padding-top:35px;
    padding-bottom:35px;
    color: #008348;
    font-family: "Times New Roman";
    margin-left:5px;
}
.cwsfooter
{
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: White;
    width:100%;
    text-align: right;
    margin-top: 4px;
}
.cwslink
{
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: White;
}
.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}