@charset "utf-8";
/* background and default font settings */
body  {
	margin: 0;
	padding: 25px;
	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:#222222;
	font-weight:500;
	background-image: url(../images/bg-diaglines.gif);
	background-repeat: repeat;
	font-family: "Helvetica 55 Roman", Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
}
img {
	border:0;  /*  clearing borders on images */ 
	outline:none; 
}
/* heading font settings */
h1 { 
	font-weight:100; 
	font-size:21px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
h2 { 
	font-weight:500;
	font-size:14px;
	color:#222222;
}
h3 { 
	font-weight:normal; 
	font-size:20px;
	color:#FFFFFF;
}
/* link/rollover styles */
A:link,
A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	color:#542C87;
	outline:none;
}
A:hover,
A:active
{
	text-decoration:underline;
	outline:none;
}
.a-active{
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
	line-height:14px;
}
A { /* removes dotted border around clicked links*/
	outline:none;
}
/* Right column background style */
.bg-white { 
	background-color:#FFFFFF; 
	vertical-align:top;
}
/* used for right column body style */
.bg-white-padded { 
	font-weight:500;
	background-color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#333333;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
/* main section style */
.bg-blue {
	background-color:#A6C6D2;
	vertical-align:top;
	text-align:left;
}
/* "Pop" style - purple, bolded */
.sidebar-header { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #542C87;
	font-size: 12px;
}
/* list styles */
ul
{
	margin-top:0px;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:2px;
	margin-bottom:-0px;
	margin-left:-10px; 
	font-size:11px;
	line-height:14px;
	text-indent:0px;
	list-style:circle;
}
.li-sub
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	text-indent:0px;
	font-size:11px;
	list-style-position:outside;
	list-style:disc;
}
.li-no-bullet
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	text-indent:0px;
	font-size:11px;
	list-style-position:outside;
	list-style:none;
}
/* used for images, text */
.no-border
{
	border:0;
}
