body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000033;
	background-color: #6699CC;
	background-image: url(../assets/images/imagebgblue.jpg);
}
#container {
	background-color: #FFFFFF;
	width: 780px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	margin-right: auto;
	margin-left: auto;
}
#header {

}

#content {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: justify;
	margin-right: 5px;
}
#content h1 {
	font-size: 110%;
	margin-top: 0px;
	text-align: center;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	margin-left: 5px;
}
#content li {
	font-size: 80%;
}
#content a {
}
#content a:link, #content a:visited {
	color: #000033;
}
#content a:hover, #content a:active {
	color: #CCCCFF;
	text-decoration: none;
}
#footer {
	font-size: 90%;
	color: #000033;
	border: 1px solid #000033;
	background-color: #6699CC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#footer ul {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	color: #000033;
	margin: 2px;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.fltrt {
	float: right;
	margin-left: 5px;
}
.ttxt {
	font-size: 14px;
}
.text {
	color: #000033;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

