body {
	background-color : #B4A8A8;
}

p {
font-family: arial;
font-size: 11px;
color: #2D2B2A;
}

td {
font-family: arial;
font-size: 11px;
color: #2D2B2A;
}

a {
font-family: tahoma;
color: #C30916;
text-decoration: underline;
font-weight: normal;
}

a:hover {
font-family: tahoma;
color: #5A0707;
font-weight: normal;
text-decoration: underline;
}

a.nav {
font-family: tahoma;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

a.nav:hover {
font-family: tahoma;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.buttons {
font-family: tahoma;
color: #C30916;
font-weight: normal;
text-decoration: none;
}

a.buttons:hover {
font-family: tahoma;
color: #5A0707;
font-weight: normal;
text-decoration: none;
}

ul {
list-style-image: url(images/bullet.gif);
}

.ul2 {
list-style-image: url(images/bullet.gif);
}

.ul3 {
list-style-image: url(images/bullet2.gif);
}

.textfield {
font-family: arial;
font-size: 11px;
border: solid 1px #B1988C;
}

h1 {
font-family: tahoma;
font-size: 18px;
color: #C30916;
font-weight: bold;
}

h2 {
font-family: arial;
font-size: 12px;
color: #C30916;
font-weight: bold;
}

.headbg {
background-repeat: no-repeat;
background-image: url(images/bg.gif);
}

.mainborder {
	border: solid 1px #A19191;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:20px;
z-index:100;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #c20a11;
color: #fff;
}