@charset "utf-8";
/* CSS Document */

.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	
	}
	
.header1 {
	font-family:"Times New Roman", serif;
	font-size:xx-large;
	color:#3A1314;
	text-align:left;
	text-transform: uppercase
	
	}

.header2 {
	font-family:"Times New Roman", serif;
	font-size:x-large;
	color:#3A1314;
	font-weight:bold;
	text-align:left
	
	}

.header3 {
	font-family:"Times New Roman", serif;
	font-size:large;
	font-weight:bold;
	color:#264953;
	text-align:left
	
	}
	
.header4 {
	font-family:"Times New Roman", serif;
	font-weight:bold;
	color:#264953;
	text-align:center
	
	}
	
.headline {
	font-family:"Times New Roman", serif;
	font-size:x-large;
	color:#3A1314;
	font-style: italic;
	text-align:center;
	text-transform: uppercase
	
	}
	
.headlinemed {
	font-family:"Times New Roman", serif;
	font-size:medium;
	color:#3A1314;
	font-style: italic;
	text-align:center;
	text-transform: uppercase
	
	}	
	
.body {
	font-family: "Times New Roman", Times, serif; 
	font-size:medium;
	text-align:left;
	margin:1em 0;
	
	}
	
.bodylg {
	font-family: "Times New Roman", Times, serif; 
	font-size:large;
	text-align:left;
	margin:1em 0;
	
	}	
	
.bodycontrast {
	font-family: "Times New Roman", Times, serif; 
	font-size:medium;
	color:#FF0066;
	text-align:left;
	margin:1em 0;
	
	}
	
.bodysm {
	font-family:"Times New Roman", serif;
	font-size:small;
	text-align:left;

	
	}
	
.certified {
	font-family: "Times New Roman", Times, serif; 
	font-size:small;
	color:#666666;
	text-align:left;
	margin:1em 0;
	
	}
	
#footer {
	margin: 0;
	padding: 0;
	border-top: 2px solid #222;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #333;	
}	
	
.footerlt {
	font-family: "Times New Roman", Times, serif; 
	font-size:small;
	color:#660000;
	text-align:left;
	margin:1em 0;
	
	}
	
.footerrt {
	font-family: "Times New Roman", Times, serif; 
	font-size:small;
	color:#660000;
	text-align:right;
	margin:1em 0;
	
	}
	
.links {
	font-family:"Times New Roman", serif;
	color: #666666
	
	}
	
.linksxxsmall {
	font-family:"Times New Roman", serif;
	font-size: xx-small
	
	}
	
.date {
	font-family: "Times New Roman", Times, serif; 
	font-size:x-small;
	color:#999999;
	text-align:left;
	margin:1em 0;
	}
	
	
	
h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}


#header {
	background: url('images/redbar.jpg');
	height: 37px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #222;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #333;	
}

#header img {
	float: left;
}

#nav {
	float: left;
	width: 1000px;
	height: 37px;
	font-size: 1.6em;
}

/* IE users need this rule to avoid the stair-step effect */
#nav li {
	display: inline;
}

/* This link rules gives the nav a block effect */
#nav li a {
	float: left;
	width: 85px;
	height: 27px;
	padding: 10px 0 0 0;
	color: #3a1314;
	text-decoration: none;
	border-right: 1px solid #777;
	text-align:center;
}

#nav li a.active {
	background: url('images/redbar_selected.jpg');
}

#wrap{
	margin: 0 auto;
	width: 1000px;
}
