/* CSS Document */

/* Main div for the complete website */
#main {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
}
TD {
	color: #000;
}
/* Div where the logo, name and search boxes are in */
#topLogoName {
	background-image: url(img/bgtop.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 100%;
}
#menuContent {
	width: 100%;
	margin-top: 15px;
}

#menuContent #leftMenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 186px;
	margin-left: 0px !important; margin-left: -16px;
	margin-bottom: 50px;
	background-color: #0E7DC2;
}

#menuContent #leftMenu li {
	behavior: url('iefix.htc');
	border-bottom: 0;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	padding-left: 13px;
	padding-top: 8px;
	width: 173px;
	font-weight: normal;
}

#menuContent #leftMenu li.selected {
	background-color: #EF4025;
}

#menuContent #leftMenu li:hover {
	background-color: #EF4025;
}

#menuContent #leftMenu li.hover {
	background-color: #EF4025;
}

#menuContent #leftMenu LI A {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}

#mainContent {
	padding-top: 12px;
}

#menuContent #leftMenu LI #subMenu {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 10px;
	margin-left: 4px;
}

#menuContent #leftMenu LI #subMenu A {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;	
	font-weight: normal;
	font-size: 10px;
}

#menuContent #leftMenu LI #subMenu A:hover * {
	color: #D9252F;
	font-weight: bold;
	font-size: 10px;
}

#menuContent #leftMenu LI #subMenu A.selected {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

#homeContent {	
	height: auto;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 15px;
	color: #000;
}
#homeContent02 {	
	color: #fff;
	font-weight: bold;
	padding: 20px;
}
#homeContent02 A{	
	color: #EF4025;
	font-weight: bold;
}
.homeRight {
	background-color: #0E7DC2;
	padding: 0px;
}
#homeRightText {
	width: 187px;
	padding: 16px;
	background-color: #FEC34D;
	color: #000;
}
.moreLink {
	color: #CCC;
}
.moreLink:hover {
	color: #CCC;
}
.moreLink2 {
	padding-top: 2px;
	color: #22519A;
}
.moreLink2:hover {
	color: #22519A;
}
#newsTicker {
	background-color: #EDEDED;
	padding-left: 24px;
	height: 25px;
	line-height: 20px;
}
.contentTable {
	
}
