/* ----------------------------
General Elements
---------------------------- */

body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #fff url('images/main_bg.png') repeat-y;
	width: 785px;
	margin: 0 auto;
}

#main	{
	background-color: #fff;
	width: 775px;
	margin: 0 auto;
}
#main TD	{
	border: 0px;
	border-collapse: collapse;
}
#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	{
	font-size: 11px;
	line-height: 15px;
	background-color: #fff6a6;
	width: 170px;
	padding: 10px;
	text-align: left;
}

#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: #004080;
	color: #fff;
	text-align: center;
	padding: 4px;
}

/* ----------------------------
Text Controls
---------------------------- */

h1	{
	font-size: 22px;
	line-height: 26px;
}
h2	{
	font-size: 18px;
	line-height: 22px;
}
#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;
}