﻿ /*   *{
	padding:2;
	margin:0;
	border:thick
}
*/
  body {
	font-family: Times New Roman,Verdana;
	background-color: #000000;
}
div#wrapper
{
/*margin:auto;*/
margin:0 165px;
background:#606060;
width:800px;
/*height:8000px;*/

}
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
	max-width: 1300px;
}
a[href]
{color:#FFFFFF;
font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background:#A00000;
	/*color: #FFFFFF; */
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
h1 {
/* border-top:1px #D3D3D3 solid;
	border-bottom: 1px #D3D3D3 solid;
		background-color:#B00000;*/
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}
/*h2 {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px #D3D3D3 solid;
	font-size: 1.3em;
	background-color: #680000;
	font-weight: bold;
	color: #FFFFFF;
}
*/

 .centered-table {
    margin-left:auto; 
    margin-right:auto;
    text-align: center;
  ;
}
table#jfk{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    border-width:thick;
    border-bottom-style:solid;
    border:0.2em #A00000 double;
  	width:1048px}
.tfoot
{
	text-align: left;
	font-weight: normal;
	color: white;
	background-color: #707070;
	font-style: italic
}
/*================used to center anything==============*/
.center {
	text-align: center;
}

.center_lft
{ text-align:left;
font-weight:normal;
}
.center_Rgt
{ text-align:right;
font-weight:normal;
}

.center_lft_1
{ text-align:left;
font-weight:bold;
}

.font_normal
{
font-weight:normal;
}
ul.circle-bullets
{
list-style-type:circle;
float:none;
text-align:left; 
margin-left: 280px;
}
ul#list
{
color:white;
float:left;
text-align:left; 
margin-left: 20px;
list-style-image:url('images/bullet1.bmp');
}