﻿body
{
	background: white;
}

#page
{
	margin: 0 auto 0 auto;
	width: 760px;
}

#head
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent
{
	margin-left: 150px;
}

#nav a
{
    color: Black;
}

#maincontent a
{
    color: Blue;
}

#nav
{
	float: left;
	width: 140px;
}

.rightpicture
{
	float:right;
	margin-left: 40px;
}

.leftpicture
{
	float:left;
	margin-right: 40px;
}

.article
{
	margin: 0px 10px 0px 10px;
}

.title { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-weight: normal;
 /*  background-image: url(/Site/images/grayscale.gif); */
}

#secondimg
{
	float: left;
}

#head2 a
{
 text-decoration: none;
  color: #666; 
}

#nav ul
{ 
	list-style: none; 
	margin-left: 0px;
}

#nav li
{
	padding: 5px 0px 2px 0px;
}

.menu
{
	border-bottom: solid 1px white;
	font-size: large;
	text-decoration: none;
	color: black; 
	font-family: "Tahoma", "Geneva", "sans-serif";
}

.submenu
{
    margin-left: 20px;
	border-bottom: solid 1px white;
	font-size: small;
	text-decoration: none;
	color: black; 
	font-family: "Tahoma", "Geneva", "sans-serif";
}


#nav a:hover
{
/*  border-top: solid 1px black; */
	border-bottom: solid 1px black;
}

#currentlink 
{
	font-weight: bold;
}

.article h2 { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

.article h1 { 
  color: #444; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  /*font-style: italic;*/
  font-weight: normal;
}

.fancylist li
{
	padding-top: 5px;
}

.borderpicture
{
	border: solid 1px black;
}

.stress
{
    font-weight: bold;
}

.noborder
{
	border-style: none;
}

.caption { 
  color: #333; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-weight: normal;
  text-align: left;
}

.centeredimage
{
	text-align: center;
	vertical-align:middle;
}

.article table
{
    border: solid 1px #AAA;
}

.article tfoot
{
    background-color: #c3d9ff;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
