
/* Layout Stylesheet */ 

body{
 margin: 2;
 padding:2;
 background: #fff;
 color: #000;
 font-family: Verdana, Arial, sans-serif;
		font-size: x-small; /* IE5 Win */
		voice-family: "\"}\""; 
		voice-family: inherit;
		font-size: small;
 }
 
h2 {


margin: 0px;
padding: 0px;
	color: #CC0000;
	border-bottom: 1px solid #000;
		/*border-top: 1px solid #fff;*/
	text-align: left;
	background-color: #fff;
	font-size: large;
}





input {
 background-color: #EEEEEE;
 border: 1px solid #000;
}
form {

 padding: 5px;
}
#additem {
 border-bottom: 1px solid #000;
}


button {
 background-color: #EEEEEE;
 border: 1px solid #000;
}


#frontpage label { position: absolute; text-align:right; width:120px; }
#frontpage input { margin-left: 120px; }


#items {
margin: 0px;
padding: 0px;
}

#items ul {
list-style-type: none;
text-align: left;

margin: 0px;
padding: 0px;
}

#items li {
display: block;
		padding: 3px;
		color: #000;
		border-bottom: 1px solid #36393D;
		/*border-top: 1px solid #fff;*/
		text-align: left;
		background-color: #F9F7ED;
		font-size: large;
}

#items li a {
color: #000;
text-decoration: none;
}

#items li a:hover {
color: #000;
text-transform: uppercase;
padding-left: 20px;
background: url(/images/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -12px;
}

#items li a#current {
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

