a:link {
 color: #C60428;
 text-decoration: none;
}

a:hover {
 color: red;
 background: white; 
}

a:visited{
 color: #dc042c;
}

img   {
border-style: none;
text-decoration: none;
} 

#header {
 background: none repeat scroll 0 0 #FFFFFF;
 border-bottom: 1px solid #666666;
 padding: 0 0 10px;
}

#headerTitle {
 background:none repeat scroll 0 0 #FFFFFF;
 height:160px;
 padding:5px 0 0 0;
}


#header h1 {
 padding: 0 0 0 9%;
}

#main {
 text-align:left;
}

#navbar {
 border-bottom: 4px solid #dc042c;
 line-height: 2em;
 margin: 0 0 1em 0;
 padding: 0;
}


#navbar a {
    font-family: Helvetica;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666666;
}

#navbar a:hover {
  color: #C60428;
}

#current, #archives, #login, #register {
display: none;
}



ul.menu {
padding: .5em 0 .5em 0;
}

#navItem {
white-space: nowrap;
}

ul.menu li {
padding: 0 1.2em 0 0;
white-space: nowrap;
}

#breadcrumb {
  display:none;
}

#main h1,h2,h3,h4 {
  color: #404040;
}

#main h2 {
  font-family:Verdana, Helvetica,sans-serif;
  font-size:1.5em;
}

#content {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size: .8em;
  line-height: 120%;
  color: #404040;
  padding: 0 0;
}

#content h3 {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 1em;
}

#content h4 {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
}

#rightSidebar {
  float: right;
  font-size: 0.65em;
  height: 100%;
  margin-left: 2%;
  margin-right: 8%;
  padding: 6em 0 0 0;
}


#sidebar div.block span.blockTitle {
  border-bottom: 0.5px solid #D5D5D5;
  margin-bottom: 0.5em;
  padding: 0.2em 0;
  font-weight: normal;
  color: #555555;
}

#sidebar div.block span.blockSubtitle {
    color: #666666;
    font-weight:normal;
}

#sidebar {
  font-size: 1.1em;
  font-weight: bold
}

#sidebar ul {
  list-style-type: square;
}

#sidebar a {
color: #5a5a5a;
font-weight: normal;
}

#sidebar a:hover {
color: #C60428;
}

#notification li  {
color: #5a5a5a;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #FAFAFA;
    border-color: #CACACA;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    margin: 3px 3px 3px 0;
    font-family: Verdana,Helvetica,sans-serif;
}

ul.plain {
  line-height: 180%;
  text-replace: "Contact" "Test"; 
  list-style-type: square;
  padding-left: 1.5em;
  
}

.plain li a {
    background:#fff;
    margin-left: -12px;
}

.subscriptype {
font-size: .8em;
line-height: 1.2em;
padding: 4px;
}

#homepageImage {
display: none;
}

#announcementsHome h3 {
text-align: left;
}

table.announcements td.headseparator {
border-top: 1px solid #d5d5d5;
}

table.announcements td.endseparator {
border-top: 1px solid #d5d5d5;
}

a.action, a.file {
    padding: 1em;
}

table.tocArticle {
    padding: 0.5em 0 1em 1em;
    width: 100%;
}

table.tocArticle td.tocAuthors {
    font-style: italic;
    padding-left: 0px;
    vertical-align: top;
}

#accessKey {
    margin-bottom: .5em;
    text-align: right;
}