﻿body 
{
    min-height: 98%;
	font-family: Georgia, Serif;
    font-size: small;
}

p
{
	line-height: 1.70em;
}

li
{
	line-height: 1.30em;
}

a
{
	color: Gray;
	text-decoration: none;
}

img
{
	border: 0px;
}

a:hover
{
	color: #4B0082;
	text-decoration: underline;
}

a:visited
{
	color:Black;
}


h1
{
    font-family: Arial;
    font-size: 14pt;
}

h2
{
    font-family: Arial;
    font-size: 12pt;
    border-bottom: solid 1px #888888;
}

h3
{
    font-size:small;
	color: #666699;
}

h1,h2,h3
{
    font-family: Arial;
	color: #333366;
}

h4
{
    font-family: Arial;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.leftnav
{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 140%;
}

.textblock
{
	padding-left: 5px;
	padding-right: 5px;
}

.contdlink
{
    font-family: Arial;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 10px 0px 10px 0px;
}

.quote
{	
	margin: 10px 5px 10px 5px;
	background-image: url(/content/images/quote.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	font-style:italic;
	font-family:Times New Roman;
	font-size:medium;
}

.caption
{
    font-family: Arial;
	font-size: smaller;
}

.input-validation-error
{
}

.field-validation-error
{
	color: #ff0000;
}

.centerimage
{
	border: 0px; 
	display: block;
    margin-left: auto; 
    margin-right: auto
}

/* navigation and layout */

#container
{
    position: relative;
    min-height: 100%;
    height: auto !important;
    width: 700px;
    margin: 10px auto;
    min-height: 100%;
    overflow: visible;
    background: White;
}

#left
{
    float: left;
    width: 426px;
    height: 100%;
    min-height: 100%;
}

#right
{
    float: right;
    width: 254px;
    height: 100%;
    min-height: 100%;
}

#footer
{
    clear: both;
    width: 800px;
}

#navLinks
{
    vertical-align:middle;
    font-size:medium;
}

#navLinks ul
{
    background-color: Black;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #cccccc;
    height: 21px;
}

#navLinks li
{
    list-style-type: none;
    padding: 0.2em .9em;
    border-left: 1px solid white;
    display: inline;
    color: White;
}

#navLinks a
{
	color: White;
}

#navLinks li:first-child
{
    border: none;
}

/* submenu */
#subMenuLinks
{
    vertical-align:middle;
    font-size:medium;
}

#subMenuLinks ul
{
    background-color: #DDDDDD;
    text-align: center;
    margin-left: 30px;
    padding-left: 0;
    border-bottom: 1px solid #AAAAAA;
    border-top: 0px;
    height: 21px;
}

#subMenuLinks li
{
    list-style-type: none;
    font-size: small;
    padding: 0.2em .5em;
    display: inline;
    color: black;
}

#subMenuLinks li:first-child
{
    padding-left: 20px;    
}

#subMenuLinks a
{
	color: black;
}

#subMenuLinks a:hover
{
	color: Black;
	text-decoration: underline;
}

dt
{
    margin-top:15px;
    margin-bottom:15px;
}

dd
{
    margin-bottom:5px;
}

li
{
    margin-top:15px;
    margin-bottom:15px;
}

.img-align-right
{
    float:right; margin: 0 0 15px 15px;
}