/* BEGIN PAGE STYLES */
body {
	margin:0px;
	background:#898CB7;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
.container {
	text-align:center;
	width:100%;
	background-image:url(images/main_09.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
.table {
	width:760px;
	background-image:url(images/main_06.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
.footer {
	background-image:url(images/main_08.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:25px;
}

/* END PAGE STYLES */
/* BEGIN MENU STYLES */
.menuContainer {
	visibility:hidden; 
	position:absolute; 
	z-index:4; 
	border:solid 1px #e9e9B3;
	background-color:#F7F7D3;
}
.menuItem {
	text-align:left;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #666666;
	border-bottom:#e9e9B3 1px solid;
	cursor: pointer;
	padding:4px;
	text-align:right;
}
.menuItem:hover {
	color:#C10607;
}
.subMenuItem {
	text-align:left;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #666666;
	background:#F7F7D3;
	padding:4px;
	cursor: pointer;
	width:135px;
	border-bottom:#EBEBEB 1px solid;
}
.subMenuItem:hover {
	background:#C10607;
	color:#FFFFFF;
}
/* END MENU STYLES */
/* BEGIN TEXT STYLES */
.isite_content {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	padding: 5px;
}
.channelHeader {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	margin:0px;
	padding: 4px;
	background-color: #A84A4A;
}
.channelText {
	color: #666666;
	font-size: 10px;
	font-weight:normal;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	margin:0px;	
	padding: 3px 3px 5px 10px;
}
.orginfo {
	color: #333333;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size:11px;
	padding:10px;
	text-align:center;
}
.title {
	font: 24px arial;
	font-weight: bold;
	color: #003399;
}
/* COPYRIGHT STYLES */
.copyright{font-family:arial; font-size:10px; color:#999999; padding-left: 1px;}
.copy1{font-family:arial; font-size:10px; color:#999999; text-decoration:none;}
.copy1:hover{color:#333366;}
.copy1:link	{color: #999999;}
.copy1:visited	{color: #999999;}
/* LINK STYLES */
a:active  { color: #666666; }
a:link  { color: #C10607; text-decoration: none; }
a:vlink   { color: #C10607; text-decoration: none; }
a:visited  { color:#C10607; text-decoration: none; }
a:hover   { color: #666666; text-decoration: underline; }
