html {overflow: -moz-scrollbars-vertical;}

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#ffffff url(images/bg.jpg) repeat-x;
	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;
}
p, tr, td, a {font: Arial, Helvetica, sans-serif; font-size:12px;}
a {outline:none;}
img { margin:2px;}
h3 {font-size:12px; font-weight: bold; color:#2651f6; text-decoration:underline;}
h4 {font-size:12px; font-weight: bold; text-decoration:none;}
#breadcrumb {margin-top:-30px;}
*+html #breadcrumb {margin-top:-37px;} 
#breadcrumb a { text-decoration:none;}

.twoColFixLtHdr #wrapcontainer {background: url(images/bg_shadow.jpg) no-repeat; width:1003px; margin:0 auto;}
.twoColFixLtHdr #container { 
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(images/newestbanner.jpg) no-repeat; /*#DDDDDD*/
	height:200px;
	/*
	background: #DDDDDD; 
	padding: 0 10px 0 20px;   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. */
} 
.twoColFixLtHdr #header 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 h1 {
	border-bottom:solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width:1px;
	font-size:18px;
	font-weight: normal;
}
.twoColFixLtHdr h2 {border-bottom:solid; border-bottom-color: #CCCCCC; border-bottom-width:1px; font-size:14px; font-weight: normal; }
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 10px 15px 18px;
}
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 155px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:210px;
} 
*+html .twoColFixLtHdr #mainContent {margin:20px 0 105px 210px;}

.twoColFixLtHdr #mainContent p {margin:15px 0 25px 25px;} /*0 70px 0 73px*/
.twoColFixLtHdr #mainContent table {margin:15px 0 0 25px;} /*margin:0 0 0 70px;*/
.twoColFixLtHdr #mainContent #partner {font-size:14px; font-weight:bold;}
.twoColFixLtHdr #footer {
	clear:both; 
	padding: 0 20px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	width:918px;
	margin: 0 auto; 
} 
.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 */
	font-size:10px;
}

.twoColFixLtHdr #footer #footertable {padding-left:235px;}
*+html .twoColFixLtHdr #footer #footertable { padding-left:120px; }

.twoColFixLtHdr #footer #footertable a:link {text-decoration:none; color: #666666;}
.twoColFixLtHdr #footer #footertable a:visited {text-decoration:none; color: #666666;}
.twoColFixLtHdr #footer #footertable a:hover {text-decoration:underline; color: #fca534;}
.twoColFixLtHdr #footer #footertable a#footernav {text-decoration:underline; color: #fca534;}

.twoColFixLtHdr #breadcrumb a:link {text-decoration:none; color: #666666;}
.twoColFixLtHdr #breadcrumb a:visited {text-decoration:none; color: #666666;}
.twoColFixLtHdr #breadcrumb a:hover {text-decoration:none; color: #fca534;}

.twoColFixLtHdr a:link#link {text-decoration:none; color: #666666;}
.twoColFixLtHdr a:visited#link {text-decoration:none; color: #666666;}
.twoColFixLtHdr a:hover#link {text-decoration:underline; color: #fca534;}


.twoColFixLtHdr #footer #footer1 {width:918px; margin:0 auto;}
.twoColFixLtHdr #copyright {margin:0 auto;}
.twoColFixLtHdr #underlinepage { margin-top:10px; background:url(images/footer.jpg) center no-repeat;}

.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;
}


/*---------------menu------------------*/
/* common styling */
a#highlight {
	display:block;
	text-decoration:none;
	color:#fca534; /*orange text highlight*/
	text-align:left;
	/*border:1px solid #fff;
	border-width:1px 1px 0 0;*/
	background:#e5e5e5; /*blue #224cf6*/
	line-height:19px;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 15px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;	
}
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:0px 0;}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:144px;
	height:25px;
	text-align:left;
	/*border:1px solid #fff;*/
	/*border-width:1px 1px 0 0;*/
	background: url(images/menu.jpg) repeat-x;
	line-height:19px;
	font-size:12px; 
	font-weight:bold; 
	padding:5px 0 0 15px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;
}
.menu ul li a.hide {
	display:block;
	text-decoration:none;
	color:#000;
	width:144px;
	height:25px;
	text-align:left;
	background: url(images/parent.jpg) repeat-x;
	line-height:19px;
	font-size:12px; 
	font-weight:bold; 
	padding:5px 0 0 15px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;
}
.menu ul li:hover a.hide {
	display:block;
	text-decoration:none;
	color: #000;
	width:144px;
	height:25px;
	text-align:left;
	background: url(images/parenthover.jpg) repeat-x;
	line-height:19px;
	font-size:12px; 
	font-weight:bold; 
	padding:5px 0 0 15px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;
}
.menu ul li a.hide#highlight {
	display:block;
	text-decoration:none;
	color: #fca534e;
	width:144px;
	height:25px;
	text-align:left;
	background: url(images/parenthover.jpg) repeat-x;
	line-height:19px;
	font-size:12px; 
	font-weight:bold; 
	padding:5px 0 0 15px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#e5e5e5;} /*first level hover #224cf6*/
.menu ul li:hover ul {display:block; position:absolute; top:0; left:160px; width:105px;}
.menu ul li:hover ul li a.hide {background: url (images/parent.jpg) no-repeat; color: ;}  /*parent hover FF0000*/
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#f6f6f6; color:#000; width:230px; height:25px; font-size:11px;border-style: solid; border-width: 1px 1px 1px 0; border-color: #fff #d9d9d9 #d9d9d9;} /*second level bg  (light blue #a2c6f8)*/
.menu ul li:hover ul li a:hover {background:#e5e5e5; color:#000; height:25px;} /*second level hover #224cf6*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
/*---------------//menu------------------*/