#leftside {
	background-position: left;
	width: 100px;
	border: thin none #000000;
	float: left;
	margin: 20px 0px 0px;
}
#rightside {
	width: 200px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-position: right;
	float:right;
	margin-top: 5px;
	margin-left: 10px;
	border-top-color: #002375;
	border-right-color: #002375;
	border-bottom-color: #002375;
	border-left-color: #002375;
	color: #002178;
}
#content {
	margin-left: 105px;
	margin-top: auto;
	padding-right: 20px;
	padding-left: 10px;
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
	text-align: justify;
	margin-right: 30px;
}
body {
	background-color: #FFFFFF;
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
}
#header {
	background-position: center;
	width: auto;
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #022080;
}


#foot {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	color: #0000CC;
	text-decoration: underline;
	cursor: hand;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
}
#container {
	width: 952px;
}


.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	margin-left: 5px;
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	float: right;
}
