﻿* { padding: 0; margin: 0; } /* Reset all margins and paddding so we can control them */

body {
	background-color: #fff;
	color: #5F5F5F; /*DR changed*/
	font-family: Arial;
	font-size: 75%; /*DR added*/
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}



h2, h3, h4, h5 {
	color: #E2020C;
    font-size: 10pt;
    font-weight: normal;
}

#home h1
{
	font-size: 20pt;
	color: #666666;
	font-family: Impact;
	font-weight: normal;
	padding-bottom: 0;
}

h1
{
	font-size: 1.3em;
	color: red;
	font-family: Arial;
	font-weight: normal;
    padding-bottom:10px;
}

h2
{
	 font-size: 1.2em;
	 padding-top: 10px;
	 padding-bottom:5px;
}


h3 
{
	 font-size: 1em;
	 padding-bottom:10px;
}

h4 
{
	font-size: 0.8em;	
	font-weight:normal;
}

h5 
{
	font-size: 12pt;
	color: Red;
    font-family: Arial;
}

img {
	border-style: none;
    }

fieldset {
	border: none;
}

.required, .error {
	color: #F00;
}

.confirm 
{
	color: #4BA321;
}

.highlight
{	
	color: #fff;
}

.highlightAlt
{
	color: #64CDFE;
}

.noBorder
{
	border: none;
}

.siteButton
{
	overflow: visible; /* keeps ie from adding extra padding around the text */
	color: #fff;
	border: 1px solid #D10101;
	padding: 2px 20px 2px 4px;
	text-decoration: none;
	background: url(../images/button1.gif) no-repeat 90% 50% #D10101;
	font-size: 0.8em;
	font-weight: normal;
}

.siteButton a, .siteButton a:hover
{
	text-decoration: none;
	color: #fff;
}


.clearer 
{
	clear: both;
	margin:0;
}



/* --- add some default margins for elements ------------ */
p 
{
	color: #000000;
	font-family: Arial;
	font-size: 1em;
	margin-bottom: 10px;
    line-height: 1.3em;
}

ul {
	margin-left: 1.5em;	
	list-style-position: outside;
}

ul li {
	margin: 0.5em 0;
	padding-left: 1.0em;
	color: #000000;
	list-style-image: url(../images/bullet1.gif);
	font-family: "Arial";
}

ol {
	margin-left: 2.3em;
	margin-bottom: 0.7em;
}

ol li {
	margin: 0.2em 0;	
}


/*---[ element styling ]------- */
input, textarea, select {
	margin: 1px 0;
	padding: 1px;	
	font-size: 1.1em;
	border: 1px solid #D0D0D0;
}