form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
  	text-align: center;
}

#pagecontainer {
	text-align: left;
  	margin: 0 auto;
  	width: 760px;
}
#logo {
	padding: 8px 6px 8px 6px;
	height: 60px;
}

#search {
	margin: 0 0 0 0;
	height: 36px;
	padding: 10px 19px 0px 19px;
	background-image: url(../images/bg_search.gif);
 	background-repeat: no-repeat;
	font: normal 12px Arial;
}
#search[id] {
	padding-top: 13px;
}

#search input {
 	width: 200px;
	vertical-align: middle;
}

#search a {
	color: #000000;
}

#alphabet {
	padding: 17px 19px 0px 19px;
	height: 37px;
	background-image: url(../images/bg_alphabet.gif);
 	background-repeat: no-repeat;
	font: normal 12px Arial;
}

#alphabet span {
	line-height: 20px;
}

#alphabet ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#alphabet li {
	position: relative;
	margin-left: 1px;
	float: left;
	width: 20px;
	height: 20px;
}

#alphabet a {
	color: #000000;
	display: block;
	background-color: #FFCC00;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	text-align: center;
}

#alphabet a:hover {
	background-color: #CCCCCC;
}



#contentleft {
	float: left;
	width: 168px;
	background-image: url(../images/bg_left.gif);
 	background-repeat: repeat-y;
}

#contentleft a {
	font: normal 12px Arial;
	color: #000000;
	padding-left: 20px;
	line-height: 20px;
}

#contentmiddle {
	float: left;
	width: 404px;
	font: normal 12px Arial;
	color: #000000;
	padding: 21px 10px 10px 10px;
}
#contentmiddle a {
	color: #000000;
}


#contentright {
	float: left;
	background-image: url(../images/bg_right.gif);
 	background-repeat: repeat-y;
	width: 168px;
	font: normal 12px Arial;
	color: #000000;
}

#contentright div {
	padding: 0px 15px 0px 20px;	
}

#contentright div span {
	font: normal 10px Arial;	
}

#contentright a {
	color: #000000;
}

#footer {
	clear: both;
	height: 46px;
	padding: 20px 19px 0px 19px;
	background-image: url(../images/bg_footer.gif);
 	background-repeat: no-repeat;
	font: normal 12px Arial;
}

#footer a {
	font: normal 12px Arial;
	color: #000000;
	
}


a {	
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

topmenu a {
	font: normal 12px Arial;
	color: #000000;
	padding-left: 20px;
	line-height: 20px;
}