body {
    color: #333;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:normal;
    line-height:18px;
    font-size:13px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
    background-color: red;
    color: white;
    display: block;
    font-size: 10px;
    margin: 0 0 3px;
    padding: 4px 5px;
}

hr {
	margin: 16px 0px;
  border-bottom: 1px solid #666;
}

.fakelink {
    color: #0091FF;
  cursor: pointer;
  text-decoration: underline;
}
  

/* For Home Page */
#headerDecoration
{
  background-image: url('/static/images/dots_border2.png');
  width: 100%;
  height: 90px;
  background-repeat:repeat-x;
}
  
img#bigLogo
{
  margin: 2em auto 2em auto;
  height: 250px;
  display:block; 
}

header h1
{
  text-align: center;
}
