/* CSS Document */

body 
	{
	color: white;
	background-color: #113300;
	margin: 0px
	}

#horizon        
	{
	color: white;
	background-color: #;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	
	background-color: #224400;
	border: 1px solid #555;
	margin-left: -388px;
	position: absolute;
	top: -190px;
	left: 50%;
	width: 776px;
	height: 380px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 12px
	}

.portal
	{
	margin-top: .5em;
	}
.headline 
	{
	
	font-weight: bold;
	font-size: 24px;
	}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #fff;
	font-size: 1.2em;
	text-decoration: none
	}

a:hover 
	{
	color: #ccc;
	text-decoration: none
	}

.captions  
	{
	color: white;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#form
	{
	margin-left: 60%	}

#caption1    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	background: #;
	top: 60px;
	left: 100px;
	width: 250px;
	height: 80px;
	visibility: visible;
	display: block
	}

#caption2    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: 100px;
	left: 15px;
	width: auto;
	height: auto;
	visibility: visible;
	display: block;
	background: #eee;
	color: #333;
	}

#caption3    
	{
	padding-left: 6px;
	padding-right: 1em;
	border-left: 1px dashed #fff;
	position: absolute;
	top: 220px;
	left: 330px;
	width: auto;
	height: auto;
	visibility: visible;
	display: block;
	background: ;
	color: #fff;
	}

