body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/background.jpg);
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:758px;
	border:#FFF 1px solid;
	padding:0px;
	margin:auto;
	background:url(images/subpagebackground.jpg) repeat-y;
}
#header {
	background:#062d80;
}
	#fheader {
		height:107px;
		border-bottom:#FFF 1px solid;
	}
#navbar {
		background:url(images/trinity_02.jpg) no-repeat;
		width:758px;
		height:33px;
}
#gohome {
	float:right;
	width:35px;
	height:32px;
	padding:1px 4px 0 0;
}
#main {
	width:738px;
	background:url(images/mainbg.jpg) repeat-y;
	margin:auto;
}
#sidebar {
	float:left;
	width:171px;
	margin:0px;
	text-align:left;
}
#contentarea {
	float:right;
	width:561px;
	text-align:left;
}
#flash {
	margin:1px;	
}
#breadcrumb {
	float:left;
	width:550px;
	height:12px;
	padding:4px;
	margin:auto;
	font-size:11px;
	background:#658CD9;
	border:#DADADA 1px solid;
}
#breadcrumb a {
	display:block;
	float:left;
	color:#FFF;
	padding:0px 10px;
	background:url(images/breadcrumbbullet.jpg) no-repeat right;
}
#breadcrumb a:hover {
	color:#FFF;
	padding:0px 10px;
	text-decoration:underline;
} 
#isite_content {
	padding:0px 6px;
	border-top:#688ED9 4px solid;
}
#footer {
	text-align:left;
	padding:5px 12px;
	font-size:10px;
	font-weight:normal;
	color:#345290;
}
#orginfo {
	border-top:#062D80 1px solid;
	padding-top:3px;
	text-align:center;
}
/********* FOOTER MENU *********/
#fmenu {
	height:20px;
	padding-top:5px;
}
#fmenu a {
	display:block;
	float:left;
	padding:0px 5px 0px 0px;
	margin-right:8px;
}
#fmenu .menuitem {
	font-size:10px;
	color:#345290;
	font-weight:normal;
}
#fmenu .menuitem:hover {
	color:#345290;
	text-decoration:underline;
}
#fmenu .selected {
	color:#345290;
	font-weight:bold;
}
#fmenu .selected:hover {
	color:#000;
}
/**************************SIDEBARMENU*******************************/
#submenu {
	width:169px;
}
 #sidebar h2 {
 	width:157px;	
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	margin:0px 0px 0px 1px;
	border:#FFF 1px solid;
	background:#062D80;
	padding:5px;
}
#sidebar a {
	display:block;
	color:#797979;
	margin-left:1px;
	font-size:12px;
	width:159px;
	border-bottom:#D9D9D9 1px solid;
	padding:5px;
	text-align:left;
}
#sidebar a:hover {
	color:#797979;
	text-decoration:underline;
	background:#E9E9E9 url(images/submenuhover.jpg) no-repeat right;
}
#sidebar .selected {
	font-weight:bold;
	color:#797979;
	background:#E9E9E9 url(images/submenuhover.jpg) no-repeat right;
}	
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:730px;
	text-align:right;
	margin:auto;
	padding:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#6A76B4 1px solid;
}
#topmenu a {
	color:#CA0C0C;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#6A76B4;
}
/*************/
/*************/
#menu {
	float:left;
	font-size:12px;
	color:#FFF;
	width:713px;
	height:33px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	float:left;
	padding:4px 5px 5px 5px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
#menu .menuitem:hover {
	background:url(images/arrow.gif) bottom center no-repeat;
}
#menu .menuitem a {
	padding:5px;
}
#menu .menuitem:hover a {
	color:#000;
	background:#9E9F94;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	text-align:left;
	position:absolute;
	background:#658CD9;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px;
	font-weight:bold;
	color:#FFF;	
	border-bottom:#B2C6EC 1px solid;
	margin:0px;	
	background:#658CD9;
}
.subitem:hover {
	background:#7C9DDF;
	color:#FFF;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}