@CHARSET "ISO-8859-1";

body{
	padding:0px;
	margin:0px;
	font-family: "trebuchet MS", Verdana;
	font-size:small;
	color:#333333;
	background-color:#c4bab0;
}
a{
	color:#9B0039;
}
p{
	text-align:justify;	
}
ul{
	padding:0px;
	margin:0px;	
}
img{
	border: 0px;
}
#head{
	width:975px;
	margin:0px auto;
	height:20px;	
}

	
#body{
	height: 540px;
	background-color:#93806e;	
}
#content{
	margin: 0px auto;
	width: 975px;
	height: 540px;
	overflow:hidden;
	background-color:#ffffff;
}
#footer{
	width: 975px;
	margin: 0px auto;
	overflow:hidden;
	
}
	#address{
		margin: 2px 0px 2px 0px;
		padding: 0px;
		color: #ffffff;
		font-size: small;	
		float:left;
	}
	#copyright{
		margin: 2px 0px 0px 0px;
		padding: 0px;
		color: #ffffff;
		font-size: small;	
		float:right;
	}


#title{
	position:relative;
	z-index:101;
	padding: 15px 15px 0px 0px;
	float: right;
}
	#title p{
		color: #ffffff;
		text-align: right;
		margin:0px;
		padding:0px;
	}
#header{
	position:relative;
	z-index:101;
	margin: 15px;
	padding:0;
	float: left;
	width: 145px;
	height: 74px;
	background-image: url(/images/logo-140.png);
	background-repeat:no-repeat;
}
#logo-text{
	color:#b6005c;
	margin-top:80px;
	width:140px;
	font-weight:bold;
	text-align:center;
}
#side-bar-left{
	width: 	15px;
	height: 540px;
	background-color:#666666;
	float:left;
}
#main{
	height: 540px;
	width: 960px;
	float: left;
	overflow:hidden;
}
#main-fade{

}
#side-bar-right{
	float:left;
	width: 30px;
	height: 540px;
	background-image: url(/images/right-overlay.png);
	background-repeat: repeat-y;
	z-index:50;
}
#top{
	height:105px;
}
#center{
	clear:both;
}
#menu{
	z-index:101;
	float:left;
	margin: 70px 0px 0px 38px;
}
	#menu ul{
		padding: 0px;
		margin: 0px;
	}
li.menu-off{
	height: 30px;
	width: 92px;
	list-style-type:none;
	list-style-position:outside;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	
}
li.menu-off:hover{
	background-image:url(/images/bullet-off-2w.gif);
	background-repeat:no-repeat;
	background-position:center bottom; 
}
li.menu-on{
	height: 30px;
	width: 92px;
	list-style-type:none;
	list-style-position:outside;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image:url(/images/bullet-on-2w.gif);
	background-repeat:no-repeat;
	background-position:center bottom; 
	
}
a.menu{
	color:#333333;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}
a.menu-select{
	color:#c81b48;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}

/* Rounded corners */

.list-item{display:block}
.list-item *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#cccccc}
.list-item1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background:#d8d8d8}
.list-item2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d5d5d5}
.list-item3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;}
.list-item4{
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9}
.list-item5{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.list-itemfg{
  background:#cccccc}




