/* BEGIN PAGE STYLES */
body {
	margin:25px 0px 10px 0px;
	background:#A54946;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.header {
	width:100%;
	height:10px;
	font-size:3px;
	background-image:url(images/bg_02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.bodyContainer {
	width:100%;
	background-image:url(images/bg_06.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
.body {
	width:100%;
	background-image:url(images/bg_04.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.footer {
	width:100%;
	height:12px;
	text-align:center;
	background-image:url(images/bg_05.jpg);
	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: 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: 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: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	padding: 5px 5px 5px 21px;
}
.channelContainer {
	font: bold 12px arial;
	color: #82AC7E;
	padding: 3px 5px 3px 5px;
}
.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: #666666;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size:10px;
	padding:10px;
	text-align:center;
}
.title {
	font-size:14px;
	font-weight:normal;
	font-family: "Century Gothic",Arial, Helvetica, Geneva, Sans-serif;
	color: #A54946;
	margin-left:4px;
	padding: 2px 5px 3px 17px;
	background-image:url(images/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
/* COPYRIGHT STYLES */
.copyright {
	text-align:left;
	font-family:arial;
	font-size:10px;
	color:#FFFFFF;
}
.copy1{font-family:arial; font-size:10px; color:#FFFFFF; text-decoration:none;}
.copy1:hover{color:#FDF3C4;}
.copy1:link	{color: #FFFFFF;}
.copy1:visited	{color: #FFFFFF;}
/* LINK STYLES */
a:active  { color: #666666; }
a:link  { color: #A54946; text-decoration: none; }
a:vlink   { color: #A54946; text-decoration: none; }
a:visited  { color:#A54946; text-decoration: none; }
a:hover   { color: #666666; text-decoration: underline; }
