@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/pagetile.jpg);
	background-repeat:repeat-y;
	background-color: #600;
	margin-top: 0px;
}
#wrapper {
	width: 914px;
	margin: 0 auto;
	height: 100%;
	align:center;
	text-align:left;
	background-color:#FFF;
	background-image:url(../images/righttile.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#header {
	position:relative;
	left:0;
	top:0;
	width:900px;
	height:54px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#topnav {
	position:relative;
	float:right;
	top:0;
	width:404px;
	height:12px;
	padding-top:4px;
}
.topnav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffc;
}
a.topnav:link {color:#ffc; text-decoration:none;}
a.topnav:hover {color:#900; text-decoration:none;}
a.topnav:active {color:#000; text-decoration:none;}
a.topnav:visited {color:#ffc; text-decoration:none;}

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
}

#modulename {
	float:left;
	width:878px;
	height:23px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:7px 0 0 22px;
	background-image:url(../images/topnavtile.jpg);
	background-repeat:repeat-x;
}
#flashdivMainmenu {
	width:914px; 
	text-align:left; 
	float:left; 
}
#widecontent {
	width:900px;
	height:auto;
	text-align:left; 
	float:left; 
}
#leftdiv {
	float:left;
	width:208px;
	height:auto;
	background-color:#FFEBC0;
	background-image:url(../images/topnav_shadow_left.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#leftpic {
	width:208px;
	height:100px;
	float:left;
}
#leftmenu {
	width:186px;
	height:auto;
	padding:20px 8px 20px 14px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:left;
}
#rightdiv {
	float:left;
	width:684px;
	height:auto;
	padding:8px 0 0 8px;
	background-image:url(../images/topnav_shadow_right.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
#footer {
	float:left;
	height:33px; 
	width:914px; 
	padding-top:9px; 
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	background-image:url(../images/foottile.jpg); 
	background-position:top;
	background-repeat:no-repeat;
	margin-top:8px;
}
#toggle h4 {
	cursor: pointer;
}

#toggle h4 a:hover {
	/*text-decoration: underline;*/
	cursor: pointer;
}

.toggle h6:hover {
	/*text-decoration: underline;*/
	cursor: pointer;
	color:#f00;
}

.togglebox {
	width:436px; 
	border:#e8e3db solid 1px; 
	padding:10px 12px 2px 12px;
}