/* CSS Document */
body {padding:0px; margin:0px; 
	background:url(../images/main-bg.gif) 0 0 repeat-x #fff; 
	color:#333333; 
	font:12px/22px Arial, Helvetica, sans-serif;
}

div, h2, h3, h4, h5, img {padding:1px; margin:0px;
}

/*----MAIN PANEL----*/
#mainPan{width:800px; position:relative; margin:0 auto;
}

/*----TOP PANEL----*/
#topPan{width:778px; height:65px; background:url(../images/topbg.jpg) 0 0 no-repeat #fff; color:#828282; position:relative; margin:0 auto;
}

#topPan img.logo{width:136px; height:31px; position:absolute; top:12px; left:235px;
}

.thrColFixHdr #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ffffff;
	margin: 0 auto;  
	border: none;
	text-align: left;  
} 

.thrColFixHdr #hed { 
	background: none; 
	padding: 0 20px 0 20px;   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	color: #000099;
	padding-top: 40px;  
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
} 

.thrColFixHdr #topIndex {
	width: 800px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	color:#999999; 
	text-decoration: none;
	text-align: left;
	padding-top: 30px;  
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;  
	background: none;  
	padding-top: 30px;  
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	text-align:left; 
}

.thrColFixHdr #sidebar2 {
	float: right;  
	width: 200px;  
	background: none;  
	padding: 30px 10px 20px 20px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-image: none;
	text-align:left; 
}

#mainContent { 
	margin: 0 230px; /* right and left margins on div element creates the two outer columns. The column space will remain. Remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 20px 15px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color:#585858; 
} 

h1, h2, h3 {
	color: #243FAA;
	font-weight:bold;
	padding: 15px 0px 10px 0px;  
}

h1, h2 {
	margin-bottom: 10px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 130%;
	line-height:30px;
}

h3 {
	font-size: 120%;
	font-weight:bold;
}

h4 {
	font-size: 110%;
	color: #808080;
	font-weight:bold;	 
	padding: 10px 0px 5px 0px;
}

#blockquote {float:left;
	border: 1px dashed #FFC600;
	margin: 20px 10px 20px 250px;
	padding:20px 20px 30px 250px;
}

/* Main */

#a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#.current_page_item a {
	color: #FFFFFF;
}

#imgborder {
	border-color: #008080;
	border-style: groove;
	border-width: 3;
	border-spacing: 10px;
	padding: 0px;
	margin: 1em;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #1f31a1;
	font-weight:normal;  
}

/* codes for credits and copyright at bottom of page */
#quote {
	width: 700px;
	padding: 20px 10px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #898989; 
	line-height: 30px;
	text-align: right;
	background-image: none;
}

#copyright {
	padding: 20px 10px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	background-image: none;	 
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited { /* link colors */
	font-weight: bold;	
	text-decoration: none;
}

a:link { /* link colors */
	color: #024691; 
	text-decoration: none; 
}

a:visited { /* link colors */
	color: #898989; 
	text-decoration: none;
}	
 
a:hover { /* link colors */
	text-decoration: none;
	color:#024691; 
}

a:active { /* link colors */
	text-decoration: none;
	color: #898989;
}

#imgborder {
	border-color: #CCFFFF;
	border-style: none;
	border-width: 1;
	border-spacing: 10px;
	padding: 0px;
	margin: 1em;
}
	
#imgborder2 {
	border-color: #CCFFFF;
	border-style: none;
	border-width: 1;
	border-spacing: 4px;
	padding: 0px;
	margin: 1em;
}

/* Basic table layout. */

/* Basic table layout. */

caption {
	text-align: center;
	margin: 0 0 .5em 0;
	font-weight: bold;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

table {
	border-width: thin;
	border-style: solid;
	border-color: #DCDCDC;
	border-collapse: collapse;
}
th {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC; 
	padding: .5em;
	background-color: #f0f8ff;
	font: 10px/24px Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}
td {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	vertical-align:top; 
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #DCDCDC;
}
td.book {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	vertical-align:bottom; 
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #DCDCDC;
}
td.numbers {
	width: 40px;
	border-left: 1px solid #CCC;
	text-align: right;
}

