/* CSS Document */

body {
	background-color: #6381b8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}


a:link {color: #8FA508;}
a:visited {color: #8FA508;}
a:hover {color: #6381b8;}
a:active {color: #6381b8;}

#whitetext {color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 120px;
	left: 250px;
	}

#white { width:100%;
	background-color: #ffffff;
	position: absolute;
	top: 150px;
	left: 0px;
	height: 200px;}
	
#left {position: absolute;
	top: 0px;
	margin-left: 20px;}

#text {width:540px;
	height: 200px;
	padding: 20px;
	position: absolute;
	left: 230px;
	border-left: 1px dashed #6381b8;
	text-align: left;}
