html,body {
    font-family: sans-serif;
    height: 100%;
    width: 100%;
    min-height: 500px;
    text-align: center;
}

body {
    background-image: url(../images/default/page_bg.png);
    background-repeat: repeat-x;
    background-color: white;
    padding: 0;
    margin: 0;
    font-family: Calibri, Arial, sans-serif;
    
}

#body2
{
    background-image: url(../images/default/page_bottom_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: transparent;
    width: 100%;
    padding: 0;
    height: 169px;
    margin: 0px;
    margin-top: -169px;
}

#skip {
    display:none;
}

#container {
  background-image: url(../images/default/container_middle.png);
  background-repeat: repeat-y; 
  margin: auto;
  text-align: left;
  width: 898px;
  min-height: 100%;
  padding: 0;
}

#containercontent {
  background-image: url(../images/default/container_top.png);
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 42px 30px 60px 20px;
  margin: 0; 
  min-height: 100%;
}


#containerfoot {
    background-image: url(../images/default/container_bottom.png);
    background-repeat: no-repeat; 
    background-position: bottom;   
    width: 898px;
    height: 169px;
    padding: 0;
    margin: auto;
}


#title {
    margin: -10px 0px 0px 10px;
    font-size: 42pt;
    letter-spacing: 6px;
    line-height: 100%;
    padding: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    font-family: serif;
}

#title a small
{
    letter-spacing: normal;
    color: #555555;
    font-size: 0.4em;
}

#title a
{
    text-decoration: none;
    border: none;
    color: #4374e0;
}

#title img
{
    border: 0;
}

#links {
    padding: 0;
    margin: auto;
    margin-right: 10px;
    width: 575px;
    text-align: right;
    float: right;
}

#links ul {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  list-style: none;
}

#links ul li {
    display: inline;
    color: white;
    word-spacing: 2px;
}

#links ul li a {
    color: white;
    font-family: palatino, constantia;
    font-size: 16px;
    /*font-variant: small-caps;*/
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
}

#links ul li a:hover {
    border-bottom: 1px dashed;
}

#content {
    padding: 0px 0 50px 0;
    min-height: 100%;
}

#footer
{
    padding-top: 115px;
    color:white;
    text-align: center;
    font-size: .75em;
}

div, a, li, ul
{
   /*border: 1px solid silver;*/
}


#footerlinks ul {
  padding: 0;
  margin: -10px;
  margin-right: 10px;
  list-style: none;
}

#footerlinks ul li {
    display: inline;
    color: blue;
    word-spacing: 2px;
}

#footerlinks ul li a {
    color: blue;
    font-family: serif;
    font-size: 1.2em;
    text-decoration: none;
    border-bottom: 1px dashed;
    letter-spacing: -1px;
}

#footerlinks ul li a:hover {
    color: green;
}

#ballothand
{   
    background-image: url(../images/ballot-hand.png);
    height: 325px;
    width: 829px;
    margin: auto;
}

.quote
{
    text-align:right;
    font-size: 14pt;
}

.quote small
{
    float:right;
    font-size: 8pt;
}

#fancyboxl 
{
   padding: 1em 0 0 30px;
}

#fancyboxl p.first:first-letter
{
}

#fancyboxl p:first-line
{
    /*font-weight: bold;*/
} 

h1,h2,h3 
{
	font-weight: normal;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* border-bottom: 1px solid black; */ 
    color: #4374e0;
    margin: 0px;
}

h1
{
	font-size: 24pt;
}

h2
{
	font-size: 18pt;	
}

h3
{
	font-size: 14pt;
}

a:visited
{
    color: #0099FF;
}

a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

a:hover
{
    color: green;
}

.clearfooter {
    clear: both;
}

ul.squarelist
{
	font-size: 14pt;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 25px;
	list-style:square;
}

ul li
{
	padding-top: 10px;
}

div.contentbox
{
	padding: 0px 30px 30px 30px;
	/*background-color: white;
	border: 1px solid black;*/
}

.imgcredit
{
	background-color: white;
	margin: 10px;
}

.imgcredit img
{
	border: 1px solid black;
}

.imgcredit .credit
{
	margin-top: -5px;
	font-size:8px;
	text-align:right;
}

#donate {
    margin-top: -75px;
    margin-right: 50px;
    float:right;
}

#donate img {
    border: 0px;
}

#donate a {
    border: 0px;
}
