body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#6C7067;
	background-image:url(Images/bg.gif);
	margin:0px;
	padding:0px;
}
/************* CONTAINER *********************/
#container {
	text-align:left;
	background-image:url(Images/bg2.gif);
	background-repeat:repeat-y;
	background-position:top center;
	margin:auto;
	padding:0px 5px;
	width:760px;
}
#icons {
	width:750px;
	height:21px;
}
#icons div {
	float:right;
	height:21px;
	border:#000 solid;
	border-width:1px 1px 0px 1px;
}
/** HEADER **/
#header {
	width:750px;
	border-top:#000 6px solid;
	height:156px;
	margin:auto;
}
#logo {
	float:left;
	height:156px;
	width:181px;
}
#flash {
	float:right;
	background-image:url(Images/flash.jpg);
	background-repeat:no-repeat;
	height:156px;
	width:569px;
}
/** MAIN **/
#main {
	clear:both;
	background-image:url(Images/left.gif);
	background-repeat:repeat-y;
	width:750px;
	margin:auto;
}
#sidebar {
	float:left;
	width:181px;
	padding-bottom:25px;
}
#announcements {
	border:#999 1px solid;
	width:85%;
	margin:auto;
	padding:6px;
}
#announcements h3 {
	font-size:12px;
	font-weight:normal;
	color:#8D2F32;
	background:#EBEBEB;
	padding:5px;
	margin:-5px -5px 3px -5px;
}
#contentarea {
	float:right;
	width:569px;
}
#isite_content {
	padding:5px;
}
#footer {
	clear:both;
	text-align:center;
	background-image:url(Images/bg3.gif);
	padding:5px 2px;
	color:#FFF;
}
/********** COPYRIGHT *******************/
#copyright {
	clear:both;
	text-align:center;
	background-image:url(Images/bg4.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:15px 5px;
	color:#999;
}
#copyright a {
	color:#FFF;
}
/************* MENU *********************/
#menu {
	width:181px;
	text-align:right;
	margin-bottom:10px;
}
#menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
.menuitem {
	font-weight:bold;
	background-image:url(Images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-bottom:#999 1px solid;
	padding:21px 20px 3px 5px;
	margin-right:1px;
	width:120px;
}
.menuitem:hover {
	background-image:url(Images/nav_on.gif);
	background-position:bottom right;
	background-repeat:repeat-x;
}
#menu a:hover {
	color:#922C2F;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#EBEBEB;
	padding:0px;
	margin:0px;
	border:#999 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	text-align:left;
	font-size:11px;
	border-top:#CCC 1px solid;
	padding:5px;
	width:135px;
}
.menucontainer a:hover {
	background:#FFF;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}