html {
	height: 100%;
	width: 100%;
}

body {
	background:#F1F7FC url("/images/bg.jpg") repeat-x;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Arial, Trebuchet MS;
	color-#444444;
    text-decoration: none;
}

h1 {
    border-top: 1px solid #C8D7B4;
    background: #EAF4DD;
    padding: 3px;
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: 500;
    color: #677C43;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
}

h2 {
	font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
}


/* D5EFE5*/

a.menulink:link {
    color: #37566C;
    font-family: Trebuchet MS, Arial;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

a.menulink:hover {
    color: #677C43;
    font-family: Trebuchet MS, Arial;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}

a.menulink:active {
    color: #37566C;
    font-family: Trebuchet MS, Arial;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

a.menulink:visited {
    color: #37566C;
    font-family: Trebuchet MS, Arial;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.line {
   width:100%;
    height: 1px;
    background: #CEE3F6;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menubar {
    padding-left:25px;
    margin-bottom:15px;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    text-align:left;
    color: #445F7B;    
}

.centerbody {
	background: #ffffff;
	width: 775px;  
}

.contentbody {

    background: #ffffff;
    width: 775px;  
}

.leftside {
	width:0px;
    background:#F1F7FC;
}

.rightside {
    width:0px;
    background:#F1F7FC;
}

.leftcontent {
    float:left;
    background:#ffffff;
    width: 450px;
}

.rightcontent {
    width: 225px;
}

.rightcontentbox {
    width:220px;
    border-top: 1px solid #C8D7B4;
    background: #EAF4DD;
    padding: 3px;
    font-family: Trebuchet MS;
    font-size: 17px;
    font-weight: 500;
    color: #677C43;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: left;
    word-spacing: normal;   
}

.rightcontentbox h6 {
    padding:2px;
    background: #EAF4DD;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: 500;
    color: #677C43;    
}

.footer {
    width:90%;
    margin-top:50px;
    padding: 5px;
    border-top: 1px solid #CEE3F6;
    height:30px;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: 500;
    color: #37566C;  
    text-align:left;
}

h3 {
    margin:0px auto top;
    border-top: 1px solid #C8D7B4;
    background: #EAF4DD;
    font-family: Trebuchet MS;
    font-size: 17px;
    font-weight: 500;
    color: #677C43;
    line-height: 1.2em;
    letter-spacing: 0;
}


.usagesbox {
    border-top: 1px solid #C8D7B4;
    background: #EAF4DD;
    width: 200px;
    
}