@charset "UTF-8";
/* CSS Document */

body {
 margin: 0 !important;
 background-color: #a9bebf !important;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: left !important;
 background-image: url('siteimg/bodytop2.png') !important;
 background-position: top center !important;
 background-repeat: repeat-x !important;
}
a img {
border: 0px;
}
a {
color: #666666;
}
.wrapper {
 width: 100%;
}

.header {
 width: 100%; 
 text-align: right; 
 background-image: url('siteimg/topbanner-bg.png'); 
 background-position: top left; 
 background-repeat: repeat-x;
}

.headerimg {
 width: 100%; 
 height: 125px; 
 text-align: right; 
 background-image: url('siteimg/topbanner1.png'); 
 background-position: top left; 
 background-repeat: no-repeat;
}

.headernav {
 width: 100%;
 height: 46px; 
 background-image: url('siteimg/menubar-bg.png'); 
 background-position: top left; 
 background-repeat: repeat-x;
}

.navbar {
 text-align: left; 
 font-size: 13px !important;
 height: 40px;
 background-image: url('siteimg/menubar1.png'); 
 background-position: top left; 
 background-repeat: no-repeat; 
 padding-top: 12px; 
 padding-left: 10px; 
 color:#FFFFFF;
}

.navbar a {
 text-decoration: none;
 color: #64B1BC;
}

.navbar a:hover {
 text-decoration: underline;
}
.container {
 width: 99%; 
 height: 40px;
 padding: 18px 0 0 8px;
}

.maincontent {
 background-color: #e5ebeb;
 width: 72%;
 float: left;
 font-size: small;
}

.insidecontent {
padding-left: 25px;
padding-right: 25px;
padding-top: 7px;
padding-bottom: 7px;
}

.formcontent {
padding: 0;
padding-top: 7px;
}

.boxtop {
 background-image: url('siteimg/box/top.gif'); 
 background-position: top; 
 background-repeat: repeat-x;
}

.boxbottom{
background-image: url('siteimg/box/bottom.gif'); background-position: bottom; background-repeat: repeat-x;
}

.boxleft {
background-image: url('siteimg/box/left.gif'); background-position: left; background-repeat: repeat-y;
}

.boxright {
background-image: url('siteimg/box/right.gif'); background-position: right; background-repeat: repeat-y;
}

.boxtopright {
background-image: url('siteimg/box/topright.gif'); background-position: top right; background-repeat: no-repeat;
}

.boxtopleft {
background-image: url('siteimg/box/topleft.gif'); background-position: top left; background-repeat: no-repeat;
}

.boxbotleft {
background-image: url('siteimg/box/bottomleft.gif'); background-position: bottom left; background-repeat: no-repeat;
}

.boxbotright {
background-image: url('siteimg/box/bottomright.gif'); background-position: bottom right; background-repeat: no-repeat;
}

.sidebar {
 width: 27%;
 float: right;
 text-align: center;
 margin-top: 10px;
 margin-right: 5px;
}

.sitefooter {
 width: 74%;
 text-align: center;
 clear: both;
 font-size: small;
 padding-top: 5px;
}
