
@font-face {
    font-family: LibreCaslonText Regular;
    src: url(fonts/LibreCaslonText-Regular.ttf);
}

@font-face {
	font-family: Roboto Regular;
	src: url(fonts/Roboto-Regular.ttf);
}


*{
margin:0px;
padding:0px;
}


img{border:0px}
html{
width:100%;
height:100%;
/*background-image:url(images/bg2.gif);*/ 
background-image:url(images/bgrad.jpg);
background-position:top left;
background-repeat:repeat-x;
}
body{
    width:100%;
    background-repeat:repeat-x;
    background-color: #DFE9EA;
    background-image: url(images/bgrad.jpg);
}
#main{
width:768px;
margin:0 auto;
overflow:hidden;
}
#header{
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.logo{
    float:left;
    padding-bottom: 32px;
}
.search{
float:right;
padding:31px 1px 30px 0
}
.search img{float:left}
.search input{
float:left;
width:184px;
height:22px;
border:1px solid #C7C7C7;
padding:0 0 0 2px;
margin:0 3px 0 0
}
#xxxxmenu li{
list-style-type:none;
float:left
}
.block{
    background-color:#CAD9DB;
    overflow:hidden;
    float:left;
    font-family:Roboto Regular, sans-serif;
    font-size:12px;
    color:#033341;
    width:701px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 34px;
    padding-bottom: 0px;
    padding-left: 34px;
}
.block p{
    padding:15px 0 0 5px;
    line-height: 1.5em;
    text-align: justify;
}
.block strong{
    color:#053543
}
.block p a{
    color:#C22021;
    text-decoration:underline
}

.block p u{
    font-size: 1.2em;
    color: #B00;
    text-decoration: none;
    font-weight: bold;
}

.block p u img{
    float: left;
    padding-right:5px;
    padding-bottom:5px;

}

.ans{
    float: left;
    padding-right:5px;
    padding-bottom:5px;


}

.block p a:visited{text-decoration:underline}
.block p a:hover{text-decoration:none}
.column{
    width:200px;
    float:left;
    font-family:Roboto Regular, sans-serif;
    font-size:12px;
    color:#053543;
    line-height:18px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 39px;
    padding-left: 20px;
    background-color: #BFCDDB;
}
.cwrap {
    background-color: #BFCDDB;
    height: 400px;
}

.column span{
color:#FC4010;
font-weight:bold;
display:block;
padding:20px 0 0 0
}
.title{
padding:0 0 13px 0
}
.column p{
padding:25px 0 25px 0
}
.column ul{
padding:17px 0 37px 0
}
.column li{
    list-style-type:none;
    line-height:26px;
    background-position:left 4px;
    background-repeat:no-repeat;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 5px;
}
.column ul a{
    font-family:Roboto Regular, sans-serif;
    font-size:15px;
    color:#C22021;
    text-decoration:underline
}
.column ul a:visited{text-decoration:underline}
.column ul a:hover{text-decoration:none}
#footer li{
display:inline
}
#footer ul{
padding:23px 0 15px 0
}
#footer{
    height:96px;
    width:100%;
    overflow:hidden;
    float:left;
    font-family:Roboto Regular, sans-serif;
    font-size:11px;
    color:#FFF;
    text-align:center;
    background-image: url(images/footbg.jpg);
    background-repeat: repeat-x;
}
#footer ul a{
    color:#FFF;
    text-decoration:underline;
    text-transform:uppercase;
    margin-top: 0;
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 3px;
}
#footer a:visited{
    text-decoration:underline;
    color: #CAD9DB;
}
#footer a:hover{
    text-decoration:none;
    font-weight: bold;
    color: #900;
}
#footer p a{
color:#909090;
text-decoration:none
}


.style2 {
    font-family: LibreCaslonText Regular, serif;
    font-style: italic;
}

.style4 {
    font-family: LibreCaslonText Regular, serif;
    font-style: italic;
    color: #033341;
    font-weight: bolder;
    font-size: 16px;
    }
.callbtn {
    float: right;
    top: 0px;
    right: 0px;
}
.mytxt {
    text-align: center;
}
