@charset "utf-8";
html {
	height:100.1%;
}
body  {
	font: 85% Georgia, serif;
	background: #fff;
	padding: 0;
	text-align: center;
	color: #000000;
	height:100.1%;
}
.wrap #container { 
	width: 780px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	font-size:1.0em;
} 
.wrap #header { 
	background: #fff; 
	padding: 0;
} 
.wrap #row1 {
	height:64px;
	width:780px;
	overflow:hidden;
}
.wrap #row1 #logo{
	width:132px;
	float:left;
}
.wrap #row1 #tagline{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
	font-style:italic;
	font-weight:bold;
	font-size:160%;
	/*line-height:32px;*/
	width:400px;
	float:right;
	text-align:right;
}
.wrap #row1 #tagline p{
margin:0;
padding:0;
}
.wrap #row2 {
display:none;
}
.wrap #row3 {
	height:82px;
	width:780px;
}
.wrap #row3 ul {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
.wrap #row3 ul li {
	float:left;
	text-align:center;
}
.wrap #row3 ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:2.2em;
	font-size:1.8em;
	display:block;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
.wrap #row3 ul li#item1 {
	background:#ef8531;
	width:195px;
}
.wrap #row3 ul li#item2 {
	background:#81c4de;
	width:195px;
}
.wrap #row3 ul li#item3 {
	background:#454a5d;
	width:195px;
}
.wrap #row3 ul li#item4 {
	background:#6666cc;
	width:195px;
}

.wrap #row3 ul li.active a,.wrap #row3 ul li:hover a{
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}

.wrap #row4 {
	width:780px;
	
}
.wrap #row4 #left{
	width:280px;
	float:left;
	padding-top:6px;
	padding-bottom:12px;
}
.wrap #row4 #right{
	width:160px;
	float:right;
	padding-top:6px;
}
.wrap #row4 #right a{
	font-size:1.4em;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.wrap #row4 #right a:hover{
	text-decoration:underline;
}
.wrap #sidebar1 {
	float: left;
	width: 195px;
	background: #fff;
	padding: 0;
}
.wrap #sidebar1 ul {
	list-style:none;
	border-top:1px solid #000;
	margin:0;
	padding:0;
}
.wrap #sidebar1 li {
	border:1px solid #000;
	border-top:none;
	font-size:1.2em;
	margin-bottom:-2px;
	overflow:hidden;
}
.wrap #sidebar1 ul li a {
	color:#454a5d;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4em;
	padding-left:0.5em;
	display:block;
}
.wrap #sidebar1 ul li a:hover {
	text-decoration:underline;
}
.wrap #sidebar1 ul li.active {
	background:#000;
}
.wrap #sidebar1 ul li.active a {
	color:#fff;
}
.wrap #mainContent { 
	margin: 0 0 0 205px;
	padding: 0;
	font-size:1.2em;
} 
.wrap #mainContent .unfoldedContent {
	border-bottom:1px solid #000;
}
.wrap #mainContent .unfoldedContent p {
	margin:10px 20px;
}
.wrap #mainContent h3{ 
	margin:0;
	padding:0 0 0 20px;
	line-height:32px;
} 
/*.wrap #mainContent h3.inactive{ 
	border:1px solid #81c4de;
	border-top:none;
} 
.wrap #mainContent h3.active{ 
	border:1px solid #81c4de;
	border-top:none;
	background:#ef8531;
} */
.wrap #footer { 
	padding: 20px 20px 0 20px;
	background:#fff;
	font-size:100%;
	border-top:1px solid #000;
} 
.wrap #footer p {
	margin: 0;
	padding: 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:1.5em;
  color:#000;
  line-height: 2em;
}

/* the content */
/*div.rgaccord1-content {
  width:583px;
  border-left:1px solid #81c4de;
  border-right:1px solid #81c4de;
  padding:0;
}*/
div.rgaccord1-content p{
margin:0;
padding: 0 0 20px 20px;
}
/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

table  {
	font-size: 100%;
	margin:0 0 0 36px;
	padding: 0;
	text-align: left;
	color: #000000;
	font-weight:normal;
}
table p.bodytext{
	margin:0;
	padding:0;
	background:#f3f3f3;
}
