@charset "utf-8";
/* CSS Document */

body, td, p, div, h1, h2, h3, h4, h5, h6, ul, li {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	padding:0px;
	margin:0px;
	}
.editable {
	background:none;
	clear:left;
	}
body, td, div, p {
	font-size:11px;
	}
body {
	background:#E8E8E8 url(images/bg.jpg) center repeat-y;

}
h4 {
font-size:11px;
}
img, a img {
	border:0px;
	}
a, a:visited {
	color:#3429B4;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#wrapper {
	width:798px;
	margin: 0 auto;
	}

#titlebar {
	}
#menubar {
height:34px;
}
#menubar ul {
	width:100%;
	list-style:none;	
	}
#menubar ul li {
	float:left;
	text-align:center;
	
	}
#menubar ul li a {
	display:block;
	width:133px;
	height:34px;
	background:url(images/rollover.jpg) left bottom;
	}
#menubar ul li a img {
	padding-top:6px;
	}
#menubar ul .selected a {
	display:block;
	width:133px;
	height:34px;
	background:url(images/rolloverselected.jpg) left bottom;
	}
#menubar ul li .over, #menubar ul .selected .over {
	background-position:top;
	}
#menubar ul li div {
	position:absolute;
	
	}
.submenuwrapper {
padding-top:5px;
	height:20px;
	width:798px;
	background:#565656 url(images/submenubg.jpg) top repeat-x;
	border-bottom:#444 1px solid;
}
#submenu {
	list-style:none;
	}
#submenu li {
	float:left;
	display:block;
	}
#submenu li a {
	width:auto;
	height:25px;
	color:#CCCCCC;
	padding:4px 10px 2px 10px;
	background-image:none;
	text-decoration:none;
	}
#submenu li a:hover {
	text-decoration:underline;
	}
#submenu .selected a {
font-weight:bold;
color:#fff;
	}
#menubar ul li ul {
	display:none;
		}
#content {
	background:#FFFFFF url(images/topbg.jpg) top repeat-x;
	padding-top:10px;
 	}
#pagecontent a {
	text-decoration:none;
	}
#pagecontent a:hover {
	text-decoration:underline;
	}
#pagecontent img {
	margin:2px;
	border:#CCCCCC 1px solid;
	padding:1px;
	}
#pagecontent {
	width:535px;
	float:left;
	padding:0px;
	color:#333;
	position:relative;
	left:23px;
	}
#sidebar {
	width:237px;
	float:right;
	background:#545AA0 url(images/sidebarbg.jpg) right top repeat-y;
	color:#FFFFFF;
	position:relative;
	top:-10px;
	}
#sidebar div {
	padding:5px;
}
#sidebar a {
	color:#FFFFFF;
	text-decoration:none;
	}
#sidebar a:hover {
	color:#CECFE1;
	text-decoration:underline;
	}
#sidebar h4 {
	font-size:13px;
	}
#footer {
clear:both;
padding-top:20px;
color:#999999;
}
.crumbs {
	position:relative;
	left:-12px;
	font-size:9px;
	height:20px;
	margin:0px;
	display:block;
	}
.crumbs a {
	color:#0000FF;
	text-decoration:none;
	}
.crumbs a:hover {
	text-decoration:underline;
	}

#pagecontent ul {
	list-style:inside;
	padding:8px 3px 8px 3px;
	}








/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
	border-bottom:#ccc 1px solid;
	margin-bottom:5px;
	margin-top:0px;
	position:relative;
	left:-12px;
	clear:left;
	
}
.sIFR-hasFlash h3 {
	position:relative;
	left:-4px;
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 17px;
	border-bottom:#ddd 1px solid;
	margin-bottom:5px;
	margin-top:0px;
	clear:left;
}

.topstatus {
position:absolute;
top:0px;
left:0px;
}
.status {
padding:3px;
}
.activateit {
float:left;
background:#eee;
border:#ccc 1px solid;
padding:3px;
display:block;
}
.activateit:hover {
background:#ddd;
border:#666 1px solid;
}
