/* W3C CSS Validated, 11 June 2007 */
body
{
	/* margin-left: 90px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0; /* background-color: red; */
	background-color: #990000;
	background-position: center;
	background-image: url(../images/cedarsiding.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
}
.container
{
	/* margin: 0px; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	height: auto;
	border: 1px solid Red;
	background-color: #E80000;
}
.picture
/* header pictures */
{
	/* background-color: #666666;	 */
	background-image: url(../images/box_bg.jpg);
}
.picture2
/* Left, Right Column Pictures */
{
	width: 150px;
	height: 284px;
	/* background-color: #2C2C2C; */
	background-color: #E80000;
	vertical-align: middle;
}
.caption
/* timeless voices */
{
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
	background-color: #E80000;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
}
.footer
{
	width: 800px;
	height: auto;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid Red;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.menu_bg
/* left, right TD menu segment */
{
	width: 150px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 11px;
	background-color: #666666; /* lt. grey */
	text-align: left;
	vertical-align: top;
	color: #F5F5F5;
	line-height: 17px;
}
ul
{
	margin: 10px;
	padding-left: 10px;
	text-align: left;
	/* list-style-position: inside; */
	list-style-position: outside;
	list-style-image: url(../images/p7PM_light_east.gif);
	
}
.bullet2
/* Left Navigation */
{
	margin-left: 30px;
	text-align: left;
	padding-left: 10px;
	list-style-image: url(../images/p7PM_light_east.gif);
	list-style-position: outside;
}
.main
/* body text*/
{
	width: 500px;
	margin-left: 7px;
	padding: 10px;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	background-color: #101010;
	font-size: 14px;
	color: #EFEFEF;
	text-align: left;
	vertical-align: top;
}
p
{
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
strong, .main b, h3, h4
{
	color: #FF2222;
}
.center
{
	text-align: center;
	float: inherit;
}
.right
{
	float: right;	 
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
.cell
{
	font-size: 14px;
	color: #F6F6F6;
	text-align: center;
	border: 1px Red solid;	 	 
}
.cell_1
{
	font-size: 14px;
	color: #F6F6F6;
	text-align: left;		 	 
}
.small
{
	font-size: x-small;	
}
.style1
/* footer text */
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2
/* quotes */
{
	color: #FF3939;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
}
.style3
/* pre & span tags*/
{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;	
}
.style4
{
	font-size: 11px;	
}
.style5
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6F6F6;
}
.style6
/* pre tag */
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link
{
	color: #E8E8E8; /* lt grey */
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #930000;
	font-weight: bold;
	text-decoration: none;
}
.main a:visited
{
	color:#DC143C; /* crimson */
}
a:active 
{
	color: #EDEDED;
	font-weight: bold;
	text-decoration: none;
}
.main a:active
{
	color: white;
	background-color: Red;
	text-decoration: underline;
	font-variant: normal;
	text-decoration: none;
}
a:hover
{
	color: white;
	background-color: red;
	text-decoration: none;
	font-variant: normal;
}
.main a:hover
{
	color: white;
	background-color: red;
	text-decoration: underline;
	font-variant: normal;	
}
.footer a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
