/* BEGIN PAGE STYLES */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	margin:25px 0px 10px 0px;
	background:#252525 url(/NEW_images/background.jpg) repeat-x;
}
.header {
	width:100%;
	height:10px;
	font-size:3px;
	background-image:url(NEW_images/bg_02.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.bodyContainer {
	width:100%;
	background-image:url(NEW_images/bg_04.png);
	background-repeat:repeat-y;
	background-position:top center;
}
.body {
	width:100%;
	background-image:url(NEW_images/_bg_04.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.footer {
	width:100%;
	height:12px;
	text-align:center;
	background-image:url(NEW_images/bg_05.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/* END PAGE STYLES */
/* BEGIN MENU STYLES */
.navContainer {
	width:173px;
}
.menuContainer {
	visibility:hidden; 
	position:absolute; 
	z-index:4; 
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
.menuItem {
	padding:3px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #666666;
	cursor: pointer;
	padding:3px 3px 3px 10px;
	vertical-align: middle;
	border-bottom:#CCCCCC 1px solid;
}
.menuItem:hover {
	background:#FDF3C4;
}
.subMenuItem {
	text-align:left;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #666666;
	padding:4px;
	cursor: pointer;
	width:145px;
	border-bottom:#CCCCCC 1px dotted;
}
.subMenuItem:hover {
	background:#FDF3C4;
}
/* END MENU STYLES */
/* BEGIN TEXT STYLES */
.isite_content {
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	padding: 5px 5px 5px 13px;
}
.channelContainer {
	font: bold 12px arial;
	color: #82AC7E;
	padding: 3px 5px 3px 5px;
}
.channelText {
	color: #666666;
	font-size: 10px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	margin:0px;
	padding:0px;
}
.orginfo {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-serif;
	font-size:10px;
	padding:10px;
	text-align:center;
}
.title {
	font-size:14px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 9px 5px 9px 10px;
	background-image:url();
	background-position:left center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
/* COPYRIGHT STYLES */
.copyright {
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	font-size:11px;
	color:#888;
	line-height:1.3em;
}
.copyright a {
	color:#fdb813;
	}
	.copyright a:hover {
		color:#fff;
		}
	.copyright span {
		color:#fdb813;
		padding:0 5px;
		}
.copy1{font-family:"Trebuchet MS", arial; font-size:10px; color:#666; text-decoration:none;}
.copy1:hover{color:#999;}
.copy1:link	{color:#666;}
.copy1:visited	{color:#666;}
/* LINK STYLES */
a:active  { color: #666666; }
a:link  { color: #fd9310; text-decoration: none; }
a:vlink   { color: #fd9310; text-decoration: none; }
a:visited  { color:#fd9310; text-decoration: none; }
a:hover   { color: #666666; text-decoration: underline; }
