@charset "UTF-8";
/* CSS Document */

body  {
	font: 12pt Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 15pt
}

/*DIVS*/

.twoblockshoriz #left { 
	width: 30em;
	height: 630px; 
	border: 0px solid #000000;
	text-align: left; 
	float: left; 
	position: absolute;
        overflow: auto;
	
}

.twoblockshoriz #leftover { 
	width: 30em;
	height: 630px; 
	border: 0px solid #000000;
	text-align: left; 
	float: left; 
	position: absolute;
	z-index: 30;
        overflow: auto;
	
}

.twoblockshoriz #right {
	width: 100%;
	height: 630px;
	background: ;
	border: 0px solid #000000;
	text-align: right;
	float: right; 
	font-size: 60pt;
	font-variant:small-caps;
	line-height: 50pt;
	background-color:#FFFF00;
}

.twoblockhoriz #right ul, li {
	font-size: 36pt;
	line-height: 30pt;
	list-style: none;
}

.twoblockshoriz #bottom {
	width: 100%;
	border: 0px solid #000000;
	text-align: center;
	font-size: 20pt;
	background-color: #FFFFFF;
	font-variant: small-caps;
	line-height: 25pt;
}

a:link {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a:visited {
	color: #000;
	text-decoration: none;
}
	


			
