/* CSS Document */
#div_webContainer{
	height: auto;
	width: 800px;
	padding-top:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
    background-image: url(../images/divContainerBackgroundV.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 10px;
}
#div_topInfo{
	width: 786px;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	line-height: 3px;
	font-weight: lighter;
	color: #666666;
	height: 15px;
	vertical-align: bottom;
	/*background-image: url(../images/divContainerBackgroundHTop.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;	
}
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
	/*background-color: #ECF2F7;*/
	background-color: #EEEEEE;
}
#tbl_baseTop{
	background-color:#FFFFFF;
}
#td_topBanner{
	height: 102px;
	width: 750px;
}
#td_mainMenu{
	width: 750px;
	text-align: center;
	vertical-align: middle;
}
#div_mainMenu{
	width: 750px;
	text-align: center;
	vertical-align: bottom;
	/*background-image: url(../images/mainMenuImg.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	padding-top: 25px;
}
#ul_mainMenu {
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#tbl_content{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-top: 8px;
	width: 750px;
}
#td_content{
	text-align: center;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 1px;
}
/* ul_mainMenu */

#ul_mainMenu{
	vertical-align: top;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#ul_mainMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	
}

#ul_mainMenu a:link, #ul_mainMenu a:visited {
	float: left;
	font-size:11px;
	line-height: 12px;
	font-weight: bold;
	padding: 0 12px 5px;
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #999999;
}

#ul_mainMenu a:active, #ul_mainMenu a:hover {
	color:#FF9933;
}
#tbl_downBanner{
	margin-top:10px;
	margin-bottom:10px;
}
#td_downBanner{
	height: 80px;
	width: 750px;
	text-align: center;
	vertical-align: bottom;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#td_downInfo{
	width: 750px;
	text-align: center;
	vertical-align: middle;
}
#div_downInfo1{
	width: 786px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	line-height: 30px;
	font-weight: lighter;
	color: #999999;
	height: 30px;
	padding-top: 5px;
	vertical-align: bottom;
	background-image: url(../images/divContainerBackgroundHDown.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#div_dow_links{
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
	text-align: center;
	color: #999999;
	font-weight: lighter;
}
#div_dow_legal{	
	width: 800px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;	
	text-align: center;
	color: #999999;
	font-weight: lighter;
}
#div_dow_links a:link, #div_dow_links a:visited {
	font-size:11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
}

#div_dow_links a:active, #div_dow_links a:hover {
	color: #666666;
	text-decoration: underline;		
}
