/**
 * Classes
 */
 
 body
{
	background: #cccccc url('../img/footerbackground.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
}

button
{
	background: #474747 url('../img/buttonbackground.jpg') repeat-x;
	border: none;
	color: #ffffff;
	font-size: 22px;
	height: 64px;
	margin: 0px;
	padding-left: 18px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

button img
{
	margin-right: 15px;
	min-height: 32px;
	max-width: 32px;
	vertical-align: middle;
}

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

/**
 * Header
 */

#header
{
	background: #193b9c url('../img/headerbackground.jpg') no-repeat;
	height: 84px;
	width: 100%;
}

#header button
{
	background: none;
	height: 100%;
	width: 100%
}

#header p
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 80px;
}

#hRule
{
	border-bottom: solid 1px #898989;
}

/**
 * Breadcrumb Bar
 */

#breadcrumbbar
{
	background: #000000;
	margin: 0px;
	height: 24px;
	width: 100%;
}

#breadcrumbbar a
{
	color: #ffffff;
	text-decoration: none;
}

#breadcrumbbar ul 
{
	margin: 0px;
	padding: 5px 0px 0px 8px;
	list-style-type: none;
}

#breadcrumbbar li
{
	color: #ffffff;
	display: inline;
	font-size: 11px;
	padding-right: 4px;
	text-transform: uppercase;
	vertical-align: middle;
}

/**
 * Content
 */

#content
{
	background: #eeeeee;
	color: #505050;
	font-size: 14px;
	margin: 0px;
	padding: 0px 16px 16px 16px;
}

#content h1
{
	border-bottom: #7a7a7a solid 1px;
	color: #507cdb;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 16px 0px 0px 0px;
	text-transform: uppercase;
}

#content h2
{
	color: #000000;
	font-size: 22px;
	margin: 16px 0px 0px 0px;
}

#content ol
{
	margin-left: 0px;
	padding-left: 30px;
}

/**
 * Footer
 */

#footer
{
	background: url('../img/footergradient.png') repeat-x top left;
	height: 84px;
	margin: 0px;
	padding: 8px;
	text-align: center;
	width: 100%; 
}

#copy
{
	background: url('../img/copybackground.png') no-repeat;
	color: #ffffff;
	font-size: 9px;
	height: 42;
	margin-left: auto;
    margin-right: auto;
	padding-top: 6px;
	width: 162px;
}