/* CSS Document */

a:link.nav {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;

}

a:visited.nav {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	text-decoration:none;

}

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

a:link {
	color: #73429c;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #73429c;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #73429c;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

p {
  font-family: Verdana, Arial;
  font-size: 12px;
  color:000;	
	
}

td {
  font-family: Verdana, Arial;
  font-size: 12px;
  color:000;		
}

td.space
{
  padding-left: 5px;
  padding-right: 5px;
}

.unnamed1 {
    font-family: "Courier New", Courier, mono;
}
div#container{
margin: 0 10%; background:#73429c; width:600px;align:center;
}

b.rtop, b.rbottom{display:block ;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
   overflow: hidden; background: #73429c}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin : 0 1px;height: 2px}

.pastel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

	#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}
	
	#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: #a7a9ac;
	}