/* CSS Document */
body{
	background: LightGoldenRodYellow;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

.buttonheading img{
  border: 0 none;
}

.banneritem img{
  border: 0 none;
}

#all{
	background: White;
	border: solid 1px;
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	width: 968px;
	padding: 0 3px 3px 3px;
	text-align: left;
}

#header{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
	border-bottom: solid 4px #ccc;
}

#login{
	font-size: 1.1em;
}

#login a{
  text-decoration: none;
}

#login a:visited{
  color: blue;
}

#login a:hover{
  text-decoration: underline;
}

#logo{
	font-size: 1.5em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
	border-bottom: solid 1px #666;
}

#logo img{ 
  display: inline;
}

#fontsize{
  text-align: right;
  padding: 0 0 3px 0;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:0.8em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:normal;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/big_font.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/small_font.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/default_font.gif) no-repeat;
}

#fontsize a{
  text-decoration: none;
}

#fontsize a:visited{
  color: blue;
}

#topmenubox{
  background: gold;
  height: 33px;
  width: 968px;
}

div#topmenu{
  float: left;
  background: gold;
  font-weight: bold;
  width: 70%;
}

div#topmenu a{
  color: green;
  text-decoration: none;
}

div#topmenu a:hover{
  color: brown;
}

div#topmenu a:visited{
  color: green;
}

#searchbox{
  float: right;
  padding: 2px 2px;
}

#mainbody {
	float: left;
	width: 968px;
}

#sidebar {
  float: left;
  width: 30%
}

#content40 {
  float: left;
  width: 40%;
  overflow: hidden;
}

#content70 {
  float: left;
  width: 70%;
  overflow: hidden;
}

#content100 {
  float: left;
  width: 100%;
  overflow: hidden;
}

#split50 {
  float: right;
  width: 50%;
  overflow: hidden;
}

#split70 {
  float: right;
  width: 100%;
  overflow: hidden;
}

#sidebar-2 {
  float: left;
  width: 30%;
}

.inside {
padding:10px 5px;
}

#footer {
  clear: both;
  border-top: 2px solid darkgray;
}

#footer,.small,.createdate,.modifydate,.mosimage_caption {
  font: 0.8em Arial,Helvetica,sans-serif;
  color: #999;
}
