body {
    background-image:url('img/bck.jpg');
    background-repeat:repeat;
    margin:0 0 0 0; padding:0;
}
.mainBgImage{
     background-image:url('img/body.jpg');
     background-repeat: repeat-y;
}

.menuBgImage{
     background-image:url('img/menu_bck.jpg');
     background-repeat: repeat-x;
}
.leftMenuHeader{
     background-image:url('img/menu_left_bck.jpg');
     background-repeat: repeat-x;
     height:30px;
     padding-top:0px;
     padding-left:10px;
       color:#ffffff;
     font-family:"Century Gothic", arial;
     font-weight:600;
     font-size:14px;
     text-transform: uppercase;
}
.inputstyle {
	width:160px;
	margin-left:10px;	
}
.leftMenuSepa{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.leftMenuItem{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-top:5px;
    padding-left:10px;
       color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;    

}
.rightMenuHeader{
     background-image:url('img/menu_right_bck.jpg');
     background-repeat: repeat-x;
     height:30px;
     padding-top:0px;
     padding-left:10px;
       color:#ffffff;
     font-family:"Century Gothic", arial;
     font-weight:600;
     font-size:14px;
     text-transform: uppercase;

}
.rightMenuItem{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-top:5px;
    padding-left:10px;
       color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;    

}
a.menuHeader, a.menuHeader:hover{
       color:#ffffff;
     font-family:"Century Gothic", arial;
     font-weight:600;
     font-size:14px;
     text-transform: uppercase;
     text-decoration:none;
}
a, a.menuItem{
       color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;
     text-decoration:none;
}

a:hover, a.menuItem:hover{
       color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;
     text-decoration:underline;
}
.topmenuText, .tableHead{
     color:#ffffff;
     font-family: arial;
     font-weight:bold;
     font-size:12px;
     text-decoration:none;
     text-transform: uppercase;
}

.topmenuText:hover{
     color:#ffffff;
     font-family: arial;
     font-weight:bold;
     font-size:12px;
     text-decoration:underline;
     text-transform: uppercase;
}

.content, p{
     color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;
     text-decoration:none;
}
.contentBlue{
     color:#407595;
     font-family: arial;
     font-weight:normal;
     font-size:12px;
     text-transform: uppercase;
     text-decoration:none;
}

.contentHeader{
     color:#407595;
     font-family: arial;
     font-weight:bold;
     font-size:14px;
     text-transform: uppercase;
     text-decoration:none;
}

.sideNav{
     background-color:#83b019;
     color:#ffffff;
     font-family: arial;
     font-weight:bold;
     font-size:14px;
     text-transform: uppercase;
     text-decoration:none;     
}

.headerText{
    color:#003a72;
    font-size:18px;
    line-height: 24px;
    font-family:'century gothic';
    text-transform: uppercase;
    font-weight: normal;
}
.menuSepa{
    background-image:url('img/topmenu_sepa.jpg');
    background-repeat: no-repeat;
    background-position:center;
    width:25px;
    height:38px;

}
/*-------------------------*/
form {margin:0; padding:0}
td, span, div {font-family:arial; font-size:12px; line-height:16px; color:#6e6e6e;}

input{
        color:#6e6e6e;
     font-family: arial;
     font-weight:normal;
     font-size:12px;
     text-decoration:none;   
    }
