/* CSS Document */
body{padding:0px; margin:0px; background:url(../images/main-bg.gif) 0 0 repeat-x #fff; color:#666666; font:12px/19px Arial, Helvetica, sans-serif;}
div, p, ul, h2, h3, h4, h5, img{padding:0px; margin:0px;}
ul{list-style-type:none}

/*----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;}

/*----/TOP PANEL----*/
.thrColFixHdr #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #hed { 
	background: none; 
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	color: #000099;
	padding-top: 40px; /* padding keeps the content of the div away from the edges */
	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: 60px;
	color:#999999
	text-decoration: none;
	text-align: left;
	padding-top: 30px; /* padding keeps the content of the div away from the edges */
	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; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 40px; /* padding keeps the content of the div away from the edges */
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	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; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 20px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-image: none;
	text-align:left; 
}
#mainContent { 
	margin: 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
} 

h1, h2, h3 {
	color: #2A1F00; 
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	}

h2 {
	font-size: 152%;
	line-height:40px;
}

h3 {
	font-size: 100%;
	line-height:40px;
}
h4 {
	font-size: 110%;
	color: #808080;
	font-weight:bold;	 
	padding: 20px 0px 10px 0px;
}


ul {
	margin-left: 2em;
	list-style:disc; 
	padding-left: 5px;
}

ol {
	margin-left: 2em;
	list-style:lower-alpha; 
	padding-left: 5px;
}

li {
	margin-left: 5px;
	list-style:disc; 
	padding-left: 5px;
}

/* codes for credits and copyright at bottom of page */
#quote {
	padding: 20px 10px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #898989; 
	line-height: 30px;
	text-align: right;
	background-image: url(../images/backgroundGrey800.jpg)
	border-top-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copyright {
	padding: 20px 10px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	background-image: none;	 
} 
/* Anywhere where you want to create a main image, can add id="imgborder" to the <img> tag and it will use this border. */
#imgborder {
	border-color: #333333;
	border-style: double;
	border-spacing: 10px;
	border-width: medium;
	padding: 0px;
	margin: 1em;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: #898989; 
	text-decoration: none; 
}
a:visited { /* link colors */
	color: #898989; 
	text-decoration: none;
}	 
a:hover { /* link colors */
	text-decoration: none;
	color: #00CCCC;
}
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;
	}


/* Basic table layout. */


table#sample {    background-color:#FFFFFF;    border: solid #000 3px;    width: 300px;
}
table#sample td {    padding: 5px;    border: solid #000 1px;
}
.data {    color: #000000;    text-align: right;    background-color: #CCCCCC;
}
.toprow {    font-style: italic;    text-align: center;    background-color: #0000CC;
}
.leftcol {    font-weight: bold;    text-align: left;    width: 150px;    background-color: #CCCCCC;
}
 