body {
height: 100%;
padding: 0px;
font-family: Arial, Helvetica, Sans Serif;
color: #333333;
background: #ffffff;
}

.border {
border: 1px solid #EFEFEF;
}

#menu {
padding-top: 15px;
text-align: left;
color: #fff;
font-weight:bold;
line-height:25px;
}

a.mainlevel:link, a.mainlevel:visited {
padding-right: 15px;
padding-left: 35px;
padding-bottom: 0px;
padding-top: 0px;
width: 231px;
text-decoration: none;
text-align: left;
color: #fff;
font-weight: bold;
line-height: 25px;
font: 16px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
}

#menu a:hover {
color: #c1ae9d;
}

#center {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
padding: 20px;
text-decoration: none;
font-weight: normal;
}

.contentheading, .contentpagetitle, .componentheading  {
padding-right: 470px;
color: #8b7f75;
margin-bottom: 10px;
border-bottom: 1px solid #dfdfdf;
font-size: 20px;
font-weight: normal;
}




a.sublevel:link, a.sublevel:visited {
color: #c1ae9d;
margin-bottom: 4px;
padding-top: 1px;
padding-left: 30px;
font-size: 13px;
font-weight: normal;
line-height: 25px;
text-decoration: none;
}

a.sublevel:hover {
	color: #c1ae9d;
	text-decoration: underline;
}

.button {
  color: #575f70;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
   font-weight: normal;
font-size: 11px;
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

table.contentpane {
font-weight: normal;
font-size: 11px;
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
font-weight: normal;
font-size: 11px;
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

