body {
    min-width: 720px;
}

#header {
    border-bottom: 1px solid #C9C9C9;
}

#headerNavLogo {
    height: 25px;
    width: 165px;
    background-image: url(/cdn/common/images/sprite_header.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

#wrapper {
    margin: 10px;
}

#nav {
    float: left;
    width: 175px;
}

#nav p.home {
    margin: 0px 0px 20px 0px;
}

#nav ul {
    list-style: none;
    padding: 0;
}

#nav ul li {
    padding: 2px 0px;
}

#content {
    margin-left: 200px;
    padding: 0px 20px;
    background-color: #FFF;
}

#footer {
	cursor: default;
    font-size: 11px;
    border-top: 1px solid #959595;
    padding: 10px 0 0;
	width:100%;
}

.devNetLink {
    position: absolute;
    top: 13px;
    right: 10px;
}

#footer dl {
	list-style: none outside none;
	margin: 7px 3px;
	padding: 0;
	text-align: left;
}

dl {
	margin-top: -10px;
}

#footerTbl td {
	vertical-align: top;
}

#footer dt {
	background-color: transparent;
	color: #959595;
	margin: 0;
	padding: 0 0.2em 0 0.3em;
	white-space: nowrap;
}

dt {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

dd, dl {
	font-size: 1.3em;

}

#footer dd {
	background-color: transparent;
	margin: 0;
	padding: 0 0.2em 0 0.3em;
	white-space: nowrap;
}

dd {
	margin-bottom: 0;
	margin-left: 1em;
}

#footer a {
	color: #434343;
	font-size: 11px;
	text-decoration: none;
}

#footer td {
	border: 0;
	padding: 0;
}

#footerBottom {
	border-top: 1px solid #959595;
	font-size: 11px;
	padding: 10px 0 15px;
	text-align: center;
	width: 100%;
}

#footerBottom td {
	border: 0;
	padding:0;
}

#footerBottomTbl td {
	height: 25px;
	vertical-align: bottom;
}

#footerBottom a {
	color: #434343;
	font-size: 11px;
	text-decoration: none;
}
