/* BEGIN PAGE STYLES */
body {
	margin:0px;
	background:#FFFFFF;
}
.line1 {
	width:100%;
	height:3px;
	background-image:url(images/line_1.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
.line2 {
	width:100%;
	height:3px;
	background-image:url(images/line_1.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}
/* END PAGE STYLES */
/* BEGIN MENU STYLES */
.navContainer {
	width:155px;
}
.menuContainer {
	visibility:hidden; 
	position:absolute; 
	z-index:4; 
	border:solid 1px #C2D3D2;
	background-color:#D9E6E5;
}
.menuItem {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #2A766F;
	cursor: pointer;
	padding:5px 5px 5px 15px;
	vertical-align: middle;
	/*border-bottom:#C2D3D2 1px solid;*/
}
.menuItem:hover {
	background:#CCDBF6;
}
.subMenuItem {
	text-align:left;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-weight:bold;
	color: #2A766F;
	padding:5px;
	cursor: pointer;
	width:145px;
	/*border-bottom:#C2D3D2 1px solid;*/
}
.subMenuItem:hover {
	background:#CCDBF6;
}
/* END MENU STYLES */
/* BEGIN TEXT STYLES */
.isite_content {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	padding: 5px;
}
.channelHeader {
	color: #2D7973;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	padding: 4px 4px 4px 10px;
}
.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: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size:11px;
	padding:10px;
	text-align:center;
}
.title {
	color: #FFFFFF;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px 3px 3px 10px;
}
/* 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: #2A766F; text-decoration: none; }
a:vlink   { color: #2A766F; text-decoration: none; }
a:visited  { color:#2A766F; text-decoration: none; }
a:hover   { color: #666666; text-decoration: underline; }
