html, body {
	margin: 0 4px;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family:arial, helvetica, sans-serif;
	color: #000000;
font-size: 0.9em;
 line-height: 1.5em; 
}

p {
	
	margin: 0;
	padding: 0;
	
}
.donated {
 border: 2px solid #ffcc99;
 background-color: #ffffcc;
}	
	
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 175px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 175px; /*Width of left column*/
margin-left: -100%;
background: #ffffff;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
	
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
.spacer {
	clear: both;
	}
	
#searchbox {
	 background: #B6C1CF;
 border: 1px solid #778899;
 padding: 1px;
 width: 173px;
 line-height: 18px;
	}
/*  Main Listing Page Layouts */
#listing_divider {
	border: 0px solid #ffcc99;
margin-top: 3px;
	margin-bottom: 3px;
	border-width: 0px 0px 1px 0px;
	}

	.smalltxt {
	 font-size: 0.8em;
 line-height: 1.2em; 
	}
	
	
a{
	color: #0000cc;
	text-decoration: none;
}
a:hover{
color: Red;
	text-decoration: underline;
}
h1 {
 	font-size: 16px;
	height: 20px;
letter-spacing: 0px;
padding-top:0px;
}
h2{
color: Red;
font-size: 16px;
height: 20px;
letter-spacing: 0px;
}
/* Left Menu  */
#leftmenu {
	margin: 0;
	padding: 3;
		text-align: left;
		border: 1px solid #cc0000;
}

#leftmenu a {
	display: block;
	background:  url(../images/vmenuarrow.gif) no-repeat center left;
	padding: 2px 0 2px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
color: #000000;

}

#leftmenu a:hover {
	color: #000000;
	background: #cc0000 url(../images/vmenuarrowhover.gif) no-repeat center left;
}
#whiteline {
	margin-top: 5px;
	border-top: 3px solid #FFFFFF;
}
.leftmenubg {
	background-color: #cc0000;
	color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	margin-bottom: 2px;
}
.widedottedBox {
 background: #DCDCDC;
 border: #333333 dashed 1px;
 padding: 10px;
 width: 95%;
}
.widedottedBox a:hover {
	color: #FFFFFF;
}
/* Directory Listings Style and Layout */      

a.dir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	color: blue;
}
a:hover.dir {
	color: red;
	background-color : #e5e5e5;
}
.dottedBox {
 background: #FF6347;
 border: #333333 dashed 1px;
 padding: 6px;
 width: 175px;
 line-height: 15px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000;
}
.dottedBox a:hover {
	color: #ffffff;
}
/* Articles Layout  */
#articles {
	margin: 0;
	padding: 3;
		text-align: left;

}

#articles a {
	display: block;
	background:  url(../images/vmenuarrow.gif) no-repeat center left;
	padding: 2px 0 2px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
color: #000000;

}

#articles a:hover {
	color: #ffffff;
	background: #cc0000 url(../images/vmenuarrowhover.gif) no-repeat center left;
}