body{
	font-size: 0.8em;
	background-color: #FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #1C1C1C;
	margin: 0;
	padding: 0;
}
dflt{
	font-size: 0.4em;
	background-color: #FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #1C1C1C;
	margin: 0;
	padding: 0;
}
#header {
	height: 65px;
	background: url(../images/header_bgnd.gif) repeat-x;
}
#tabs {
	margin-bottom: 10px;
	height: 42px;
}
.tab {
	margin: 0 1px 0 1px;
	float: left;
	height: 42px;
	width: 103px;
	text-align: center;
	font-size: 1.0em;
}
.active, .inactive {
	display: block;
	padding-top: 3px;
	height: 42px;
	width: 103px;
	background: url(../images/inactive_tab.gif) no-repeat;
	color: #21005E;
	text-decoration: none;
}
.active:hover, .inactive:hover {
	text-decoration: underline;
}

.active {
	background: url(../images/active_tab.gif) no-repeat;
	color: #FFF;
}
h1 {
	color: #003030;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #003030;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	color: #003030;
	font-size: 1.1em;
	font-weight: bold;
}
#leftContentBlock {
  width: 100%;
  float: left;
  margin-right: -400px;
  padding: 0 0 0 20px;
}
#rightContentBlock {
  width: 300px;
  float: right;
  padding: 0 10px 0 10px;
}
#content {
  margin-right: 350px;
  text-align: justify;
  line-height: 150%;
}
#fullContentBlock {
  margin: 0 20px 0 20px;
  line-height: 150%;
  overflow: auto;
}

