﻿.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; 
}

.caption 
{
	width: 200px;
}

.notice
{   color: #dde4f4;
}

.smallCaps 
{
    text-transform: uppercase;
    font-size: 80%;
}

ul.listSpacing li {
    padding: 3px 0;
}

blockquote
{
    margin: 15px;
    padding: 5px 10px;
    background-color: #dde4f4;
    border-top: 1px solid #4e85c5;
    border-bottom: 1px solid #4e85c5;
    border-left: 5px solid #4e85c5;
    border-right: 5px solid #4e85c5;
}

blockquote.alt
{
    margin: 15px;
    padding: 5px 10px;
    background-color: #dde4f4;
    border-top: 1px solid #4e85c5;
    border-bottom: 1px solid #4e85c5;
    border-left: 5px solid #4e85c5;
    border-right: 5px solid #4e85c5;
}

h1 {
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 10px;
	margin: 10px 0 10px 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: none;
}

caption {
    background-color: #4e85c5;
    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 .althead {
    background-color: #4E85C5;
    color: #FFF;
}

table .alt {
    background-color: #DDE4F4;
    color: #000;
}

table th.alt 
{
    background-color: #DDE4F4;
    color: #000;
}

th {
    border-top: 2px solid #4e85c5;
    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: #000;
}

/*

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;
} */