<!--
body {
  background-color: #9c9c9c;
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  margin: 1px 10px 10px 10px;
  text-align: center;
}
#content { 
  width: 100%;
  margin: 0;
  padding: 0px;
  text-align: left;
  background-color: #fff;
  color: #000	
}

p, h1 {
margin: 0px; 
padding: 10px; 
}

/* menubar styles */
h1 {
	display:none;
}

h1 A:link, h1 A:visited, h1 A:active {
color: #E5EEF9;
font-size: x-small;
background-color: #97B9E4;
text-decoration: none; 
}

h1 A:hover {
color: #FFFFFF;
font-size: x-small;
background-color: #97B9E4;
text-decoration: none 
}

a { 
color: #ff66cc;
background-color: transparent;
text-decoration: none; 
}	

.area {
	background: url(../images/content_bg.jpg) #ebebeb repeat-x;
	padding: 5px 5px 10px 5px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	text-align:justify; 
	color: #000;
}

.top div div {
	border: 1px solid #C0C0C0;
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	overflow: visible;
}

.top_button {
	float: right;
	display: inline;
	margin: 4px 4px 0 0px;
	border: 0;
}

#leftcontent {
	margin: 5px 210px 5px 5px;
}
/* Align boxes properly in ie6 */
* html #leftcontent {
	margin: 5px 220px 5px 5px;
}

#rightcontent {
	float: right;
	right: 0px;        
	width: 200px;
	margin: 5px; 
}

#shaddow-right {
	padding: 0 12px 0 0;
	background: url(../images/sides_bg.gif) repeat-y right;
	height: 100%;
}

#shaddow-left  {
	padding: 0 0 0 12px;
	background: url(../images/sides_bg.gif) repeat-y left;
	height: 100%;
}
/* footer links */
#footer A:link, #footer A:visited, #footer A:active {
	color: #888;
	background:transparent;
	text-decoration: none; 
}
#footer A:hover {
	color: #000;
	background:transparent;
	text-decoration: none; 
}
/* middle footer image */
#footer             {
	background: url(../images/foot.gif) repeat-x 0px -52px;
	color: #888;
	background-color: #fff;
}
/* right footer image */
#footer div {
	background: url(../images/foot.gif) no-repeat 100% 0px;
	width: 100%;
}
/* left footer image */
#footer div div {
	background: url(../images/foot.gif) no-repeat 0px -26px;
	text-align: left;
	height: 26px;
	line-height: 110%;
}
#footTextRight   {
	display:none;
}
#footTextLeft   {
	float:left;
	text-align:left;
	width:auto;
	padding: 0 0 0 20px;
	font-size: xx-small;
}
/* middle header image */
#header {
	background: url(../images/head.gif) repeat-x 0px 0px;
	color: #000;
	background-color: #fff;
}
/* right header image */
#header div {
	background: url(../images/head.gif) no-repeat 100% -52px;
	width: 100%;
}
/* left header image */
#header div div {
	background: url(../images/head.gif) no-repeat 0px -26px;
	font-size: 91%;
	text-align: right;
	height: 26px;
	line-height: 110%;
}
#searchField {  
	display:none;
}
#searchForm {
	display:none;
}
#searchButton {
	display:none;
}
#defaulttheme {
	display:none;
}

.breadBar {
	color: #999;
}

.breadBar div {
	color: #999;
}

.breadBar div div {
	padding: 3px 7px 3px 7px;
	overflow: visible;
	font-size: xx-small;
	text-transform:lowercase;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->