/* Main Styles */

body {
 background-color: #fff;
 margin: auto;
}


h2 {
 font-family: georgia,times,serf;
 font-size:18px;
 color: #3f3c33;
 margin: 0;
}

h3 {
 font-family: georgia,times,serf;
 font-size: 16px;
 color: #3f3c33;
 margin: 30px 0 0 0;
 padding: 5px 0 10px 0;
}

h4 {
 font-family: georgia,times,serf;
 font-size: 12px;
 color:#000;
 margin: 15px 0 5px 0;
}


p {
 font-family: georgia,times,serf;
 font-size: 13px;
 line-height: 20px;
 color: #000;
}

li {
 font-family: georgia,times,serf;
 font-size: 13px;
 line-height: 20px;
 padding-bottom: 5px;
 color: #000000;
}

a {
 color:#000;
 text-decoration: none;
}

a:visited {
 color:#000;
 text-decoration: none;
}

a:hover {
 color:#000;
 text-decoration: none;
}

a:active {
 color:#000;
 text-decoration: none;
}


/* Wrapper */

#wrapper {
 width: 100%;
}


/* Banner */

#banner {
 width: 590px;
 margin: 0 auto;
 height: 138px;
 background-image: url(http://www.cwilson.com/images/email/WPPbannerWeb.gif);
}

#banner p {
 font-family: tahoma,arial,helvetica,sans-serif;
 font-weight: bold;
 color: #fff;
 padding-top: 115px;
 padding-left: 5px;
 padding-bottom: 0;
}

#banner a {
 color: #fff;
 text-decoration: none;
}

#banner a:visited
 color: #fff;
 text-decoration: none;
}

#banner a:active {
 color: #fff;
 text-decoration: none;
}

#banner a:hover {
 color: #fff;
 text-decoration: none;
}


/* Content Area */

#content {
 width: 100%;
 clear: right;
 margin-top: 0;
 padding-bottom: 15px;
}


#content img {
 margin-top: 10px;
 padding: 0;
}

.issueDate {
 font-size: 14px;
 font-weight: bold;
 padding-right: 25px;
 margin: 10px 0 15px 0;
}

.feedback {
 font-size: 12px;
 font-family: georgia,times,serf;
 text-align: left;
 padding-bottom: 0;
 margin-bottom: 3px;
}

.feedbackp {
 font-size: 12px;
 font-family: georgia,times,serf;
 text-align: left;
 padding-top: 0;
 margin-top: 0;
}

.footnote li {
 font-size: 11px;
 line-height: normal;
}

#specialNotice {
 margin-top: 10px;
 padding: 0 10px 10px 10px;
 border: 2px solid #3f3c33;
 background: #ddd;
}

#specialNotice h2 {
 margin-top: 2px;
}


/* Right Sidebar */

#sideBar {
 float: right;
 width: 200px;
 margin: 0;
}

#sideBar p {
 font-size: 11px;
 margin: 0 10px 0 10px;
 padding: 5px 0 5px 0;
}

.newsEvents {
 background: #cfc4a8;
 padding: 0 5px 10px 5px;
 margin: 0 5px 5px 5px;
}

.newsEvents h3 {
 padding: 10px 5px 0 10px;
 margin-bottom: 0;
}

.newsEvents h4 {
 color:#0f0f0d;
 padding: 0 5px 0 10px;
 margin-bottom: 0;
}


/* Footer */

#footer {
 width: 100%;
 padding-bottom: 10px;
 border-top: solid #3f3c33 1px;
}

#footer p {
 font-size: 11px;
 line-height: normal;
 margin-top: 5px;
}