@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial;
	color: #444444;
	font-size: 14px;
}
#container1 {
	width: 850px;
	margin: auto;
	overflow: hidden;
	border: 5px solid #132eb5;
	position: relative;
	padding: 0px;
}

#container2 {
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gutter {
	width: 195px;
	background-image: url(images/gutter.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#content {
	width: 655px;
	text-align: justify;
	padding: 0px;
}
#footer1 {
	width: 850px;
	height: 60px;
	text-align: left;
	color: #FFFFFF;
}
#footer1 a {
	color: #FFFFFF;
}
#footer2 {
	width: 850px;
	height: 44px;
}
.c1 {
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#corner {
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.spacer2 {
 	width: 176px;
	height: 45px;
 	float: right;
}
.spacer3 {
 	width: 100px;
	height: 60px;
 	float: right;
};
.spacer4 {
 	width: 100px;
	height: 100px;
 	position: relative;
	right: 0px;
};
a {
	color: #05239B;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin: 0px;
	padding: 0px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.c2 {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	font-size: 18px;
	color: #7991E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #93EAFF;
	border-right-color: #93EAFF;
	border-bottom-color: #93EAFF;
	border-left-color: #93EAFF;
}
