/* CSS Document */


body {
	color: #000000;
	background: #FFFCEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

	

h1 {
	color: #BB1414;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 1.25em;
	font-family: Georgia, Times New Roman, Times, serif
}

h2 {
	font-size: .75em;
	text-align: center;
	color: #BB1414;
	line-height: 1em;
}


h3 {
	font-size: 1em;
	color: #BB1414;
	text-align: center;
	line-height: 1.1em;
}



.top {
	border: 5px;
}

 .image{
	border-style:solid;
    border-top-color:BB1414;
    border-bottom-color:BB1414;
    border-left-color:BB1414;
    border-right-color:BB1414;
    border-width:2px;
    border-top-width:2px;
    border-left-width:2px;
       }
       

a:link { 
	color: #6D6949; 
	text-decoration: underline; 
}
a:visited { 
	color: #6D6949; 
	text-decoration: underline; 
}
a:hover { 
	color: #BB1414; 
	text-decoration: underline; 
} 
a:active { 
	color: #BB1414; 
	text-decoration: underline; 
}

.bedbug:link {color: #bb1414; text-decoration: none}
.bedbug:visted{color: #bb1414; text-decoration: none}
.bedbug:hover {color: #000; text-decoration:none}
.bedbug:active {color: #bb1414; text-decoration:none}

.subred { 
	color: #BB1414;
	margin-bottom: 3px;
	line-height: 1.2em; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}


.subblack { 
	color: #000000;
	margin-bottom: 3px;
	line-height: 1.2em; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
}
	

.footnav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #6D6949;
	line-height: 1.2em; 
}

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	line-height: 1.2em; 
}
.text {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #333333;
	padding-top: 0px;
}

.info {
	font-size: .8em;
	line-height: 1.2em;
	color: #000000;
	margin: 0px;
	padding:30px 4px 12px 6px;
}

.info ul li {
	margin: 0;
	padding: 0;
	list-style: square;
	margin-left: 0px;
	
}

#mainBox {
	margin: 0px;
	padding:5px 30px 20px 20px;
	
}

#navBox {
	margin: 0px;
	padding: 80px 7px 8px;
}
