body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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;

	background-color: #FFFFFF;

	background-image: url(../images/background.gif);

	background-repeat: repeat;

}

h6 {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 12px; 

    color: #003399; 

    background-color: #FFFFDD; 

    text-align: center; 

    vertical-align: middle; 

    display:block; 

    margin-top: 0px; margin-right: 30%; margin-bottom: 0px; margin-left: 0px; 

    padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; 

    height: 15px; 

    width: 22px; 

    border: #003399 solid; border-width: 0px 1px 1px 0px; 

    clip:     rect(   )

}

h7 {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 9px; 

    color: #003399; 

    text-decoration: none; 

    text-align: left; 

    padding-top: 0px; 

    padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 

    list-style-type: circle;  

    margin-top: 2px; margin-right: 0px; margin-bottom: 3px; margin-left: 5px

}

a:link {

	color: #000000;

	text-decoration: underline;

}



a:visited {

	color: #000000;

	text-decoration: underline;

}



a:hover {

	color: #000000;

	text-decoration: none;

}



.twoColFixLtHdr #container {

	width: 842px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

} 

.twoColFixLtHdr #topContainer {

	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	text-align: left;

	height: 47px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding: 0px;

} 

.twoColFixLtHdr #container p {

	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 20px;

	padding-left: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	line-height: 18px;

} 

.twoColFixLtHdr #header {

	padding: 0;

	background-repeat: no-repeat;

} 

.twoColFixLtHdr #container h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #sidebar1 {

	height: auto;

	padding-top: 25px;

	padding-right: 25px;

	padding-bottom: 25px;

	padding-left: 25px;

}

.twoColFixLtHdr #sidebar1 p {

	padding: 0px;

	height: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	line-height: 25px;

	letter-spacing: 1px;

	font-weight: bold;

	text-align: right;

}

.twoColFixLtHdr #mainContent {

	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background-color: d6deef;

	width: 842px;

	border-left-style: none;

	margin: 0;

	border-bottom-width: 7px;

	border-bottom-style: solid;

	border-bottom-color: #214DAD;

}

.twoColFixLtHdr #mainContent h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: large;

	font-style: italic;

	font-weight: bold;

}

.twoColFixLtHdr #mainContent h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-large;

	font-style: normal;

	font-weight: bold;

	color: #214DAD;

}

.twoColFixLtHdr #mainContent h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	font-style: normal;

	font-weight: normal;

}

.twoColFixLtHdr #mainContent h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: large;

	font-style: italic;

	font-weight: bold;

	color: #214DAD;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #000000;

	line-height: normal;

	padding-bottom: 10px;

}

#page {

	text-align: center;

	margin: 30px;

}

#page2 {

	text-align: left;

	margin-top: 20px;

	margin-right: 30px;

	margin-bottom: 30px;

	margin-left: 30px;

}

#demobox {

	text-align: center;

	background-color: #224daa;

	height: 18px;

	width: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: italic;

	font-weight: bold;

	color: #FFFFFF;

	vertical-align: middle;

	padding: 7px;

}

#page2 ul {

	text-align: left;

	margin-top: 20px;

	margin-right: 30px;

	margin-bottom: 30px;

	margin-left: 30px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	line-height: 18px;

}

.twoColFixLtHdr #footer {

	padding: 0;

} 

.twoColFixLtHdr #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 */

}

.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;

}



#bottom-nav {

	font-size: 7pt;

	color: #000000;

	text-align: left;

	width: auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	letter-spacing: 1px;

	line-height: 20px;

}



a.bottom-nav:link {

	text-decoration: underline;

}



a.bottom-nav:visited {

	text-decoration: underline;

}



a.bottom-nav:hover {

	text-decoration: none;

}



a.sidebar1:link {

	text-decoration: underline;

}



a.sidebar1:visited {

	text-decoration: underline;

}



a.sidebar1:hover {

	text-decoration: none;

}

img.floatRight {

	margin-left: 15px;

	margin-bottom: 15px;

	float: right;

	border: 0px;

}

img.floatLeft {

	margin-right: 15px;

	margin-bottom: 15px;

	float: left;

	border: 0px;

}

img.floatNone {

	float: inherit;

	border: 0px;

}

#powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	margin-top: 50px;
	}
	
.sidebar1 ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar1 ul ul {
	margin-bottom: 0px;
	}

.sidebar1 ul {
	padding-left: 15px;
	}

.sidebar1 li {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar1 #categories li {
	list-style-type: none;
	}
