body {
	background-color: #fff;
	font: 11px/20px Tahoma, Geneva, sans-serif;
	margin: 0;
}

p {
	margin: 0px;
	padding-bottom: 15px;
}

h3 {
	margin: 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

img { 
	behavior: url("../lib/iepngfix.htc"); 
}

.commonLink a:link, .commonLink a:active, .commonLink a:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

.commonLink a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

/********************************* Middlepane Styles **********************************/

.midTblMargin {
	margin: 0 5px 0 5px;
}

.leftpaneBg {
	width: 300px;
}

.leftTblMargin {
	margin: 5px 5px 5px 0;
}

.innerLeftTblMargin {
	margin: 0 5px 0 5px;
}

.newsTitle {
	color: #c00;
	font-size: 11px;
	font-weight: bold;
}

.newsContent {
	text-align: justify;
}

.titleBg {
	background: url("../images/title_bg.jpg") repeat-x;
}

.mainTitle {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0 5px;
}

.midBorder {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.titleBorderBtm {
	border-bottom: 1px solid #ccc;
}

.middleTblMargin {
	margin: 5px 0 5px 6px;
}

.mainContent {
	padding: 0 5px 0 5px;
	text-align: justify;
}

.portBorder {
	border: 1px solid #ccc;
}

.portBorderTop {
	border-top: 3px solid #ccc;
}

.portBorderBottom {
	border-top: 1px solid #ccc;
}

.portTitle {
	color: #c00;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.viewWeb {
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	display: block;
}

.viewWeb a:link, .viewWeb a:active, .viewWeb a:visited {
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
}
	
.viewWeb a:hover {
	background-color: #c00;
	border: 2px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
}


/******************************** Collapsible Menu ********************************/

.menu_list {	
	width: 200px;
}
.menu_head {
	padding: 0 0 0 20px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: url(../images/left.png) center left no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a {
  background: #fff url(../images/left1.png) no-repeat;
  background-position: 10% 50%;
  font-size: 11px;
  display:block;
  color: #333;
  padding: 0 0 0 35px;
  text-decoration:none;
}
.menu_body a:hover {
  color: #c00;
  background: #fff url(../images/down1.png) no-repeat;
  background-position: 10% 50%;
  padding: 0 0 0 35px;
  text-decoration: none;
  }
  
.portPages {
	color: #333;
	font-weight: bold;
	padding: 0;
}

.portPages a:link, .portPages a:active, .portPages a:visited {
	background-color: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
}

.portPages a:hover {
	background-color: #c00;
	border: 1px solid #844200;
	color: #fff;
	text-decoration: none;
}

.hostBorder {
	border: 1px solid #333;
}

.tdContent1 {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

.tdContent2 {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
}

.tdContent3 {
	background-color: #f0f0f0;
}

.tdContent4 {
	background-color: #FFD2D2;
}

.tdContent5 {
	background-color: #FF9797;
}
	
.tdContent6 {
	background-color: #FF5B5B;
}

.tdContent7 {
	background-color: #FF2222;
}

