body {
  margin: 0;
  padding: 0;
  font: medium verdana, arial, sans-serif;
  color: #000000;
  background: #FFFFFF;
	font-size:75%;
}
h1{
	margin-top:30px;
	padding:0px;
	font-size:140%;
}
h2, h3, h4, h5, h6{
	margin-top:50px;
	margin-bottom:0px;
	padding:0px;
	border-top: 1px solid gray;
	text-align:left;
	font-size:120%;
}
p{
	margin-top: 5px;
	margin-bottom:0px;
	padding:0px;
}
#header{
  background-color: #FFFF;
	background-image:url(images/headbar.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #000000;
  height: 110px;
  padding: 0 0 0 0;
  margin: 0px 20px 0px 0px;
}
#headerContent{
	background-image:url(images/headright.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
  height: 110px;
	padding:0;
	margin:0;
}
#header img{
	float:left;
}
#footer{
	position:relative;
	height:50px;
  margin: 0px 20px 0px 20px;
}
#footercontent{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
  background-color: #3000AE;
	color: #FFFFFF;
  text-align: center;
  height: 20px;
  padding: 2px 0 0 0;
  font-size: small;
  font-weight: bold;
}
#copyright{
	position:absolute;
	top:25px;
	left:0px;
	font-size:x-small;
	background-color:#ffffff;
	color:#999999;
}
#siteby{
	position:absolute;
	top:25px;
	right:0px;
	background-color:#ffffff;
	color:#999999;
	font-size:x-small;
	text-align:right;
}
#siteby a:link, #siteby a:visited, #siteby a:active{
	color:#999999;
	text-decoration: none;
}
#siteby a:hover{
	color: #000000;
	text-decoration: none;
}
#centerColumn {
	background-color:#f2eff5;
  padding: 0;
  margin-left: 150px;
  margin-right: 266px;
}
#leftColumn{
	background-color:#D7D7D7;
  position: absolute;
  top: 110px;
  width: 130px;
  margin: 0px 0px 0px 20px;
  padding: 0;
  font-size: small;
}
#rightColumn{
	background-color:#e0d9f2;
  position: absolute;
  top: 110px;
  width: 240px;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  font-size: small;
	border-left: 2px solid #3000ae;
	border-right: 2px solid #3000ae;
	border-top-style:none;
	border-bottom-style:none;
}
#leftColumn {
  left: 0;
}
#rightColumn {
  right: 0;
}
#centerColumnContent{
  margin: 0;
  padding: 1em;
	background-color:#f2eff5;
	color:#333333;
}
#rightColumnContent{
  margin: 0;
  padding: 5px;
}
#rightColumnContent img{
	margin: 5px;
}
#leftColumnContent{
	background-color:#D7D7D7;
	padding: 5px;
	margin:0;
}
#leftColumnContent ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #3000ae;
	background-color:transparent;
	margin: 50px 0px 50px 0px;
	padding: 0px;
	list-style-type: none;
}
li{
	margin-top:4px;
	margin-bottom:4px;
}
li.menu {
	margin: 2px;
	padding: 2px;
}
li.menu a:link, li.menu a:active, li.menu a:visited {
	display: block;
	color: #3000ae;
	background-color:#D7D7D7;
	border: solid 1px #D7D7D7;
	padding: 5px;
	margin:0px;
	text-decoration:none;
}
li.menu a:hover{
	border: solid 1px gray;
	background-color:#CCCCCC;
	padding: 5px;
	margin:0px;
	text-decoration:none;
}
a.more:link, a.more:active, a.more:visited{
	display:block;
	float:right;
	color: #3000ae;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	padding:0px;
}
a.more:hover{
	display:block;
	float:right;
	color: #3000ae;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	padding:0px;
}
a img{
	border-style:none;
}
input.normal, textarea.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #000000;
	background-color:#ffffff;
	width: 280px;
}
