/* A Trade and Value, Corp. Design */
/* Please refrain from copying the contents of this style sheet */
/* General css starts here */


html {
height: 100%;
}
body {
width:930px;
background-position:0 0;
background-color:#ffffff;
text-align:center;
font-family: Arial, Helvetica, Sans Serif;
margin:0px auto;
padding:0px;
}


/* ====HEADER STARTS HERE====== */

.mainHeader{
width:930px;
height:130px;
margin:0 auto;
}
.mainLogo{
background-image: url(../images/elements/main-logo.png);
background-repeat: no-repeat;
padding: 0px !important;
float: left;
width: 205px;
height: 130px;
}

.mainTopRight{
float: left;
padding: 0px !important;
width:725px;
height: 130px;
}

/* ========END HEADER=============== */

/* #homeHeader img, #restHeader img{border:0px;width:90%;height:90%;} */

/* =============NAVIGATION STARTS HERE */

.mainNav{
width:930px;
height:27px;
background-image: url(../images/elements/main-nav.png);
background-repeat: x;
margin:0 auto;
padding-top: 5px;
}
.mainNav a:link, .mainNav a:active, .mainNav a:visited{
color: #ffffff !important;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
font-family: Arial, Times;
text-align: center;
}
.mainNav a:hover{
/* color: #1f41c3 !important; */
color: #f9ee01 !important;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
font-family: Arial, Times;
text-align: center;
}
.mainNav p{
display: inline;
padding-left: 10px;
padding-right: 27px;
}
/* ===========END NAVIGATION========== */

/* ========MAIN BODY STARTS HERE======== */

.mainBody{
margin:0 auto;
width:930px;
padding: 0px;
text-align:left;
}
.mainBody table{
text-align:left;
}
.mainLeft{
width: 570px;
float: left;
}
.mainRight{
width: 330px;
float: left;
}




/* ==========END MAIN BODY=========== */

/* ====FOOTER STARTS HERE======= */
.mainFooter{
clear:both;
margin:0 auto;
width:700px;
text-align:center;
margin: 0px auto !important;
text-align: center !important;
height:30px;
border-top: #4990cd 1px solid;
font-size: 12px;
}
.mainFooter a:link, .mainFooter a:active, .mainFooter a:visited{
color: #4990cd !important;
text-decoration: none;
font-weight: normal !important;
font-size: 10pt;
font-family: Times, Arial;
text-align: center;
}
.mainFooter a:hover{
color: #ff9900 !important;
text-decoration: underline;
font-weight: normal !important;
font-size: 10pt;
font-family: Times, Arial;
text-align: center !important;
}
.mainFooter p{
display: inline;
padding-right: 14px;
padding-left: 13;
}
.creditsFooter{
width:100%;
margin: 0px auto;
padding-top: 10px;
height:30px;
font-family: Arial;
font-size: 9pt;
color: #b7b7b7;
}

/* =====END FOOTER===== */
.clr{clear: both;
}
/* ====LINKS=== */

a:link, a:visited {
font-family: Times, Arial;
font-size: 11pt;
color: #4990cd;
text-decoration: none;
font-weight: bold;
}
a:hover {
font-family: Times, Arial;
font-size: 11pt;
color: #c64934;
text-decoration: underline;
font-weight: bold;
}
/* ====END LINKS===== */

/* =======LIST ITEMS======= */

ul{

}
li{
line-height: 15px;
padding-left: 5px;
padding-top: 0px;
/* background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px; */
}
td{
text-align: left;
font-size: 11px;
}
.mainDate{
float: right;
margin-top: 110px;
margin-right: 10px;
font-size: 10pt;
font-weight: bold;
color: #4b4b4b;
}
.pageTitle{
font-size: 12pt;
font-weight: bold;
color: #4990cd;
margin-top: 10px;
margin-left: 10px;
}
