@charset "utf-8";
#pageTop {
	width: 100%;
	background: url(../_images/topBG.jpg) top left repeat-x;
	min-height: 530px;
	height: 530px !important;
}

#container { 
	width: 763px;
	background: url(../_images/contentBG.jpg) 35px 0px repeat-y;
	margin: 0 auto;
} 
#header { 
	background: url(../_images/headerBG.jpg) left top no-repeat;
	width: 763px;
	height: 134px;
	overflow: hidden;
} 
#sidebar1 {
	float: left;
	/* total width: 218px; */
	width: 142px;
	padding: 65px 30px 10px 46px;
	background: url(../_images/menuTop.jpg) left top no-repeat;
}
#menu {
	width: 139px;
	border-left: 1px solid #45b2ff;
	border-right: 1px solid #45b2ff;
	background-color: #FFF;
	padding: 0 0 2px 1px;
}
#menuBott {
	background: url(../_images/menuBott.jpg) left top no-repeat;
	width: 142px;
	height: 11px;
	overflow: hidden;
}
#navList {
	width: 138px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navList li {
	width: 138px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px dotted #9a9a9a;
}
#navList li a {
	text-decoration: none;
	/* total width: 138px; */
	width: 111px;
	padding: 7px 5px 6px 22px;
	display: block;
	font-weight: bold;
	background: url(../_images/bullet.gif) 7px 11px no-repeat;
}
#navList li.lastItem {
	border-bottom: none;
}
#navList li.selectedMenu a {
	background-color: #f6d8ff;
}
#navList li a:link {
	color: #000;
}
#navList li a:visited {
	color: #000;
}
#navList li a:hover {
	background-color: #f6d8ff;
}
#navList li a.grayMe:link {
    color: #b2b2b2;
}
#navList li a.grayMe:visited {
    color: #b2b2b2;
}
#navList li a.grayMe:hover {
	background-color: #FFF;
}


#mainContent { 
	margin: 14px 0 0 218px;
	padding: 0 50px 14px 0px;
} 
#footer { 
	/*width: 763px;
	height: 59px;*/
	width: 599px;
	height: 170px;
	padding-left: 164px;
	overflow: hidden;
	background: url(../_images/footerBG.jpg) 35px 0px no-repeat;
} 
