body {
  margin: 0;
  padding: 0;
  background-color: #aaaace;
  color: black;
  font: small Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}

a:link {
  text-decoration: underline;
}

a:visited {
  color: #666666;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoartion: none;
  color: #666666;
}

#wrapper {
  text-align: left;
  width: 750px;
  margin: 10px auto 0 auto;
  background-color: #ffffff;
}

/*Start header styling*/

#banner {
  position: relative;
}

#headerTop {
  padding: 0 0 0 165px;
  background-image: url(../images/topBanner.jpg);
  background-repeat: no-repeat;
  height: 68px;
  position: relative;
}

#headerTop .text {
  float: left;
}

#headerTop .title{
  font: medium Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #cc0033;
}

#logo {
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  width: 137px;
  float: right;
  position: absolute;
  top: 2px;
  right: 5px; 
}

img{
  border: 0;
}

#headerBottomLeft {
  height: 71px;
  width: 75px;
  margin: 0 675px 0 0;
  padding: 0;
}

#headerBottom {
  width: 750px;
  position: relative;
}

#headerBottomRight {
  height: 71px;
  width: 675px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#headerMenu {
  height: 33px;
  width: 675px;
  background-image: url(../images/menuBar.jpg);
  background-repeat: no-repeat;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}

.menuText {
  
  margin: 0 0 13px 0;
}

#headerMenu li {
  display: inline;
  text-align: center;
  color: #ffffff;
  font-size: 88%;
}

#headerMenu li a:link, #headerMenu li a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#headerMenu li a:hover, #headerMenu li a:active {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

#headerBottomMost {
  height: 37px;
  width: 675px;
}

/* Start body styling */

#main {  
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
}

/* Start left column styling */

.subMenu ul li {
  list-style:disc;
  margin: 5px 0 5px -25px;
}

.subMenu ul li ul li {
  list-style: none;
  margin: 5px 0 5px -38px;
}

#leftColumn {
  width: 156px;
  height: 100%;
  border-right: dotted #cccccc 1px;
  text-align: center;
  padding: 0 8px;
  margin: 0 578px 0 0;
}

#leftColumn .leftColumnItem {
  width: 144px;
  text-align: left;
  font-size: 85%;
  font-weight: bold;
  color: #003399;
  background-color: #f5f5ff;
  margin: 0 0 20px 0;
  padding: 5px 5px 10px 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#leftColumn .quote {
  border-top: 1px solid #cccccc;
}

#leftColumn .leftColumnItem h3 {
  background-image: url(../images/sidebarTitle.gif);
  background-repeat: no-repeat;
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: small;
  line-height: 25px;
  margin: -5px -5px 0 -5px;
  padding: 0 0 0 5px;
}

#leftColumn .attribution {
  font-style: italic;
}

#leftColumn .leftColumnItem a:link {
  color:#0066FF;
  text-decoration: underline;
}

#leftColumn .leftColumnItem a:visited {
  color: #666666;
  text-decoration: underline;
}

#leftColumn .leftColumnItem a:hover, #leftColumn .leftColumnItem a:active {
  color: #0066FF;
  text-decoration: none;
}

/* Set new values in case the left column is shorter than the main column */

#leftColumnShortest {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 85%;
  border-right: dotted #cccccc 1px;
  text-align: center;
  padding: 0 8px;
  margin: 0;
  z-index: 1;
}

#leftColumnShortest .leftColumnItem {
  width: 144px;
  text-align: left;
  font-size: 85%;
  font-weight: bold;
  color: #003399;
  background-color: #f5f5ff;
  margin: 0 0 20px 0;
  padding: 5px 5px 10px 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#leftColumnShortest .quote {
  border-top: 1px solid #cccccc;
}

#leftColumnShortest .leftColumnItem h3 {
  background-image: url(../images/sidebarTitle.gif);
  background-repeat: no-repeat;
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: small;
  line-height: 25px;
  margin: -5px -5px 0 -5px;
  padding: 0 0 0 5px;
}

#leftColumnShortest .attribution {
  font-style: italic;
}

#leftColumnShortest .leftColumnItem a:link {
  color:#0066FF;
  text-decoration: underline;
}

#leftColumnShortest .leftColumnItem a:visited {
  color: #666666;
  text-decoration: underline;
}

#leftColumnShortest .leftColumnItem a:hover, #leftColumnShortest .leftColumnItem a:active {
  color: #0066FF;
  text-decoration: none;
}

/* Start main content styling */

#mainContent {
  position: absolute;
  top: 0;
  right: 0;
  width: 558px;
  margin: 0 10px 10px 8px;
}

#mainContent .mainContentItem {
  padding: 0 8px 8px 8px;
  font:Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  border-top: solid 2px #003399;
}

#mainContent .mainContentItem h1 {
  font-size: 150%;
  font-weight:100;
  letter-spacing: -0.05em;
  color: #003399;
  margin: 0;
}

#mainContent .mainContentItem h3 {
  font-size: 125%;
  font-weight: bold;
  color: #003399;
  margin: 0;
}

#flashcontent {
  width: 100%
  margin-top: 25px;
  text-align: center;
}

.center {
  text-align: center;
}

/* Set new values in case the main column is the longest */

#mainContentLongest {
	position: relative;
	top: 0;
	right: 0;
	width: 558px;
	margin: 0 10px 10px 8px;
	padding-left: 172px;
	z-index: 0;
}

#mainContentLongest .mainContentItem {
  padding: 0 8px 8px 8px;
  font:Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  border-top: solid 2px #003399;
}

#mainContentLongest .mainContentItem h1 {
  font-size: 150%;
  font-weight:100;
  letter-spacing: -0.05em;
  color: #003399;
  margin: 0;
}
#mainContentLongest .mainContentItem h3 {
  font-size: 125%;
  font-weight: bold;
  color: #003399;
  margin: 0;
}

/* Begin styling for single column pages */

#mainContentSingleCol {
  position: relative;
  top: 0;
  right: 0;
  width: 657px;
  margin: 0 10px 10px 8px;
  padding-left: 75px;
}

#mainContentSingleCol .mainContentItem {
  padding: 0 8px 8px 8px;
  font:Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  border-top: solid 2px #003399;
}

#mainContentSingleCol .mainContentItem h1 {
  font-size: 150%;
  font-weight:100;
  letter-spacing: -0.05em;
  color: #003399;
  margin: 0;
}
#mainContentSingleCol .mainContentItem h3 {
  font-size: 125%;
  font-weight: bold;
  color: #003399;
  margin: 0;
}

#mainContentSingleCol .mainContentItem h4 {
  font-size: 100%;
  font-style: italic;
  color: #000000;
  margin: 5px 0 0 10px;
}

.title {
  font-weight: bold;
  padding-right: 8px;
  color: #003399;
}

.author {
  font-size: 90%;
  font-style: italic;
  padding-left: 15px;
  padding-bottom: 12px;
  border-bottom: dotted 1px #cccccc;
}

.fileType {
  vertical-align: top;
  font-weight: bold;
  font-size: 85%;
}

.copyright {
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

.staffPhoto {
  float: right;
  margin: 0 -8px 15px 15px;
}

.contactEmail {
  float: right;
  margin-right: 50px;
}

#topButtons {
  margin: 0 0 10px 0;
}

.button  a:link, .button a:visited {
  text-decoration: none;
  color: #003399;
  font-weight: bold;
}

.button  a:hover, .button a:active {
  text-decoration: underline;
  color: #666666;
  font-weight: bold;
}

.buttonRight {
  margin: 0 0 0 455px;
  text-align: right;
}

.buttonRight  a:link, .buttonRight a:visited {
  text-decoration: none;
  color: #003399;
  font-weight: bold;
}

.buttonRight  a:hover, .buttonRight a:active {
  text-decoration: underline;
  color: #666666;
  font-weight: bold;
}

#kushnerInfo {
  font-style: italic;
  font-size: 90%;
}

#kushnerInfo ul {
  font-style: italic;
  list-style: disc;
}

.authorPhoto {
  float: left;
  border: 0;
  margin: 0 10px 0 0;
}

.blogDescription {
  margin: 0;
  padding: 0;
}

.blogDescription h4{
  font-size: 110%;
  font-weight: bold;
  color: #003399;
  margin: 0;
}

.blogTitle{
  font-size: 100%;
  font-weight: bold;
  color: #003399;
}

.readMore {
  font-weight: bold;
  font-size: 85%;
}

.indentLinks a:link {
  margin-left: 10%;
  color: #0066ff;
  text-decoration: underline;
  line-height: 200%;
}

.indentLinks a:visited {
  margin-left: 10%;
  color: #666666;
  text-decoration: underline;
  line-height: 200%;
}

.indentLinks a:hover {
  margin-left: 10%;
  text-decoration: none;
  line-height: 200%;
}
/*Start new article form styling */
#newArticle fieldset {
  padding: 7px;
  clear: both;
}

#newArticle legend {
  font-weight: bold;
  color:#003399;
}
#newArticle .notes {
  font-style: italic;
  margin-left: 117px;
  margin-top: 7px;
}

#newArticle label {
  width: 110px;
  float: left;
  text-align: right;
  margin-top: 7px;
  margin-right: 7px;
}

#newArticle input, #newArticle select {
  margin-top: 7px;
}

/*Start login form styling */

#login fieldset {
  padding: 7px;
  clear: both;
}

#login legend {
  font-weight: bold;
  color:#003399;
}
  
#login label {
  width: 110px;
  float: left;
  text-align: right;
  margin-top: 7px;
  margin-right: 7px;
}

#login input {
  margin-top: 7px;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

/* Start article search form styling */

#searchForm {
  margin-top: 20px;
}

#searchForm .netLabelBug, #searchForm input, #searchForm select {
  width: 200px;
  display: block;
  float: left;  
  margin-right: 20px;
}

#searchForm .netLabelBug {
  width: 100px;
  text-align: right;
  margin-bottom: 20px;
}

#searchForm .btnSearchForm {
  width: 75px;
  text-align: center;
  float: right;
  margin-right: 100px;  
}

#searchForm br {
  clear: left;
}

/* Start footer styling */

#footer {
  text-align: center;
  border-top: solid 2px #003399;
  font-size: 85%;
  font-style: italic;
  background-color: #ffffff;
  padding: 3px 8px;
  margin: 0 10px;
}

#footer a:link, #footer a:visited {
  text-decoration: underline;
  color: #000000;
}

#footer a:hover, #footer a:active {
  text-decoration: none;
  color: #000000;
}

.ByLine
{
	font-family: Verdana;
	font-size: 11pt;
	font-style: normal;
	color: black;
}

.Heading1
{
	font-family: Verdana;	
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}

.Heading2
{
	font-family: Century Schoolbook;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;	
	color: navy;
}

.Numbering
{
	font-family: Century Schoolbook;	
	font-size: 12pt;
	font-style: normal;
	list-style-type: decimal;
	color:black;
}

.Text
{
	font-family: Century Schoolbook;
	font-size: 12pt;
	font-style:normal;
	color: black;
}

.Bullets
{
	font-family: Century Schoolbook;
	font-size: 12pt;
	font-style:normal;
	list-style-image: url("/articles/bullet.gif");
	color:black;
}

.Level2
{
	font-family: Century Schoolbook;
	font-size: 12pt;
	font-style: normal;
	list-style-type: upper-alpha;
	color: black;
}
 

