body {
	color: #555655;
	background-color: #676767;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}


p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 988px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
}
#header {
	height: 157px;
	width: 988px;
	position: relative;
	background-image: url(/assets/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	left: 0px;
}
#logo {
	display: block;
	height: 98px;
	width: 486px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#search {
	position: absolute;
	height: auto;
	width: auto;
	top: 25px;
	right: 10px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
#address {
	text-align: right;
	position: absolute;
	height: auto;
	width: auto;
	top: 53px;
	right: 11px;
	font-size: 11px;
	line-height:1em;
	color: #555655;
	font-weight: bold;
}
#nav-global {
	position: absolute;
	top: 75px;
	right: 10px;
	height: 23px;
	z-index: 100;
	line-height:1em;
}


#nav-global-schools {
	position: absolute;
	left: 39px;
	top: 111px;
	font-size: 12px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

#schools {
	width:170px;
}

#contents {
	height: auto;
	width: 988px;
	position: relative;
	z-index: 2;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	padding-top: 30px;
}
#newsletter {
	position: absolute;
	left: 0px;
	top: 136px;
	z-index: 4;
}





#footer {
	clear: both;
	background-color: #DFB772;
	background-image: url(/assets/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 988px;
	font-size: 11px;
	line-height:1em;
	height: 32px;
	text-align: center;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	color: #222222;
}
#footer p {
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align: middle;
	line-height: 32px;
}

#footer a {
	color: #222222;
}
