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

img{
margin: 0;
padding: 0;
border: 0;
display: block;
}

body{
font-size: 8.5pt;
line-height: 14pt;
color: #222222;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #8dd9fa;
background-image:url(images/background_strip.jpg);
background-repeat: repeat-x;
}

#container{
position: absolute;
top: 0px;
left: 50%;
margin-left: -475px;
width: 951px;
background-image:url(images/panel_strip.jpg);
background-repeat: repeat-y;
}

/* ----------------------------------------------Page Content---------------------*/
#content{
float: left;
width: 951px;
background-image:url(images/background_image.jpg);
background-repeat: no-repeat;
background-position: top;
}

#contentarea{
float: left;
width: 859px;
margin-top: 40px;
padding-left: 46px;
padding-right: 46px;
}

#contentLeft{
float: left;
width: 260px;
margin-bottom: 10px;

}

#contentRight{
float: right;
width: 567px;
margin-bottom: 10px;
}




#footer{
float: left;
width: 951px;
height: 142px;
background-image:url(images/footer.jpg);
background-repeat: no-repeat;
background-position: top;
}

.footerText{
font-size: 7.5pt;
line-height: 14pt;
color: #565656;
}

.copyright{
font-size: 7pt;
line-height: 9pt;
color: #565656;
}

.backtotop{
font-size: 7pt;
line-height: 9pt;
color: #565656;
}

/*--------------------------------GENERAL STYLES----------------------------*/

h1{
font-weight: bold;
font-size: 18pt;
line-height:22pt;
margin: 0;
padding: 0;
}

h2{
font-weight: normal;
font-size: 11pt;
line-height:14pt;
margin: 0;
padding: 0;
}

h3{
font-weight: bold;
font-size: 8.5pt;
line-height:14pt;
margin: 0;
padding: 0;
}

p{
text-align: left;
padding-bottom: 10px;
}

.newstitle{
font-size: 10pt;
font-weight: bold;
color: #ffffff;
}

.newstext{
color: #ffffff;
}

.subhead{
font-size: 10pt;
font-weight: bold;
}

.list{
margin-left: 12px;
}

.redbold{
font-weight: bold;
color: #cb5f5f;
}


.bookdetail{
font-size: 8pt;
line-height: 11pt;
font-style: italic;
}

.header{
font-size: 12pt;
line-height: 20pt;
font-weight: bold;
color: #b65858;
}
/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
float: right;
width: 230px;
height: 267px;
padding-right: 60px;
}

.contact_form{
font-size: 7pt;
line-height: 10pt;
}

.contact_form td{
vertical-align: top;
padding: 0px 0px 0px 0px;
}

.contact_form input{
background-color:  #bce6fb;
padding: 3px 3px 3px 3px;
border: 1px solid #ffffff;
}

.contact_form textarea{
background-color:  #bce6fb;
padding: 3px 3px 3px 3px;
border: 1px solid #ffffff;
}


.contact_form button{
width:51px;
height: 34px;
background-color: transparent;

}

/* ----------------------------------------------LINKS---------------------*/

A{
color: #222222;
text-decoration: underline;
}
A:HOVER{
color: #222222;
text-decoration: none;
}

A.white{
color: #ffffff;
text-decoration: underline;
}
A.white:HOVER{
color: #ffffff;
text-decoration: none;
}

A.footerText{
color: #565656;
text-decoration: none;
}
A.footerText:HOVER{
color: #565656;
text-decoration: underline;
}

A.backtotop{
color: #565656;
text-decoration: underline;
}
A.backtotop:HOVER{
color: #565656;
text-decoration: none;
}



A.copyright{
color: #565656;
text-decoration: underline;
}
A.copyright:HOVER{
color: #565656;
text-decoration: none;
}


A.newstext{
color: #ffffff;
text-decoration: underline;
}
A.newstext:HOVER{
color: #ffffff;
text-decoration: none;
}




