/* styles for the site content */

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link, a:active, a:visited
{
	color: #6666CC;
	text-decoration: none;
}
a:hover
{
	color: #CC3300;
}
p,ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 4px;
}

ul
{
	margin-left: 8px;
	padding-left: 0px;
	margin-top: 0px;
}

li
{
	list-style-type: square;
	/* list-style-image: url(images/bullet_red.gif); */
	list-style-position: inside;
	margin-bottom: 0px;
	/* color: #666666; */
	margin-left: 12px;

}

li li
{
	list-style-image: url(images/bullet_red_02.gif);
}
li li li
{
	list-style-image: url(images/bullet_red_03.gif);
}
.titleframe {
	width: 719px;
	border: 1px solid;
	border-color: #B3B2B2;
	margin-top: 12px;
	margin-bottom: 2px;
	background-image: url(images/swish.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.titletext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3B2B2;
	text-align: left;
	padding-right: 10px;
}
.pictureframe {
	border: 1px solid;
	border-color: #B3B2B2;
	margin-top: 2px;
}
.pictureframeinline {
	border: 1px solid;
	border-color: #B3B2B2;
	margin: 4px;
	float: left;
}
.leftcolumn {
	width: 260px;
	/* border: 1px solid;
	border-color: #FF6699; */
	float: left;
	margin-top: 4px;
}
.rightcolumn {
	width: 450px;
	/* border: 1px solid;
	border-color: #66FF99; */
	float: right;
	margin-top: 4px;
}
.redheading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #E51E29;
	font-weight: normal;
	left: 100px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.heading1,h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #AAAAAA;
	font-weight: normal;
	left: 100px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.heading2,h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #777777;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 777777;
	margin-bottom: 6px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666666;
	font-weight: bold;
	page-break-before: always;


}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.footer a:link, .footer a:active, .footer a:visited
{
	color: #999999;
	text-decoration: none;
}

.footer a:hover
{
	color: #993333;
}

.tableHeader {
	color: #999999;
	font-weight: normal;
	padding: 0px 0px 0px 4px;
	background-color: #DDDDDD;
}
.tableBody {
	background-color: #F0F0F0;
	color: #666666;
	padding: 0px 0px 0px 4px;
}

/* set the image to use and establish the lower-right position */ 
.swishbox, .swishbox_body, .swishbox_head, .swishbox_head h2 {
    background: transparent url(images/box04.gif) no-repeat bottom right; 
} 
.swishbox {
	padding-right: 15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: auto;
} 

/* set the top-right image */ 
.swishbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px;
} 

/* set the top-left image */ 
.swishbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 4px 0 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-weight: normal;
	font-size: 36px;
	color: #D81F2A;
} 

/* set the lower-left corner image */ 
.swishbox_body {
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 5px 0 8px 10px;
} 
.smallleftarea {
	float: left;
	width: 300px;
}
.pictureinline {
	border-color: #B3B2B2;
	float: left;
	margin: 6;
}
