BODY {
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

BODY, TD, DIV, SPAN {
	color: #777777;
	font-size: .8em;
}

FORM {
	margin: 0;
	padding: 0;
}

/*added*/
#logoLink {
	width: 351px;
	padding-left: 20px;
}

/*modified*/
#wrapper {
	background-image: url(/Common/att_rev1/images/day3_local_bkgrnd_ltblue.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 492px;
	text-align: right;
}

/*modified*/
#headerContent {
	height: 56px;
	width: 415px;
	margin-top: 19px;
	text-align: left;
	padding-left: 14px;
}

/*modified*/
#bodyContent {
	position: relative;
	top: 32px;
	/*width: 415px;*/
	height: 300px;
	margin-right: 14px;
	text-align: left;
}

#bodyContent .colorBar {
	height: 7px;
	background-color: #0A94D6;
}

#bodyContent .colorBarSpacer {
	height: 7px;
	width: 2px;
}

#bodyContent .colorBoxVDiv {
	background-image: url(/Common/att_rev1/images/colorBoxVDiv.gif);
	background-repeat: no-repeat;
	background-color: #EEF4F7;
}

#bodyContent .blueBkgrdContent {
	background-color: #EEF4F7;
	padding: 7px 7px 7px 13px;
	font-size: .7em;
}

#bodyContent .blueBkgrdContent INPUT {
	background-color: #DCDCDD;
	font-size: .7em;
}

/*added*/
#footerLinks {
	position: relative;
	top: 68px;
	height: 34px;
}

#comboLogo {
	padding: 0 15px 0 0;
}

#secondaryLinks {
	font-size: .7em;
	color: #FFFFFF;
	padding: 0 0 0 15px;
}

#secondaryLinks A:link {
	color: #FFFFFF;
}

#secondaryLinks A:visited {
	color: #FFFFFF;
}

#secondaryLinks A:active {
	color: #FFFFFF;
}

#secondaryLinks A:hover {
	color: #FFFFFF;
}

#footer {
	text-align: right;
	width: 780px;
	color: #7F7C7D;
	font-size: .7em;
}

#footer A:link {
	color: #1797D7;
}

#footer A:visited {
	color: #1797D7;
}

#footer A:active {
	color: #1797D7;
}

#footer A:hover {
	color: #1797D7;
}