* { padding: 0; margin: 0; } /* Reset all margins and paddding so we can control them */

body {
	background-color: #fff;
	color: #494949; /*DR changed*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /*DR added*/
}

a {
	color: #04ADFC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}



h1, h2, h3, h4, h5 {
	color: #0297D7;
}

h1 
{
	font-size: 1.3em;
}

h2, h3 {
	font-size: 1em;
	font-weight:100;
}

h4 
{
	font-size: 0.8em;	
	font-weight:normal;
}

h5 
{
	font-size: 1.1em;
	font-weight:normal;	
}

img {
	border: none;
}

fieldset {
	border: none;
}

.required, .error {
	color: #F00;
}

.confirm 
{
	color: #4BA321;
}

.highlight
{	
	color: #fff;
}

.highlightAlt
{
	color: #64CDFE;
}

.noBorder, .noBorder input
{
	border: none;
}

.siteButton
{
	overflow: visible; /* keeps ie from adding extra padding around the text */
	color: #fff;
	border: 1px solid #41ADDF;
	padding: 2px 20px 2px 4px;
	text-decoration: none;
	background: url(../images/bullet1.gif) no-repeat 90% 50% #005984;
	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 
{
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

ul {
	margin-left: 1em;	
	margin-bottom: 0.7em;
	list-style: none;  
	
}

ul li {
	margin: 0.5em 0;
	background: url(../images/bullet1.gif) no-repeat 0 50%;	
	padding-left: 1.0em;
	
}

ol {
	margin-left: 2.3em;
	margin-bottom: 0.7em;
}

ol li {
	margin: 0.2em 0;	
}

h2 {
	margin-top: 1.3em;
}

h3 {
	margin-top: 1.0em;
}


/*---[ element styling ]------- */
input, textarea, select {
	margin: 1px 0;
	padding: 1px;	
	font-size: 1.1em;
	border: 1px solid #D0D0D0;
}