@charset "utf-8";
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;
	text-align: center;
	background-color: #FBFEF3;
	background-image: url(../img/nav-bk.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.thrColFixHdr #container {
	width: 640px; /* this overrides the text-align: center on the body element. */
	float: left;
	background-color: #FBFEF3;
} 
.thrColFixHdr #header {
	height: 192px;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-color: #FBFEF3;
	padding: 0;
	margin: 0px;
	text-align: justify;
} 
#container #sidebar2 p strong {
	color: #000;
}

#buy {
	width: 100px;
	padding-top: 46px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 402px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE6408;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 8px;
}
#frame {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 7px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FA5801;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
}
h3 {
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 0px;
}
h5 {
	text-transform: none;
}



#buy a {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	background-color: #EBEBEB;
	background-image: url(../img/nav-bk.gif);
	background-repeat: repeat-y;
	text-align: left;
	height: 600px;
}
#sidebar2 a {
	color: #006699;
}

#sidebar1 p {
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FBFEF3;
	text-align: left;
}
#sidebar2 p {
	font-size: 0.7em;
	color: #FE7121;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	padding-right: 10px;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0px;
	float: left;
	background-color: #FBFEF3;
	background-image: url(../img/mid-main.gif);
	background-repeat: repeat-y;
	width: 453px;
} 
#main-wrapper strong {
	color: #FF6600;
}

#main-wrapper ol {
	font-size: 12px;
	color: #000000;
}
#main-wrapper ul {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


#main-wrapper a {
	color: #006699;
}

#bottom-main {
	height: 39px;
	margin: 0px;
	padding: 0px;
}
#main-wrapper p {
	font-size: 0.8em;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#mainContent #main-wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 30px;
}

.thrColFixHdr #footer {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FBFEF3;
} 
#footer a {
	color: #FE7121;
}

.thrColFixHdr #footer p {
	font-size: 0.7em;
	color: #666666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
}
.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;
}


#main-wrapper table tr th {
	color: #FFF;
	font-size: 0.75em;
	letter-spacing: -1px;
}
#main-wrapper table tr td {
	font-size: 0.65em;
	color: #000;
	font-weight: bold;
}
