@charset "utf-8";
/* CSS Document */

html, body {
	text-align: center;
	margin: 0 auto;
	font-size: 12px; !important
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#333;
}

h3, h4, h5, h6{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#666;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.posts p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#666;
}

ul li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

.twoColElsLt #container { /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColElsLt #sidebar1 {
	float: left; 
	width: 170px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px #bbb solid;
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLt #sidebar1 ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
	width: 170px;
}

.twoColElsLt #sidebar1 ul li{
	list-style-type:none;
	border-bottom: 1px #dcdcdc solid;
	width: 160px;
	padding: 2px;
}

.twoColElsLt #sidebar1 ul li a
{
	text-decoration:none;
	padding-bottom: 10px;
}

.twoColElsLt #mainContent {
 	margin: 0 0 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.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;
}


#maincontainer {
	width: 966px;
	text-align:left;
	padding-top: 10px;
	margin: 0 auto;
}
#header_top {
	height: 70px;
	width: 966px;
	background-image: url(/images/966_header_top.gif);
	padding-top: 0px;
}

#header_top_ds {
	background-image: url(/images/966_ds.gif);
	height: 10px;
	width: 966px;
	background-repeat: no-repeat;
}

/** Start Horizontal Navigation **/
#primary_nav ul{
   padding: 0;
   margin: 0;
   white-space: nowrap;
   background: #eeeeee;
}

#primary_nav ul li{
	display: inline;
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 1.5em;
	height: 1.5em;
}

#primary_nav ul li a{
   background-color: #eeeeee;
   color: #666;
   font-weight: normal;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em;
}

#primary_nav a:hover {
	background-color:#CCCCCC;
}
/** End Horizontal Navigation **/

/** Start Content **/

#content {
	padding:0px;
	margin: 0px;
	text-align: left;
}

/** End Content **/
#footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	vertical-align:bottom;
}

#footerimages {
	width: 966px;
	margin: 0px;
	vertical-align:top;
}

#alignlogos li {
	display: inline;
	list-style-position: none;
	list-style-image: none;
}
#downloadbox {
	height: 20px;
	width: 100px;
	background-image: url(images/pdf_logo.gif);
	background-repeat: no-repeat;
}

div.hotlinks
{
	width: 700px;
	height: 200px;
	padding: 0px;
}
div.hotlinks ul
{

	margin: 0px;
	padding: 0px;
	list-style-type:none;
	display:block;
}


div.hotlinks ul li
{
	display: inline;
	width:150px;
	height: 100px;
}
