﻿html {
    overflow-y: scroll;
}

body {
	font-family: Georgia, Serif;
    font-size: small;
}

p {
	line-height: 1.70em;
}

li {
	line-height: 1.30em;
}

img {
	border: 0px;
}

a {
	color: #465a7d;
	text-decoration: none;
}

a:hover {
	color: #4B0082;
	text-decoration: underline;
}

a:visited {
	/*color:Black;*/
}

#headlink:a
{
    display: block;
    text-decoration: none;   
}

#headlink * a
{
    text-decoration: none;   
}

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;
    font-size: medium;
	margin: 10px 0px 10px 0px;
	color: #4B0082;
}

.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%;
}

#center {
    float: left;
    width: 254px;
    height: 100%;
    min-height: 100%;
}

#right {
    float: right;
    width: 254px;
    height: 100%;
    min-height: 100%;
}

#footer {
    clear: both;
    width: 800px;
}

/* horizontal nav links bar */

#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 .6em;
    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;
}


/* lists */

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;
}


