@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3 {
	margin-top:0px;
	font-size: 18px;
	color: #22ACD1;
	margin-left: 10px;
}


p {
	font-size: 14px;
	color: #006699;
}

li { font-size: 12px;
	color: #006699;
	}

A:link {
	color: #22ACD1;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
}       
A:active {color: red;
	background-color: #FFFFFF;
}      
A:hover {
	color: #65CEF5;
	background-color: #FFFFFF;

}  
A:visited {
background-color: #FFFFFF;
	color: #22ACD1;

}


p.boxtext{
	margin-left:20px;
	margin-top: 10px;
	color: #FFFFFF;
}

.container {
	width: 100%;
	background-color: #0066CC;
}

.content {
	width: 800px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #1EBFEB;
}

.text {
	padding: 20px;
}

.box {
	background-image: url(images/bg.box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 259px;
	margin: 20px;
	float: right;
}

.bodytext {
	width: 480px;
	background-color: #FFFFFF;
}

p.bodytext {
	margin-left:10px;
	padding-right: 10px;
	width: 460px;
}

.boxhead {
	margin-left:45px;
	margin-top:20px;
	color: #FFFFFF;
}
