#wrapper {
	width: 972px;
	margin: auto;
	position: relative;
	visibility: visible;
	z-index: 0;
	}
body {
	background-color: #29549C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
}
p {
	font-size: 100%;
	line-height: 120%;
}
h2 {
	color: #F3F7FA;
}
h2 a:link {
	color: #F3F7FA;
}
a:link {
	color: #2A3293;
}
a:hover {
	color: #2A3293;
	text-decoration: none;
}
#footer {
}
.norepeat {
	background-repeat: no-repeat;
}
a:hover {
	color: #2A3293;
	text-decoration: none;
}
#border {
	border: 1px solid #2A3293;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
