/* CSS Document */
.topleft{
background-image:url(../images/topleft.jpg);
width:8px;
height:8px;
background-repeat:no-repeat;
}
.topright{
background-image:url(../images/topright.jpg);
width:8px;
height:8px;
background-repeat:no-repeat;
}
.bottomleft{
background-image:url(../images/bottomleft.jpg);
width:8px;
height:8px;
background-repeat:no-repeat;
}
.bottomright{
background-image:url(../images/bottomright.jpg);
width:8px;
height:8px;
background-repeat:no-repeat;
}
.bottom{
background-image:url(../images/bottom.jpg);
height:8px;
background-repeat:repeat-x;
}
.top{
background-image:url(../images/top.jpg);
height:8px;
background-repeat:repeat-x;
}
.left{
background-image:url(../images/left.jpg);
width:8px;
background-repeat:repeat-y;
}
.right{
background-image:url(../images/right.jpg);
width:8px;
background-repeat:repeat-y;
}
.logo{
background-image:url(../images/logo.jpg);
width:252px;
height:108px;
background-repeat:no-repeat;
}
.footer{
background-image:url(../images/blueslither.jpg);
background-repeat:repeat-x;
background-position:left;
vertical-align:middle;
height:20px;
}
.footertext{
font-family:Arial, Helvetica, sans-serif;
color:#183B74;
font-size:10px;
}
.footertext a{
color:#183B74;
text-decoration:none;
}
.footertext a:hover{
color:#183B74;
text-decoration:none;
}
.title{
font-family:Arial, Helvetica, sans-serif;
color:#183B74;
font-size:18px;
font-weight:bold;
padding:5px 5px 5px 5px;
}
.main{
font-family:Arial, Helvetica, sans-serif;
color:#183B74;
font-size:12px;
padding:5px 5px 5px 5px;
}
.main a{
color:#183B74;
text-decoration:none;
}
.main a:hover{
color:#183B74;
text-decoration:underline;
}

.whitetext{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
padding-left:5px;
padding-right:5px;
}
.callblue{
font-family:Arial, Helvetica, sans-serif;
color:#183B74;
font-size:14px;
font-weight:bold;
letter-spacing:8px;
}
.callyellow{
font-family:Arial, Helvetica, sans-serif;
color:#FEBD10;
font-size:30px;
font-weight:bold;
letter-spacing:2px;
}

