﻿/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
strong
{
	font-weight:bold;
	}
em
{
	font-style:italic;
	}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* ***************************************
	DEFAULTS
*************************************** */

body {
	text-align:left;
    /*background-image: url(images/bodytile.gif);
    background-repeat:repeat;*/
	padding:0;
	font: 14px  "Arial Narrow";
	color: #47234a;
    margin-bottom: 0px;
}

#centered{
	margin:0px auto;
	text-align:left;
    padding: 0px;
    width: 830px;
}

.content{
    padding: 8px 5px 0px 5px;
}

a {
	color: #47234a; 
	font-weight:bold;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

.footerLink{
    color: White;
    font-weight:normal;
}

.footerLinkCell{
    padding-top: 8px;
    text-align: right;
}

p {
	margin:  0px 0px 0px 0px;
}

img {
	border: none;
}

ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 0px;
}
ul li {
	margin: 0px; 
	list-style-type:disc;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 11px;
}

.italic{
    font-style:italic;
}

.bold{
    font-weight: bold;
}

.largeBold{
    font-weight: bold;
    font-size: 1.1em
}

.error{
    color: Red;
    font-size: 11px;
}

.gray{
    color: #58595b;
}

.navActive{
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 15px 0;	
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

hr{
    
    color: #c0c0c0;
    background-color: #fff;
}
/*
input[type="submit"]:hover {
	background: #32619d;
	border-color: #32619d;
	color: #fff;
}

input[type="submit"] {
    font-size: .8em;
	background: #fff;
	border: 1px solid #32619d;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	width: auto;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
}
*/