body {
	color: black;
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px; 
	border-width: 0px;
}

a {
	color: green;
}

a:hover {
	color: green;
}

p {
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 1px;

}

#head {
	margin: 0px;
	padding: 0px;  
	height: 97px;

	background-image: url(/images/ans-small.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#head #line {
	background-color: #6A6A8B;
	height: 10px;
	width: 100%;
}

#body {
	padding: 1px;
	margin: 0px 160px 0px 0px;
}

#menu { 
    position: absolute;
    top: 89px;
    #right: -1px;
    right: 0px;
    width: 160px;
  
   	margin: 0px;
	border-width: 0px;

	background-color: #6A6A8B;
	background-image: url("/images/menubg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#menu #bottomAngle {
	position: absolute;
	left: 0px;
	bottom: -1px;
	
	height: 10px;
	width: 10px;
}

/* IE positioning Hack 
   If you have a better way of fixing this, let me know! */
html>body #menu #bottomAngle {
	left: 0px;
	bottom: 0px;
}

#menu #topAngle {
	position: absolute;
	left: -10px;
	top: 10px;

	height: 10px;
	width: 10px;
}

/* Ie hack again */
html>body #menu #topAngle {
	left: -10px;
	top: 8px;
}
/*
 * Classes
 */
.center {
	text-align: center;
}

.bodybox {
	background-color: #FFFFFF;
	padding: 5px;
}

.bodybox h1 {
	background-color: #5C8E60;
	background-image: url("/images/bodyheaderbg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	
    padding: 0px 0px 0px 8px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.bodybox .text {
    margin: 0px;
	padding: 5px;    
    
	border-style: solid;
    border-color: #5C8E60;
    border-width: 1px;
    
    -moz-border-radius: 0em 0em 0.5em 0.5em; 
}

#menu ul { 
    text-align: left;
	color: #FFFFFF; 
	font-size: 14px;
	font-weight: bold;
	list-style-type: circle;
	padding: 5px;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
}

#menu li {
	padding: 0px;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF; 
	
}

#menu li a:hover {
	color: #FFFF99;
	text-decoration: none;
}
