﻿.left 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.right 
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.center 
{
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    display: block;
}

.caption 
{
	width: 200px;
}

.notice
{   color: #EF3E42;
}

.smallCaps 
{
    text-transform: uppercase;
    font-size: 80%;
}

ul.listSpacing li {
    padding: 3px 0;
}

blockquote
{
    margin: 15px;
    padding: 5px 10px;
    background-color: #edf4f8;
    border-top: 1px solid #069;
    border-bottom: 1px solid #069;
    border-left: 5px solid #069;
    border-right: 5px solid #069;
}

blockquote.alt
{
    margin: 15px;
    padding: 5px 10px;
    background-color: #edf4f8;
    border-top: 1px solid #EF3E42;
    border-bottom: 1px solid #EF3E42;
    border-left: 5px solid #EF3E42;
    border-right: 5px solid #EF3E42;
}

h1 {
	border-top:1px #F2D8A5 solid;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
	padding: 0px 3 0 15px;
	margin: 3px 0 5px 0;
}

h2 
 {   
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	padding-left: 15px;
}

h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 90%;
	font-weight: bold;
	padding-left: 15px;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;

}

caption {
    background-color: #069;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
table 
{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
	width: 90%;
	text-align: left;
	border: 0;
    border-collapse: collapse;
}

table .alt {
    background-color: #edf4f8;
}

table th.alt 
{
    background-color: #5E9ECE;
    color: #FFF;
}

th {
    border-top: 2px solid #5E9ECE;
    margin-top: 5px;
}

#rh-col dt {
    font-weight: bold;
    padding: 10px 5px 0 5px;
}

ul li {
    list-style-type: square;
}

#rh-col ol li {
    list-style-type: decimal;
}

ol li {
    list-style-type: decimal;
}

ol li ul li{
    list-style-type: square;
}

ol li ol li{
    list-style-type: lower-alpha;
}

ol li ol li ol li{
    list-style-type: lower-roman;
}

a img {
    border: none;
}

form {
    margin-left: 0px;
    
}

input, textarea, select {
	color: #990000;
	font-size:11px;
	background-color:#FBF2E0;
	border:1px solid #C9B794;
}




/*

This style is for adding items to the menu that aren't part of the normal hierarchy. Currently disabled.

.menuLink 
{
    border-top: 1px solid #fff;
    background-image: url("../img/nav.jpg");
    background-repeat: no-repeat;
    color: #FFF;
    display: block;
    font-size: 100%;
    padding-left: 18px;    
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
} */
