﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 70%;
	background-color: #F6F6F6;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1
{
	margin: 0px 0px 4px 0px;
	font-size: 125%;
	color: #A3925F;
}

h2
{
	margin: 8px 0px 4px 0px;
	font-size: 100%;
	color: #A3925F;
}

h3
{
	margin: 8px 0px 4px 0px;
	font-size: 100%;
	font-style: italic;
	color: #B3A26F;
}

p
{
	margin: 0px 0px 8px 0px;
}

a
{
	color: #A3925F;
	cursor: default;
	text-decoration: none;
}

a:hover
{
	color: #A3925F;
	cursor: pointer;
	text-decoration: underline;
}

ul
{
	margin: 0px 0px 8px 0px;
	list-style-image: url(../images/bullet.png);
}

li
{
	margin: 0px 0px 4px 0px;
}

hr
{
	height: 1px;
	color: #C4BE8D;	
}

#page
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border-left: solid 1px #034C65;
	border-right: solid 1px #034C65;
}

#header
{
	background-image: url(../images/componentspace-banner.png);	
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
}

#pageContent
{
	padding: 8px 4px 16px 4px;
}

#footer
{
	clear: both;
	height: 10px;
	padding: 4px;
	background-color: #034C65;
	color: White;
	font-size: 80%;
	font-weight: bold;
}

#footer a
{
	color: White;
	cursor: default;
	text-decoration: none;
}

#footer a:hover
{
	color: White;
	cursor: pointer;
	text-decoration: underline;
}

#footer #copyright
{
	float: right;
}

.validationMessage
{
	color: Red;
}
