body {
  font-family: Arial, sans-serif;
  background: gray;
  margin: 0;
  text-align: center;
}

#whole_page {
  width: 52em;
  margin:0 auto;
  padding: 0;
  text-align: left;
  border-width:  0 1px 1px 1px;
  border-color:  black;
  border-style:  solid;
}

#ad_banner {
  text-align: center;
  padding-top: 1em;
  margin-top: 0.5em;
  border-top: 1px dotted gray;
}

#header {
  color: white;
  background: maroon; 
  font-size: 22pt;
  padding: 0.25em;
  margin-bottom: 0;
  #text-align: center;
}

#utils_top {
  color: black;
  background: maroon; 
  font-size: 10pt;
  padding: 0.5em;
  margin-bottom: 0;
  #text-align: center;
}

#utils_top a, #utils_top a.visited {
  color: black;
  background: maroon; 
  font-size: 10pt;
  padding: 0.25em;
  margin-bottom: 0;
  text-decoration: none;
  #text-align: center;
}

#utils_top a:hover {
    font-weight: bold; 
  border-bottom: 2px dotted maroon;
}

#nav {
  color: black;
  font-size: 12pt;
  font-weight: bold;
  background: #ccc;
  padding: 0.5em;
}

#nav a, #nav a:visited  {
  color: maroon;
  text-decoration: none;
}

#nav a:hover {
  font-weight: bold;  
  border-bottom: 2px dotted maroon;
}



#navrow2 {
  color: black;
  font-size: 11pt;
  background: #d3d3d3;
  padding: 0.5em;
}

#navrow2 a, #navrow2 a:visited  {
  color: #000099;
  text-decoration: none;
}

#navrow2 a:hover {
  color: red;
  font-weight: bold;
  border-bottom: 2px dotted maroon;
}

#navrow2 .soft { color:#eeeee0; }





#eventlisting a, #eventlisting a:visited {
  color: #191970;
  text-decoration: none;
}

#eventlisting a:hover {
  color: red;  
  border-bottom: 2px dotted maroon;
}


#content {
  height: 100%;
  background:  white;
  padding: 1em;
}

#content h1 {
  font-size: 18pt;
}

#content h2 {
  font-size: 16pt;
}

#content h3 {
  font-size: 14pt;
}

#content a, #navrow2 a:visited  {
  color: #000099;
  text-decoration: none;
}

#content a:hover {
  color: red;  
  border-bottom: 2px dotted maroon;
}



#notice {
  border: 1px solid green;
  padding: 1em;
  margin: 1em;
  margin-bottom: 2em;
  background-color: lightgray;
  
}

#pagetitle { 
	font-size: 2.5em; 
	letter-spacing   : .05em; 
	font-weight: bold; 
	padding-top: 5px; 
	color: maroon; 
	padding-bottom: 5px;
}

#pagetitlespacer p{ 
    margin: 0 0 0 0; 
    border-top-style: ridge;
    border-top-color: gray;

}


#rightColumn {
	float : right;
	width : 200px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;		
}


 #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}

 #leftColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	padding-left: 2px; 
	margin-bottom: 5px;
}


  #leftColumn h1 {
    color: maroon;
    
  }

#rightHalf {
	float : right;
	width : 350px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;		
}


 #rightHalf h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}


.light {
    color:#ccc;
}

.home-nav-head {
    font-size:1em;
    font-weight: bold;
    margin-bottom: 2px;
    color:maroon;
}






.home-nav-body {
    margin-left: 1em;
    color: #475A5F;
   font-size: 14px;
}

.home-nav-link {
    margin-left: .2em;
    margin-right: .2em;
   font-size: 14px;
}


.explainer {
    
    color:#475A5F;
 
}


#leftColumn {
	padding: 1.5em; 	
	margin-right: 225px; 
	background-color:#FFFFFF;
	min-height: 550px; 
}

#homelink a, #homelink a:visited  {
  color: maroon;
  text-decoration: none;
}

#homelink a:hover {
    font-weight: bold;
    color: red;
    border-bottom: 2px dotted maroon;
}


#pathway {
	width: 450px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
	color: #666666; 
}


.light {
    color:#ccc; }


/* Error reporting style */

.fieldWithErrors {
  margin: 2px;
  padding: 2px;
  background-color: red;
  display: table;
}


#errorExplanation {
 border: 5px solid red;
 padding: 7px;
 padding-bottom: 12px;
 margin-bottom: 20px;
 background-color: #f0f0f0;
    
}    



#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12pt;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

errorExplanation ul li {
    font-size: 11pt;
    list-style: square;
}    



/* code for IE to display fieldset */

html fieldset {
    position: relative;
}

html legend {
    position: absolute;
    top: -1em
    left: .5em;
}

html fieldset {
    position: relative;
    margin-top:1em;
    padding-top:2em;
    padding-bottom: 2em;
}   



/* For form elements */
  
  fieldset {
  background: #ddd;
  width: 44em;
  margin-left: 2em;
}
  
  legend {
  color: white;
  background: maroon;
  padding: .4em 1em;
}
  
  label {
    width: 14em;
    float: left;
    text-align: left;
    margin-right: 0.2em;
    margin-left: 0.2em;
    display: block;
  }
  
  .form_row {
    white-space: nowrap;
    padding-bottom: .5em;
  }
  
  .stack {
    width: 250 px;
    padding: 20px;
    float: right;
  }
  
  
  .submit {
    margin-left: 15em;
  }
  
  
  /* from build your own */
  
  #vote_score {
    float: right;
    color: #9c9;
  }
  
  #vote_link a {
    padding: 3px 5px;
    border: 3px solid #393;
    background-color: light-gray;
    text-decoration: none;
    color: #393;
  }
  
  #vote_link a:hover {
    background-color: #aea;
  }
  
  
  .children {
    position: relative;
    width: 400px;
    background-color: #ffc;
    margin-top: 10px;
    padding: 10px;
  }
  
  .tags a { padding: 0 3px; }