@charset "utf-8";
.twoColFixLtHdr #container #mainContent h2 a:hover {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}
.quote {
	font-size: .8em;
}
.h1color {
	color: #999999;
}

.copyright {
	font-size: .9em;
}

.twoColFixLtHdr #container {
	width: 85%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
	max-width: 920px;
} 
.twoColFixLtHdr #footer {
	text-align: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-right: 0pt;
	padding-bottom: 15px;
	padding-left: 0pt;
	background-color: #E1E1E1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
} 
.style1 {
	font-family: "Times New Roman", Times, serif
}

.twoColFixLtHdr #container #footer #footer-wrap .column1 ul {
}
.twoColFixLtHdr #container #footer #footer-wrap .column1 li {
	width: 70%;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 90%;
}
.twoColFixLtHdr #footer-wrap {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
.twoColFixLtHdr  #container  #footer-wrap  .column1, .columncenter {
	float: left;
	width: 32%;
	background-color: #FFFFFF;
	height: 300px;
}
#footer-wrap .column1 img, #footer-wrap .columncenter img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #footer-wrap .columncenter {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer-wrap .column1 #top, #footer-wrap .columncenter #top{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

}
.twoColFixLtHdr #container #footer #footer-wrap ul {
	list-style-type: none;
}
.twoColFixLtHdr #container #footer #footer-wrap li {
	text-align: left;
	line-height: 2.2em;
	font-size: 1em;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.twoColFixLtHdr #header {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF6600;
	font-size: .8em;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
h3 {
	font-size: 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;
}
.twoColFixLtHdr #container #header #headerright {
	float: right;
}
#navigation {
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding-top: 0.4em;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	background-color: #FF9933;
	color: #000000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
#navigation li a:hover {
	background-color: #FF3300;
	font-weight: bold;
}
#header #headerright a {
}
#footer h4 {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrap p {
	padding-left: 10px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-right: 0.7em;
	margin-bottom: 0.8em;
	margin-left: .7em;
	background-color: #FFFFFF;
}

.column2 {	width: 150px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}



/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 {
	width: 28%;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */



.red {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.7em;
}
#apDiv1 {
	position:absolute;
	left:349px;
	top:42px;
	width:240px;
	height:45px;
	z-index:1;
}

.twoColFixLtHdr #apDiv1 div {
	color: #FF9933;
	font-weight: bold;
	font-size: 1.3em;
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #footer #footer-wrap li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#submenu {
	display: block;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	border-right-width: 1px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	background-color: #FF9933;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.box {
	float: left;
	width: 170px;
}
.right {
	float: right;
	margin-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
h1 {
	color: #CC0000;
	font-size: 1.5em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
}
.subtitle {
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
.recommended {
	color: #CC0000;
}
.smaller {
	font-size: .85em;
}
.grey {
	background-color: #6699FF;
	border: 2px solid #333333;
	display: block;
	margin-top: 35px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(/images/zangbone.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}
