/* CSS Document */
body {
height:100%;
margin:0px;
background-color:#FFFFFF;
text-align:center; /* For stupid IE */
}

hr {
padding-top:0px;
padding-bottom:0px;
}

#thebody {
background-color:#FFFFFF;
}

.lists {
width:240px;
}

#popup {
width:500px;
height:400px;
border:1px solid;
position:absolute;
top:0px;
left:0px;
background-color:#FFFFFF;
visibility:hidden;
}


.left_form {
text-align:right;
padding-right:3px;
}

.right_form {
text-align:left;
padding-left:3px;
}

.center_form {
text-align:center;
}


.pageWraper {
width:100%;
background-image:url(../images/web/white_background.png);
background-repeat:repeat-x;
background-position:top;
}

.header {
position:relative;
margin:auto;
width:950px;
height:75px;
border:0px solid;
text-align:center bottom;
vertical-align:bottom;
padding-top:30px;
background-image:url(../images/web/mainHeader.png);
background-repeat:no-repeat;
background-position: center bottom; 
}

.header a {
color:#000000;
text-decoration:none;
font-size:16px;
}


.mainWrapper {

}

.headerHR {

}

.mainContent {
margin:auto;
width:806px;
height:600px;
border:0px solid;
text-align:center;
padding-left:0px;
padding-top:5px;
background-image:url(../images/web/basic_background_short.png);
background-repeat:no-repeat;
background-position:center center;
}

.mainContent a {
color:#000000;
text-decoration:none;
font-size:16px;
}


.footer {
margin:auto;
height:100px;
width:950px;
border:0px solid;
}

.contact_form {
}

.formLeft {
text-align:right;
padding-right:5px;
}

.formRight {
text-align:left;
padding-left:5px;
}