* {
	margin: 0; padding: 0;
}

body {
	background-color: #E6E6E6;	
	font-family: Georgia, Arial;
}

p, a, li, input {
	font-family: Arial;
}	

h2 {
	clear: both;
	color: #73ABA2;	
	font-size: 120%; 
}

a {
	color: #EB1A2D;	
}

textarea {
	border: 1px solid #C0DEDA;
}

/* general classes */
.fleft 		{float: left;}
.fright 	{float: right;}
.clearb 	{clear: both;}
.acenter 	{text-align: center;}	
.aleft 		{text-align: left;}
.aright 	{text-align: right;}
.vatop		{vertical-align: top;}
.white		{color: white;}
.yellow		{color: #D2E407;}
.red		{color: red;}
.grey		{color: #A9A9A9}
.cyan		{color: #73ABA2}
.bold		{font-weight: bold;}
.strikethrough {text-decoration: line-through;}
.noborder	{border: none;}
.nolistdeco	{list-style-decoration: none;}
.inline		{display: inline;}
.nomargin	{margin: 0;}
.nopadding	{padding: 0;}
.autowidth	{width: auto;}
/* general classes - end */

.usererror 	{color: red;}	
.usernotice {color: #73ABA2}	

div#wrapper {
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
	padding: 11px;
	width: 1000px;
}

div#header {
	border: solid black 0px;
	height: 137px;
}

h2#maintitle {
	height: 136px;
	width: 242px;
}	

img#sitelogo {
	border: 0;	
}

div#adbar {
	border: 0;
	margin: 2px 0 4px 11px;	
	_margin: 2px 0 4px 1px;
	width: 728px;
}

div#searchbar{
	background-color: #E2F0EE;
	height: 36px;
	width: 728px;	
	text-align: right;
}	

input#topsearch {
	border: 1px solid #C0DEDA;
	height: 25px;
	margin: 5px 5px 5px 0;
	vertical-align: middle;
	width: 225px;	
}	

input.searchbtn {
	background: url(../../assets/images/homepage/searchbtn-bg.gif) bottom repeat-x;
	border: 1px solid #CDCDCD;
	margin: 5px 5px 5px 5px;
	height: 25px;
	vertical-align: middle;
	width: 84px;
}	

div#topnavbar {
	background: url(../../assets/images/homepage/navbar-bg.gif) bottom repeat-x;
	border: solid 0px black;
	height: 55px;
	margin: 10px 0 0 0;
	width: auto;
}

a.navbarlink {
	background-color: #E2F0EE;
	color: #131313;
	display: block;
	float: left;
	font-family: Georgia, Arial;
	font-size: 12pt;
	height: 28px;
	margin: 5px 0 0 0;
	padding: 11px 0 0 0;
	text-decoration: none;
	text-align: center;
	width: 140px;	
}		

span.navbarlink {
	background-color: #E2F0EE;
	color: #131313;
	display: block;
	float: left;
	height: 38px;
	margin: 5px 0 0 0;
	width: 138px;
	_width: 136px;	
}		

span.navbarspacer {
	display: block;
	float: left;
	height: 28px;
	width: 4px;
}	

a.navbarlink:hover {
	background-color: #EB1A2D;
	color: #ffffff;
	height: 38px;
	margin: 0;
	padding: 16px 0 0 0;
}

a.navbarlinkvisited {
	background-color: #EB1A2D;
	color: #ffffff;
	height: 38px;
	margin: 0;
	padding: 16px 0 0 0;
}	

div.contentspacer {
	height: 1px;
}	

div#content {
	padding: 0;	
}	

div#maincontent {
	background-color: #ffffff;
	border: solid 0px black;
	padding: 0 20px 20px 20px;
}

h1#pageheading {
	clear: both;
	color: #73ABA2;	
	font-size: 170%;
	margin: 0 0 20px 0;
}

h1#pageheading2 {
	clear: both;
	color: #73ABA2;	
	font-size: 170%;
	margin: 0;
}

ul.sortmenu {
	margin: 10px 0 0 0;	
	padding: 0 0 10px 0;
}	

li.pagemenu {
	border-bottom: solid 0px #EB1A2D;
	display: inline;
	font-family: Georgia, Arial;
	list-style-decoration: none;
	margin: 10px 10px 10px 0px;
	padding: 0;
}	

li.pagemenu a {
	color: #131313;
	font-family: Georgia, Arial;
	text-decoration: none;	
}	

ul.sortmenu img {
	margin: 0 10px 0 0;
}

hr.separator {
	border: 1px solid #EB1A2D; 
	clear: both;
	margin: 0 0 20px 0;	
}	

div.itempreview {
	margin-bottom: 30px;	
}	

h2.itemtitle a {
	color: #EC293B;	
	font-family: Georgia, Arial;
	font-size: 15pt;
	text-decoration: none;	
}	

img.iconitemlink {
	border: 0;
	margin: 0 0 0 20px;
}

a.coninlink {
	color: #EB1A2D;
	text-decoration: underline;
}	

p.anotation {
	color: #303030;
	font-size: 100%;	
}	

.category {
	color: #737373;	
	text-decoration: none;
}

div.itemdetail td {
	padding: 5px 50px 5px 0;
}


.contributordetail {
	border: solid black 0px;
	width: 100%;
}	

ul.nicelist {
	list-style-position : inside;
	list-style-image : url(../images/homepage/li-deco.gif);
}	

a.numPge, a.firstPge, a.lastPge {
	color: #737373;	
	text-decoration: none;	
}	

a.prevPge {
	background: url(../../assets/images/homepage/prevpage-bg.gif) center no-repeat;
	color: #ffffff;	
	font-size: smaller;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
}

a.nextPge {
	background: url(../../assets/images/homepage/nextpage-bg.gif) center no-repeat;
	color: #ffffff;	
	font-size: smaller;
	padding: 4px 30px 4px 20px;
	text-decoration: none;
}	

p.paging {
	margin: 60px 0 20px 0;	
}	

div.abclistall {
	margin: 10px 0 0 0;	
}	

div.firstletterlist {
	margin: 10px 0 0 0;		
}	
	
li.lettermenu {
	display: inline;
	list-style-decoration: none;
	padding: 5px;	
}	

div.letterlistbox {
	margin: 20px;	
}		

div#footer {
	border-top: solid 1px #DADADA;
	color: #595959;
	height: 69px;
	margin-top: 10px;
	padding-top: 14px;
	text-align: left;
}

a.neutral {
	color: black;
	font-size: 100%;
	text-decoration: none;	
}	

a.footerlink {
	color: #595959;
	padding: 10px;
	text-decoration: none;	
}	            
