 
body {
margin: 0;
padding: 0;
background: #F2F2F2;
font: 100% arial;
color:#A31010;
text-align:left
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type:none;
font:95% arial;

}
a:link {
	text-decoration: none;
	color: #A31010;
}

a:visited {
	text-decoration: none;
	color: #A31010;
}
a:hover {
	text-decoration: underline;
	color: #A31010;
}
a:active {
	text-decoration: none;
	color: #A31010;
}

#menu {
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: ;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #FF9598;
border: 0px;
margin: 0px;
color:#000000

}
#menu dd {
display: none;
border: 0px;
}
#menu li {
text-align: center;
background: #FFD5D6;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #FF6C70;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 100px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
input {border-width:0;
	font-family:arial;
	font-size:12px;
	padding:0px;
	height:21px;
	background-color:#F9F9F9;
	color:#000000;
	border-width: 1;
} 
.headings {
	font-family: arial;
	font-size: 110%;
	color: #A31010;
}


textarea {border-width:0;
	font-family:arial;
	font-size:12px;
	padding:0px;
	height:84px;
	
	background-color:#F9F9F9;
	color:#000000;
	border-width: 1;
} 
.style1 {font-size: 80%}
.style2 {font-size: 70%}
.style3 {font-size: 90%}

.titles {
	font-size: 120%;
	color: #A31010;
	text-decoration: underline;
	font-weight: 700;
	
}


