body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#848484;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

p{
	padding:0;
	margin:12px 0 12px 0;
}

form{
	margin:0;
	padding:0;
}

img{
	border:0;	
}

.clear{
	clear:both;	
}

a:link, a:visited, a:active{
	color:#155c97;
	text-decoration:none;
}

a:hover{
	color:#C60;	
}


#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:862px;
	background-color:#FFF;
	padding:4px;
}

#header{
	width:862px;
	height:253px;
}

#header .left{
	background-image:url(../images/left-header.jpg);
	width:496px;
	height:253px;
	float:left;
}

#header .right{
	background-image:url(../images/right-header.jpg);
	width:366px;
	height:253px;
	float:left;
}

#nav{
	width:862px;
	height:36px;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	list-style:none;
	float:left;
	font-size:15px;
}

#nav ul li a{
	color:#FFF;
	text-transform:uppercase;
	display:block;
	width:auto;
	height:29px;
	padding: 7px 30px 0 30px;
	background-image:url(../images/nav-separator.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
}

#nav ul li a:hover{
	color:#6CF;	
}

#subnav{
	background-color:#dcdcdc;
	padding:3px 0 3px 7px;
	border-left:1px #a4a4a4 solid;
	border-bottom:1px #a4a4a4 solid;
	border-right:1px #a4a4a4 solid;
	color:#070f48;
}

#subnav a{
	color:#070f48;
	text-decoration:none;
}

#subnav a:hover{
	color:#C60;	
}


#main{
	width:862px;	
}

#main .left{
	float:left;
	width:447px;
	padding-left:5px;
	
}

#main .right{
	float:left;
	width:400px;
	margin-left:10px;
}

.book-box{
	width:392px;
	border:1px #9da2c2 solid;
	padding:3px;
	margin-bottom:7px;
	background-color:#dcdcdc;
	color:#070f48;
}

.book-title{
	width:386px;
	height:22px;
	background-image:url(../images/booktitle-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	padding-top:4px;
	padding-left:6px;
	font-size:14px;
}

.book-box .txt{
	padding:5px;	
}

#footer{
	width:862px;
	height:36px;
	text-align:center;
	color:#FFF;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;	
}

.copyright{
	font-size:11px;
	color:#cbcbcb;
}


.call{
	margin-left:155px;	
	margin-top:9px;
}

h1{
	color:#070f48;
	margin:12px 0 12px 0;
	padding:0;
	font-size:15px;
	font-weight:normal;
}



.blue{
	color:#003180;
	font-weight:bold;
}

.btn{
	padding:5px 7px 5px 7px;	
}

.line{
	border:0; height:1px; background-color:#CCC;	
}

.red{
	color:#b93a3a;
	font-weight:bold;
}



