/* CSS Document */

BODY { 
text-align : left;
margin-top : 0px; 
margin-left : 0px; 
background-color : #ffffff; 
} 
body, td, th {
	line-height:18px;

font-family : Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size : 12px; 
} 

H1{
	line-height:40px;
}
H2{
	line-height:25px;
}

/*td{
	padding-top:40px;
border-bottom: 1px solid #444444; 
}*/

#linksbox {
/*	margin-left: 15px;*/
	width:215px;
	position: relative;
	margin-left:25px;
	margin-top:25px;
	letter-spacing:1px;
	line-height: 18px;
}

#linksbox a:link {
background: white ;
white-space-collapse: collapse;
display:block; 
padding:8px;
margin:0px;
border-bottom: 1px solid #444444; 
border-top: 0px solid #aaaaaa; 
font-family:Verdana, Geneva, sans-serif;
font-size:12px; font-weight:normal;
color: #222;
text-decoration:none;
}
#linksbox a:visited {
background: white ; 
color: #222;
}
#linksbox a:hover {
background: #B9E5FB; /*pale blue*/
color:black;
}
#linksbox a:active {
background: #A6CE39; /*lime green*/
color: black;
}

#container
{
	width:						99%;
/*	background-color:	white;*/
}



#contents
{
	overflow:	visible;
	position:	absolute;
	left:		320px;
	top:		241px;
	right:		0px;
	z-index:	1;
	width: 470px;
	height: 23px;
	/*	height:						40%;*/
	}




th
{
	vertical-align:		top;
	padding-right:		10px;
	align:				left;
}
