/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#333333;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width:800px;
	text-align:right;
}
.oneColFixCtrHdr #footer p {
	font-family:Arial, Helvetica, sans-serif;
font-
	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 */
}
#menu{
background-color:#48555a;
height:36px;
width:800px;
padding:0px;
margin:0px;
border-bottom:thin;
border-top:thin;
}
.tmenud {
	POSITION: relative
}
.tmenud A {
	 BORDER-TOP: #407d13 0px solid; DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; TEXT-TRANSFORM: none; COLOR: #FF9933; PADDING-TOP: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none; vertical-align:bottom; height:40px; padding-left:10px; padding-right:10px
}
.tmenud A:hover {
	FONT-WEIGHT: normal; BACKGROUND-IMAGE:none ; TEXT-TRANSFORM: none; COLOR: #FFFFFF; BACKGROUND-COLOR: none; TEXT-DECORATION: none; width:100%; font-size:12px; font-weight:bold; padding-left:10px; padding-right:10px
}
.tmenud .dropDownMenu {
	Z-INDEX: 0; LEFT: 0px; VISIBILITY: hidden; MARGIN: 0px; WIDTH: 100%; POSITION: absolute; TEXT-ALIGN: center; background-image:url(menu_bg.gif)/*tpa=http://novapine.com/design/624/images/menu_bg.gif*/; width:100%; background-color:#48555a;
}
.tmenud .dropDownMenu UL {
	MARGIN: 0px; LIST-STYLE-TYPE: none
}
.tmenud .dropDownMenu LI {
	PADDING-BOTTOM: 5px; MARGIN: 0px; BORDER-LEFT: 0px solid; PADDING-TOP: 1px; LIST-STYLE-TYPE: none
}
.tmenud .dropDownMenu LI A {
	PADDING-RIGHT: 3px; DISPLAY: block; PADDING-LEFT: 3px; FONT-WEIGHT: bold; FONT-SIZE: 9px; MARGIN: 0px; TEXT-TRANSFORM: none; WIDTH: 100%; COLOR: #FF9933; WHITE-SPACE: nowrap; TEXT-ALIGN: left;TEXT-DECORATION: none; background-image:none; height:100%
}
.tmenud .dropDownMenu LI A:hover {
	FONT-WEIGHT: normal; BACKGROUND-IMAGE:none ; TEXT-TRANSFORM: none; COLOR: #ffff33; BACKGROUND-COLOR: none; TEXT-DECORATION: none; width:100%; font-size:9px; font-weight:bold; padding-right:3px; padding-left:3px
}
-->
</style>