/* CSS Document */

<style type="text/css">
<!--

body {
	font-family: Verdana, Corbel,Arial;
	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 */
	font-size:12px;
line-height:200%;
}

.oneColFixCtrHdr{
vertical-align:top;
border:none;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
 /* the auto margins (in conjunction with a width) center the page */
	text-align: top; /* this overrides the text-align: center on the body element. */
	margin:auto;
}
.oneColFixCtrHdr #header { 
	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. */
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;

	float:left;
}

.oneColFixCtrHdr #mainContent {
padding-bottom:10px;
font-family: Verdana, Corbel,Arial;
font-size:12px;
line-height:200%;
float:left;
width:100%;
}
.oneColFixCtrHdr #footer {/* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	text-align:center;
	font-family:Verdana, Corbel, Arial;
	padding: 10px;
	font-size:11px;
}
.oneColFixCtrHdr #footer a {
	font-family: Verdana, Corbel, Arial;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	font-family:Verdana, Corbel, Arial;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	text-decoration:underline;
}

#menu{
padding:0px;
margin:0px;
font-family:Verdana, Corbel, Arial;
background-image:url(image/menu_bg.jpg); 
background-repeat:repeat-x;
height:37px;
padding-bottom:20px;
clear:both;
}

#sitemap{
font-family:Verdana, Corbel, Arial;
font-size:11px;
float:right;  
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-align:right;
height:20px;
padding-left:5px;
vertical-align:middle;
}

#sitemap a{
text-decoration:none;
COLOR: #000000; 
FONT-WEIGHT:none;
}

#sitemap a:hover{
text-decoration:underline;
COLOR: #000000; 
FONT-WEIGHT:none;
}

.tmenud {
	POSITION: relative;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	height:20px;
}
.tmenud A {
	 FONT-SIZE: 11px; 
	 TEXT-TRANSFORM: none; 
	 COLOR: #000000; 
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	 TEXT-ALIGN: center; 
	 TEXT-DECORATION: none;  
	 vertical-align:middle;
	 text-align:right;
	FONT-WEIGHT:none;
}
.tmenud A:hover {
	TEXT-TRANSFORM: none; 
	COLOR:#000000; 
	TEXT-DECORATION:underline;
	font-size:11px; 
	vertical-align:middle;
	text-align:right;
	FONT-WEIGHT:none;
}


.tmenud .dropDownMenu {
	Z-INDEX: 0; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	MARGIN-TOP: 20px; 
	WIDTH: 150px; 
	POSITION: absolute; 
	TEXT-ALIGN: center; 
	background-color:#f8951d;
}

.tmenud .dropDownMenu .submenu {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT:5PX;
	PADDING-RIGHT:5px; 
	PADDING-TOP:5px;
	MARGIN: 0px; 
	BORDER-LEFT: 0px solid; 
	LIST-STYLE-TYPE: none;
	
}

.tmenud .dropDownMenu .submenu:hover {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT:5PX;
	PADDING-RIGHT:5px; 
	PADDING-TOP: 5px; 
	MARGIN: 0px; 
	BORDER-LEFT: 0px solid; 
	COLOR:#FFFFFF;
	BACKGROUND-COLOR: #f46f22; 
}

.tmenud .dropDownMenu .submenu A {
	DISPLAY: block; 
	FONT-WEIGHT:bold;
	FONT-SIZE: 12px; 
	MARGIN: 0px; 
	TEXT-TRANSFORM: none; 
	COLOR: #FFFFFF; 
	WHITE-SPACE: nowrap; 
	TEXT-ALIGN: left;
	TEXT-DECORATION: none; 
	background-image:none; 
	height:100%;
}
.tmenud .dropDownMenu .submenu A:hover {
	FONT-WEIGHT:bold; 
	BACKGROUND-IMAGE:none ; 
	TEXT-TRANSFORM: none; 
	font-size:12px; 
	font-weight:bold; 
}



hr{
clear:both;
color:#f36f21;
background-color:#f36f21;
z-index:999px;
}

a{
text-decoration:none;
COLOR: #000000; 
FONT-WEIGHT:bold;
}

a:hover{
text-decoration:underline;
COLOR: #000000; 
FONT-WEIGHT:bold;
}
</style>