body {
	background-color: #C7C4E1;
	margin:0; padding:0; border:0;
	font-size: 62.5%;
}

#wrapper {
	position: absolute;
	width: 780px;
	top: 2%;
	left: 50%;
	margin-left: -390px;
	background: #FFFFFF;
}

#header {
	float: left;
	width: 780px;
	height: 82px;
	border-bottom: 1px solid #FFFFFF;
}

#navbar {
	float: left;
	width: 766px;
	background-color: #2E3092;
	padding-left: 16px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#navbar a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#navbar a:hover {
	color: #C7C4E1;
}

#content {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
}

#teaser {
	width: 580px;
	background-color: #FFFFFF;
	padding: 30px 100px 30px 100px;
	text-align: center;
}

#teaser h1 {
	font-family: Verdana, Arial;
	font-size: 2.4em;
	color: #333333;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#teaser p {
	font-family: Verdana, Arial;
	font-size: 1.2em;
	color: #333333;
	margin: 0;
	padding: 0;
}

#splash {
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
}

#copyterms {
	float: left;
	width: 780px;
	height: 27px;
	background-image: url(copystrip.gif);
	background-repeat: repeat-y;
	border-top: 2px solid white;
}

#logomac {
	float: left;
	width: 107px;
	height: 27px;
	text-align: right;
}

#logoose {
	float: left;
	width: 73px;
	height: 27px;
	text-align: right;
}

#copytermsbox {
	float: left;
	width: 600px;
	height: 27px;
	line-height: 27px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

#copytermsbox a {
	padding: 0 10px 0 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #ffffff;
}

#copytermsbox a:hover {
	color: #DA2128;
}



#footer {
	float: left;
	width: 780px;
	height: 42px;
	background-image: url(bottombanner.gif);
	background-repeat: no-repeat;
}

