h2 {
	margin-left: 1em;
}

h3 {
	margin-left: 4em;
}

img {
	border: 0;
}

p, ul, img {
	margin-left: 8em;
	margin-right: 8em;
	text-align: left;
}

.center {
	text-align: center;
}

.floatclear {
	clear: both;
}

.fullwidth {
	width=100%;
}

.gray {
	color: #9999FF;
}

.middle {
	vertical-align: middle;
}

.alert {
	border: solid red;
}

.compsac {
	float: left;
/*	left: 0em;
/*	position: relative;
/*	right: auto;*/
	width: 48%;
}

.saint {
	float: right;
/*	left: auto;
/*	position: relative;
/*	right: 52%;*/
	width: 48%;
}

.compsacsaint {
	clear: both;
	width: 100%;
}

#compsacBackground {
	background-color: #AABBDD;
/*	background-color: #001155;*/
/*	background-color: #6677BB;*/
	bottom: 0%;
	left: 0%;
	position: fixed;
	right: 50%;
	top: 0%;
	z-index: -2;
}

#saintBackground {
	background-color: #B6B6FF;
/*	background-color: #000099;*/
/*	background-color: #6666FF;*/
	bottom: 0%;
	left: 50%;
	position: fixed;
	right: 0%;
	top: 0%;
	z-index: -2;
}

#logoHeader {
	background-color: white;
	height: 140px;
	left: 0%;
	position: absolute;
	right: 0%;
	top: 4px;
	z-index: -1;
}

