/* positional elements */

html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:770px;  
} 
 
#header{
 position:relative; 
 height:122px;  
 width:100%;
} 
 
#leftcol{
 width:170px; 
 float:left; 
 position:relative; 
 background-color:#EDF2ED; 
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 text-align:left;
 width:520px;
 margin:20px 40px 20px 20px;
 background-image: url('graphics/backgr.gif');
 background-repeat: repeat-y;
 padding:10px;
 line-height:1.4em;
 }
 
.book{
list-style: none;
padding:0;
margin:20px 0 0 0;
}

.cent{
text-align:center;
}

.nav{
list-style: none;
padding:0;
margin:20px 0 0 0;
}

.nav LI{
padding:0;
margin:0;
display: block;
width:170px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* positional elements */


BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	background-color : #ffffff;
}

#p352 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#p352 thead tr td {
	border-bottom: 1px solid black;
}

#p352 tfoot tr td {
	border-top: 1px solid black;
}

.highlight {
	background-color:#00FFFF;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	line-height : 18px;
}

.mainhd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #524d98;
	font-weight : bold;
	text-align: center;
	margin-top:20px;
}

.secondhd { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 16px; 
color: #524d98; 
font-weight : bold; 
}

.yellowhd{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #cc9900;
	font-weight : bold;
}


A {
	text-decoration: underline;
	color: #524d98;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}


A:Hover {
	text-decoration: underline;
	color: #cc9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	
}

.adbutton{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #218010;
	background-color : #e4e4e4;
	font-weight : bold;
}

.button{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #524d98;
	background-color : #edf2ed;
	font-weight : bold;
}



