body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#b9ae95 url(Images/bg.gif) center repeat-y;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	margin:auto;
	padding:0px;
	background:url(Images/indiana_07.jpg) repeat-y;
}
#header {
	height:129px;
	background:url(Images/indiana_01.jpg) bottom no-repeat;
}
#main {
	width:760px;
	margin:0px;
	padding:0px;
	text-align:left;
}
/************** #sidebar {
	float:left;
	width:200px;
	margin:0px;
}
 SIMPLE MENU 
#sidebar #menu {
	width:170px;
	margin: 15px 0px 0px 0px;
	padding:0px;
	text-align:left;
}
#sidebar ul {
	z-index:5;
	text-align:center;
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar li {
	padding:0px;
	margin:0px auto 0px auto;
	_height:12px;
}
#sidebar li ul {
	display:none;
}
#sidebar a {
	text-align:left;
	display:block;
	color:#FFF;
	text-decoration:underline;
	background:url(Images/linksarrow.jpg) left center no-repeat;
	font-size:12px;
	font-weight:normal;
	margin-left:6px;
	padding:5px 10px;
}
#sidebar a:hover {
	color:#e8b574;
	background:none;
	text-decoration:none;
	background:url(Images/linksarrow.jpg) left center no-repeat;
}
/****************  END SIMPLE MENU  ************/					
#contentarea {
	float:right;
	width:742px;
	padding:0px 9px 0px 9px;
	margin:0px;
}
#flash {
	width:759px;
	height:196px;
	background:url(images/indiana_04.jpg) no-repeat;
}
#left {
	float:left;
	width:196px;
	height:196px;
	margin-left:1px;
}
#right{
	float:right;
	width:559px;
	height:196px;
	background:#333;
	margin:0 1px;
}
#isite_content {
	padding:4px;
}
#footer {
	padding:0px;
	margin:0px;
	background:#cbbfa2;
	text-align:left;
	font-size:10px;
}
#orginfo {
	margin-bottom:4px;
}
/****** FOOTER MENU ******/
/** FOOTER MENU **/
#fmenu {
	height:20px;
	border-top:#4e4e4e 1px solid;
	margin-top:3px;
}
#fmenu a {
	display:block;
	float:left;
	margin-right:8px;
}
#fmenu .menuitem {
	font-size:10px;
	color:#4e4e4e;
	padding:3px;
}
#fmenu .menuitem:hover {
	color:#4e4e4e;
	background:#a8a08c;
	text-decoration:underline;
}
#fmenu .selected {
	color:#4e4e4e;
	font-weight:bold;
	background:#a8a08c;
}
#fmenu .selected:hover {
	color:#4e4e4e;
}

/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:760px;
	text-align:left;
	margin:0px;
	padding:3px 0px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
}
#topmenu a {
	color:#616161;
	padding:4px 8px;
	margin:0px;
}
#topmenu a:hover {
	color:#616161;
	background:#FFF;
}
/*************/
#menu {
	font-size:12px;
	color:#6A76B4;
	background:url(images/indiana_03.jpg) no-repeat;
	height:38px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	float:left;
	padding:7px;
	white-space:no-wrap;
	color:#FFF;
}
#menu .menuitem:hover {
	text-decoration:underline;
	color:#d65f31;
}
/** SUB MENU **/
.menucontainer {
	text-align:left;
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#A2A2C1;
	border-top:#990000 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:140px;
	padding:4px;
	color:#FFF;	
	margin:0px;	
	background:#990000 url(Images/submenubottom.gif) bottom repeat-x;
}
.subitem:hover {
	background:#bd3601 url(Images/submenubottom.gif) bottom repeat-x;
	color:#FFF;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}


