
body  {
	color: #000000;
	background-color: #000000;
}
h1{
	color:#ffffff;
	font-size: 32px;
	text-align:left;
}

h3 {
	color: #ff0000;
	font-size: 26px;
	text-align: left;
} 

td,p {
	color:#FF0000;
	text-align:left;
}
#container {
	border: 1px solid #000000;
	background-color: #000000;
	position:relative;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	width:1124px;
} 

#container #header {
	padding: 0 10px; 
	background-color: #000000;
} 
#container #header #headerNav {
	position:relative;
	padding:18px;
}

#container #body {
	position:relative;
}
#container #body #sidebar1 {
	float: left;
	width:200px;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	float:left;
}
#container #body #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#container #body #mainContent {
	position:relative;
	width:860px;
	margin:0;
	float:right;
} 

#container #body #mainContent p {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
} 
#mainContent a {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration:underline;
}
#mainContent a:hover {
	color: silver;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration:none;
}
#container #footer {
	position:relative;
	background-color: #000000;
	width:1124px;
	clear:both;
} 
#container #footer p {
	margin: 0; 
	padding: 0px 0; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-align: center;
}

/*#container #footer .red {
	color: #FF0000;
}*/
/* cd */
.phone {
	font-size:x-large;
	color: #FFFFFF;
	}
#container #footer #left {
	position: relative;
	float: left;
	margin:0;
	padding: 10px 0;
	width: 
}
#container #footer #left a {
 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-align: left;
	text-decoration: underline;
}
#container #footer #left a:hover {
	margin: 0; 
	padding: 10px 0; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: silver;
	text-align: left;
	text-decoration: none;
}
#footer #right {
	position: relative;
	clear: both;
	float:right;
	margin: 0;
	padding-left: 880px;
	width:240px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	text-align: right;
}
/*#footer #right p {
	margin: 0; 
	padding: 10px 0; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	text-align: right;
}*/
#footer #right a {
	margin: 0; 
	padding: 10px 3px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	text-align: right;
	text-decoration: underline;
}
#footer #right a:hover {
	margin: 0; 
	padding: 10px 3px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: silver;
	text-align: right;
	text-decoration: none;
}	
.redbold {
	font-size: large;
	color: #FF0000;
}
.italic {
	font-style:italic;
}
.red {
	color: #FF0000;
}
.redbold {
	color: #FF0000;
	font-weight:bold;
}
#container #body p img.bodyimg_l {
	border: 0px;
	margin: 0px 0px 0px 0px;
	float: left; 
    margin: 5px; 
}
#container #body p img.bodyimg_r {
	border: 0px;
	margin: 0px 0px 5px 5px;
	float: right; 
    margin: 5px; 
}
#container #body p img.bodyimg_c {
	border: 0px;
	margin: 0px auto 0px auto;
	display: block;
}
/* cd */


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*** Bio Table****/
table.biotable {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
}

table.biotable td {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
}
table.biotable td.red {
	color: #FF0000;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
}