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: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body
{
	/* Font-Size 62.5% makes 1.0em equal 10px making it easier to change font sizes in other elements ie. 1.2em = 12px, 2em = 20px etc.		*/
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #ccc;
	color: #000;
}

.clear
{
	clear: both;
	line-height: 0;
	height: 0;
}

h1, h2, h3
{
	font-weight: normal;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 150%;
	margin-bottom: 10px;
}

#RightContent p
{
	margin-bottom: 0;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.5em;
	margin-top: 20px;
}

h3
{
	font-size: 1.3em;
}

ul
{
	margin-left: 12px;
}

strong
{
	font-weight: bold;
}

#PageWrapper
{
	margin: 0 auto;
	width: 1024px;
	font-size: 1.2em;
	background-color: #fff;
}

#Header
{
	min-height: 200px;
	padding: 0 12px;
}

#Header div#Promo
{
	float: left;
	margin-left: 10px;
}

#Header div#Promo .promoTextLeft, #Header div#Promo .promoTextRight
{
	float: left;
	width: 10px;
	height: 30px;
	background: url(/Files/System/Images/leftHeaderText.png) no-repeat;
}

#Header div#Promo .promoTextRight
{
	background: url(/Files/System/Images/rightHeaderText.png) no-repeat;
}

#Header div#Promo .promoText
{
	float: left;
	background-color: #fff;
	line-height: 120%;
	padding: 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#Content
{
	clear: both;
	padding: 0 12px;
	text-align: justify;
}

#LeftContent
{
	width: 730px;
	padding-right: 20px;
	float: left;
}

#RightContent
{
	width: 250px;
	float: left;
}

#RightContent h3
{
	line-height: 24px;
}

#Footer
{
	clear: both;
	color: #666;
	padding: 10px 12px;
	background-color: #fff;
	min-height: 25px;
}

