/* 
================================
Skin styles for easttroyrr.org
================================
*/   

.Banner
{
	background-color: maroon;
	font-size: 24;
}
.Head
{
	font-weight: normal;
	font-size: 10pt;
	color: whitesmoke;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
}
.NormalCenter
{
 	text-align: center;
}
.NormalLeft
{
 	text-align: left;
}
.NormalSmall
{
	font-size: 10;
}
h1
{
	font-size: 20;
	font-weight: bold;
}
h2
{
 	text-align: center;
	font-size: 18;
	color: red;
	font-weight: bold;
}

.NormalRed,h5
{
	font-size: 18;
	color: red;
}
Body
{
  font-family: Bookman Old Style;
	background-color: tan;
	font-size: 14;
}
a,a:visited,a:mouseover
{
 	color: ff0000;
	border: none;
}

p 
{
	text-indent: 20px;
}


/* menu stuff */
#list-menu
{
	font-size: 12;
	color: red;
	width: 132px; /* this width value is also effected by the padding we will later set on the links. */
}


#list-menu ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#list-menu li
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px;
	padding-top: 0px;
	list-style-type: none;
}

#list-menu a
{
	border-right: #000000 1px;
	padding-right: 0px;
	border-top: #000000 1px;
	display: block;
	padding-left: 2px;
	background: navy;
	padding-bottom: 2px;
	border-left: #000000 1px;
	width: 120px;
	padding-top: 2px;
	border-bottom: #000000 1px;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited
{
	color: white;
}

#list-menu a:hover
{
	border: 0px solid #000000;
	background: maroon;
	color: #ffffff;
}


