body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background:#FFF;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:752px;
	margin:auto;
	padding:0px;
	border:#8F0413 4px solid;
	background-image:url(images/fort_07.jpg);
	background-repeat:repeat-y;
}
#flash {
	width:752px;
	height:259px;
	background:#000;
	background-image:url(Images/1.jpg);
	background-repeat:no-repeat;
}
#subflash {
	width:752px;
	height:89px;
	background:#000;
	background-image:url(Images/subplaceholder.jpg);
	background-repeat:no-repeat;
}
#main {
	width:752px;
	margin:0px;
	padding:0px;
}
#sidebar {
	float:left;
	width:197px;
	padding:0px;
	margin:0px;
}
#channels {
	width:546px;
	padding:0px;
	margin:auto;
}
.channel {
	float:left;
	width:166px;
	padding:7px;
	text-align:left;
	margin-right:2px;
	overflow:hidden;
	color:#333;
}
.channel h3 {
	font-size:12px;
	font-weight:normal;
	text-align:left;
	_height:12px;
	color:#352F44;
	margin:-7px -7px 5px -7px;
	padding:5px;
	border-bottom:#8F0413 1px solid;
}
#contentarea {
	float:right;
	width:555px;
	padding:0px;
	margin:0px;
}
#isite_content {
	padding:4px;
	text-align:left;
	color:#333;
}
#org_info { 
	padding:4px;
	background:#8F0413;
	text-align:center;
	color:#ECD8AA;
	border-bottom:#FFF 1px solid;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:749px;
	height:110px;
	text-align:right;
	margin:auto;
	font-size:9px;
	padding:3px 3px 0px 0px;
	background-image:url(Images/fort_01.jpg);
	background-repeat:no-repeat;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
}
#topmenu a {
	color:#FFF;
	padding:0px 7px;
	border-left:#000 1px solid;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#FFF;
}
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	text-align:left;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	width:185px;
	padding:6px;
	color:#352F44;
	border-bottom:#ECD8AA 1px solid;
}
.menuitem:hover {
	color:#352F44;
	padding:6px 10px 6px 0px;
	text-align:right;
	background-image:url(Images/fort_06.jpg);
	background-repeat:no-repeat;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#B4A9E8;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px;
	color:#352F44;	
	margin:0px;	
	background:#B4A9E8;
	border-bottom:#ECD8AA 1px solid;
}
.subitem:hover {
	background:#CFC7F4;
	color:#352F44;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
