/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: Calibri, Arial;
font-size: 13px;
color: #000000
}
.main{
margin: 0 auto;
width: 1000px;
height: 500px
}
.top_section{
background-color: #ffffff;
height: 100px;
width: 1000px;
padding-top: 10px
}
.logo{
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
float: left;
width: 135px;
height: 67px;
margin-left: 10px
}
.logo_text{
background-image: url(../images/logo_text.gif);
background-repeat: no-repeat;
float: left;
width: 400px;
height: 44px;
margin-top: 20px
}
.nav_bg{
background-image: url(../images/nav_bg_rpt.gif);
background-repeat: repeat-x;
height: 40px;
}

.nav_text{
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bolder;
line-height: 19px;
background-image: url(../images/devider.gif);
background-repeat: no-repeat;
background-position: right
}
.upper_box_bg{
background-image: url(../images/upper_box_bg.gif);
background-repeat: no-repeat;
height: 148px;
width: 981px;
background-position: center
}


.right{
float: right;
width: 412px
}
.text_fld_bdr{
border: 1px solid #ea3d3d;
background-color: #FAFAFA;
font-size:11px;
font-weight: normal;
height: 18px;
width: 160px;
color: #b6af9c;
padding: 3 5 3 3;
margin: 0
}
.text_fld_bdr_2{
border: 1px solid #ea3d3d;
background-color: #FAFAFA;
font-size:11px;
font-weight: normal;
height: 18px;
width: 20px;
color: #b6af9c;
padding: 3 5 3 3;
margin: 0
}
.textarea, .inputtext, .inputpassword {
font-family:Calibri, Arial;
font-size:10px;
padding:3px;
}
.middle_section {
height: 400px;
}
.white_text{
font-weight: normal;
color: #FFFFFF;
font-size: 14px
}
.nav_white_text{
color:#FFFFFF;
font-weight: bold;
font-size: 14px;
text-decoration: none
}
h2{
color:#000000;
font-weight: bold;
margin: 0;
padding: 0
}
.footer_text{
color:#999999;
font-size: 12px;
text-decoration: none
}
.footer_text a:hover{
color:#696969;
text-decoration: none
}
.grey_box{
background-image: url(../images/gray_box_1_bg_rpt.gif);
background-repeat: repeat-x;
border: 1px solid #d6d6d6;
height: 125px;
width: 219px;
margin-left: 10px;
margin-right: 10px;
font-size: 14px;
color: #FFFFFF;
padding-left: 10px;
font-weight: bold
}
.blue_text{
font-size: 14px;
color: #0066CC;
font-weight: bold
}
.top_bdr{
border-top: dotted 1px #ffffff
}
.red_bdr{
border: solid 2px #CC3300
}
.right_btm_gray{
background-image: url(../images/btm_right_bg_gray.gif);
background-repeat: no-repeat;
height: 146px;
width: 750px
}
