body  {
font: 100% "Garamond", Georgia, "Times New Roman", Times, serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 10px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background-image: url(../images/bkgd_blue.jpg);
background-repeat: repeat-x;
background-color: #e1e8f0;
}
.twoColFixRtHdr #container { 
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto;
text-align: left;
border: 1px solid #000000;
} 
.twoColFixRtHdr #header { 
background: #FFFFFF; 
padding: 0px 10px 20px 20px;
} 
.twoColFixRtHdr #title { 
background: #FFFFFF; 
padding: 0 10px 20px 72px;
} 
.twoColFixRtHdr #sidebar1 {
	float: left;
	width: 111px;
	background: #FFFFFF;
	padding: 0px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0;
	padding: 10px 20px;
}
.twoColFixRtHdr #body_notable { 
	margin: 0;
	padding: 0;
	float: left;
	width: 85%;
}
.twoColFixRtHdr #footer { 
margin: 0;
padding: 0 10px 0 10px;
background:#FFFFFF; 
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 5px 0;
	font-size: .8em;
	color: #333333;
	text-align: right;
}
.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;
}
.scroller {
float: right;
padding: 5px 0 0 0;
}
.twoColFixRtHdr #navlist ul {
margin: 0 0 20px 20px;
padding: 0;
list-style-position: inside;
list-style-type: none;
}
.twoColFixRtHdr #navlist li {
padding: 10px 0 10px 0;
margin: 0;
}
.twoColFixRtHdr ul {
padding: 0;
margin: 30px 0 30px 20px;
list-style-position: outside;
}
.twoColFixRtHdr lh {
padding: 0;
margin: 0 0 0 0;
font-weight: bold;
}
.twoColFixRtHdr li {
padding: 0;
margin: 10px 0 10px 18px;
}
.borderdiv {
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
	padding: 5px;
}

/*** Text Styles ***/

h1 {
	color: #333333;
	font-size: 1.3em;
	padding: 10px 0 0 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h2 {
	color: #000000;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	color: #000000;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.caption {
	font-size: .8em;
	color: #666666;
}

.smalltxt {
font-size: 90%;
}

/*** Nav bar styles ***/

.nav a {
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: none;
	padding: 0 1px 0 1px;
}

.nav a:hover {
	background-color: #336698;
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:active {
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
}


/*** Link styles ***/

a {
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: underline;
}

a:hover{
	color: #003366;
	text-decoration: none;
}

a:active{
	color: #CCCCCC;
	text-decoration: none;
}

/*** Table Content ***/

.featured_table {
	margin-bottom: 10px;
	padding: 0px;
}

td {
margin: 0;
padding: 2px 10px 10px 0px;
vertical-align: top;
}