/* ----------------------------
General Elements
---------------------------- */

body  {
	font: 12px/18px arial, helvetica, sans-serif;
	background: #c0c0c0 url('images/bg.jpg') repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper	{
	background: transparent url('images/bg_center.png') repeat-y;
	width: 993px;
	margin: 0 auto;
	text-align: left;
}

#main	{
	margin: 0 auto;
	width: 978px;
	text-align: left;
}
#main TD	{
	border: 0px;
	border-collapse: collapse;
}
#jumpto	{
	background-color: #721919;
	color: #fff;
	font: 11px/13px arial, helvetica, sans-serif;
	padding: 4px;
	width: 516px;
}

#jumpto	a	{
	color: #fff;
	text-decoration: none;
}

#header	{
	background: #004080 url('images/bg_hpc.gif') no-repeat;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
}
#header TD	{
	border: 0px;
}
#leftBar	{
	padding: 5px;
	margin: 5px 5px 0 0;
	width: 185px;
}

#grayBox	{
	background-color: #e5e5e5;
	padding: 5px;
	width: 179px;
	line-height: 22px;
}

#content	{
	font-size: 13px;
	line-height: 18px;
	background-color: #fff;
	width: 605px;
	padding: 5px 5px 10px 10px;
	text-align: left;
}

#footer	{
	font: 12px/14px arial, helvetica, sans-serif;
	background-color: #da820f;
	color: #fff;
	text-align: center;
	padding: 4px;
}

/* ----------------------------
Text Controls
---------------------------- */

h1	{
	font-size: 22px;
	line-height: 26px;
}
h2	{
	font-size: 18px;
	line-height: 22px;
	color: #da820f;
	text-transform: uppercase;
}
#content h2	{
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #004080;
	margin-bottom: 5px;
}

h3	{
	font: 16px/18px arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#header TD	h1	{
	font: 27px/29px arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}

#header TD	h3	{
	font: 13px/18px century gothic, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
#header TD	em	{
	font: 22px/22px arial, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #fff6a6;
	font-weight: bold;
	margin-left: 10px;
}
a	{
	text-decoration: underline;
	color: #004080;
	font-weight: bold;
}
#leftBar a	{
	font: 11px/14px arial, helvetica, sans-serif;
	font-weight: bold;
}
#leftBar p	{
	padding-bottom: 0;
}

#content p	{
	font-size: 13px;
	line-height: 19px;
	background-color: #fff;
	padding: 5px 5px 10px 10px;
	text-align: left;
}
#footer a	{
	text-decoration: none;
	color: #fff6a6;
}
.bigBlue	{
	font: 26px/26px arial, Arial, Helvetica, sans-serif;
	color: #004080;
}
form strong	{
	color: #ff0000;
}