  
body {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0em;
	background-image: url(top.png);
	background-repeat: repeat-x;
	background-color:white;
	font-size: 1.4em;
}

a {
    text-decoration: underline;
    color: black;
    }

p a {
    text-decoration: underline;
    color: black;
    }

img { border: 0; }

ul {
	list-style-image: url('img/bullet.png');
	line-height: 1.4em;
}

#content_block {
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
}

#logo_frame {
	position: fixed;
	top: 50px;
	width: 180px;
	right: 0px;
	bottom: 50px;
	border-left: dashed 3px #e3e3e3;
	padding-left: 10px;
} 

#logo_frame2 {
	position: fixed;
	bottom: 50px;
} 

#text_block {
	position: absolute;
	overflow: auto;
	top: 20px;
	bottom: 30px;
	right: 194px;
	left: 0px;
	padding: 30px;
}


