/* CSS Document */

/* * {
    visibility: hidden;
	float: none;
} */

/******** Hide These Divs ********/
#navigation, footer, #noprint {
	display: none;
}

/******** Setup Print Doc Look ********/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 7.8125in;
}

header img {width: 100%; height: 100%}

article {width:75%; padding-left: 10px; float: left;}


aside {width: 20%; display: inline-block; }



p, li {
	color: #1A3A67;
	font-size: 12pt;
	line-height: 15pt;
}

h1, h2, h3, h4, h5, h6 {
	color: #B5121B; 
	font-style: normal; 
	font-weight: bold;
}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{font-size: 14px;}
H4	{font-size: 12px;}
H5	{font-size: 11px;}
H6	{font-size: 9px;}

#right {
	visibility: visible;
	color: #1A3A67;
	text-align: left;
	margin-left: 15px;
}

#right p {
	font-size: 12px;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
}

#right ul ul li {
	font-size: 12px;
	list-style-type: square;
}

#right ul ul ul li{
	font-size: 12px;
	list-style-type: circle;
}

/* * table {
	width: 50%;
} */
