@charset "UTF-8";

/******************************************************************************/

body {
	background:url(../images/body.png) repeat-x;
	background-color: #fff;
}

* html body{
	background:url(../images/body.gif) repeat-x;
	background-color: #fff;
}
	
#book {
	background-color: transparent;
    border:0;   
}

#homehead{
	background:url(../images/home_header.png) no-repeat;
	
}

* html #homehead{
	background:url(../images/home_header.gif) no-repeat;
	
}


#masthead{
	background:url(../images/master_header.png) no-repeat;
	
}

* html #masthead {
	background:url(../images/master_header.gif) no-repeat;
	/* for IE 6 and earlier - can't really do
							   transparent PNGs */
}

#footer{
	color:#ababab;
	border-top:1px solid #ababab;
	font-size:10pt;
}

#footer a{
	color:#ababab;
	font-size:10pt;
}
#footer a:visited{
	color:#ababab;
	font-size:10pt;
}
#footer a:active{
	color:#ababab;
	font-size:10pt;
}
#footer a:hover{
	color:#3b78a9;
	font-size:10pt;
}



* html #login-form p {
	width: 80%;
	display: block;
	margin-top:10px;
	height:25px;
	}


* html ul.blue-home {
	width:85%;
	
}

* html .rounded-box {
	
	height:150px;
	
	
}
* html .rounded-box-body{
	height:150px;
}

* html .rounded-box .body{
	height:150px;
}













/******************************************************************************/
