/* AES Newsletter Stylesheet */

body {
  background:#EBE6E0 url(/images/newsletter_update/headerBackground.gif) repeat-x top left;
  border-left:1px solid #565A5D;
  border-top:1px solid #565A5D;
  color:#333;
  font:normal 11px Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}

a:link,
a:visited {
  color:#00A9E0;
}

a:hover {
  text-decoration:none;
}

/* Header Styles */

#header_CB {
  background:url(/images/newsletter_update/collegbound_header.jpg)  no-repeat top left;
  height:120px;
  margin:0;
  padding:0;
}

#header_PP {
  background:url(/images/newsletter_update/parentperspective_header.jpg)  no-repeat top left;
  height:120px;
  margin:0;
  padding:0;
}

#header_CC {
  background:url(/images/newsletter_update/counselorscorner_header.jpg)  no-repeat top left;
  height:120px;
  margin:0;
  padding:0;
}

#header_DS_grad {
  background:url(/images/newsletter_update/dest_success_colgrad_header.jpg)  no-repeat top left;
  height:120px;
  margin:0;
  padding:0;
}

#header_DS_stud {
  background:url(/images/newsletter_update/dest_success_colstud_header.jpg)  no-repeat top left;
  height:120px;
  margin:0;
  padding:0;
}

.date {
	color:#EBE6E0;
	font:bold 11px Arial, Helvetica, sans-serif;
	left:29px;
	margin:0;
	padding:0;
	position:absolute;
	top:105px;
}

.issue {
  color:#EBE6E0;
  font:normal 10px Arial, Helvetica, sans-serif;
  left:520px;
  margin:0;
  padding:0;
  position:absolute;
  top:105px;
}

/* Main Content Styles */

#wrapper {
  background:#565A5D;
  margin:0;
  padding:0;
  width:600px;
}

/* Left Nav Styles */

.leftNav {
  font-weight:bold;
  text-decoration:none;
}

#nav {  
  float:left;
  height:445px;
  margin:0;
  margin-right:2px;
  padding:0;
  width:151px;
}

#navCell {
  background-color:#EBE6E0;
  margin-bottom:5px;
}

#navCell ul {
  background-color:#EBE6E0;
  margin:0;
  padding:15px 3px 15px 0;
}

#navCell ul li {
  background: url(/images/newsletter_update/bullet.gif) top left no-repeat; 
  display:block;
  list-style:none;
  margin:7px 0;
  padding-left:24px;
}

#navCell ul li a {
  text-decoration:none;
  font-weight:bold;
}

#navCell ul li a:visited {
  text-decoration:none;
}

#navCell ul li a:hover {
  font-weight:bold;
  text-decoration:underline;
}

#navCell2 {
  background-color:#EBE6E0;
  margin-bottom:5px;
}

#navCell2 img {
  padding-left:39px;
  padding-top:20px;
  margin:0;
}

#navCell2 p {
  margin:0;
  padding:4px 4px 15px 4px;
  text-align:center;
}

#navCell2 a:link,
#navCell3 a:link {
  text-decoration:none;
  font-weight:bold;
}

#navCell2 a:visited,
#navCell3 a:visited {
  text-decoration:none;
}

#navCell2 a:hover,
#navCell3 a:hover {
  font-weight:bold;
  text-decoration:underline;
}

#navCell3 {
  background-color:#EBE6E0;
}

#navCell3 p {
  margin:0;
  padding:20px 5px;
  text-align:center;
}

/* Article Styles */

#article {
  background:#FFF;
  float:left;
  margin:0 1px 0 2px;
  padding:10px;
  width:423px;
}

#article h1 {
  font:bold 20px Arial, Helvetica, sans-serif;
  color:#D8A45B;
}

#article h2 {
  font:bold 13px Arial, Helvetica, sans-serif;
  color:#333;
  margin:20px 0 5px 0;
  padding:0;
}

#article p {
  margin:0 0 10px 0;
  padding:0;
}

#article ul,
#article ol {
  margin-top:-5px;
  padding-top:0;
}

#article ul li,
#article ol li {
  padding:2px;
}

#article ul li ul {
  margin-top:3px;
}

/* Table Styles */

#article table {
  border-left:1px solid #CCC;
  border-top:1px solid #CCC;
  margin-bottom:15px;
}

#article table thead th {
  background-color:#F3F3F3;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  font-size:12px;
  padding:5px 0 5px 12px;
  text-align:left;
  vertical-align:top;
}

#article table tbody td {
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:5px 3px 5px 10px;
  vertical-align:top;
}

#article table tbody td.center {
  text-align:center;
}

#article table tbody td ul {
  margin:0 0 0 15px;
  padding:0;
}

/* Footer Styles */

#footer {
  background-color:#EBE6E0;
  border-top:3px solid #565A5D;
  clear:right;
  height:120px;
  margin:0;
  padding-top:20px;
  width:100%;
}
 
#footer p {
  text-align:center;
  width:600px;
}
