  @import "../include/interiorNEW.css"; 
 
body {
 	margin: 0px;
}



/* LAYOUT OF WEBPAGE */

 
td#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	padding-left: 34px;
}
 
.image1 {
 	margin-top:52px; 
 	margin-left:13px;
}

div#contact {
	position: static;
	text-align: center;
	width: 800px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	list-style:inherit;
}

table {
	margin-top: 0px;	
}
/* SEE SIDEBAR STYLES FOR SPECIFICS ON ITS LAYOUT AND FORMAT*/
/* END OF LAYOUT */


/* OLD STYLES */
 .announce	{font-family: arial, helvetica, sans-serif;
			 font-size: 12pt;
			 line-height: 15pt;
			 color: #663333;
			 font-weight: bold;}

  .announce1 {font-family: arial, helvetica, sans-serif;
			 font-size: 12pt;
			 line-height: 15pt;
			 color: #663333;
			 text-align: center;
			 font-weight: bold;}

.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;font-style: normal;}
/* END OF OLD STYLES */



/* FORMAT OF LISTS */
ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 30px;
}

ul li {
	list-style-type: disc;
	text-transform: none;
	font-family: Arial, helvetica, sans serif;
	
}


/* END OF FORMAT OF LISTS */



/* FORMATTING OF LINKS */
ul li a:link {
	color: black;	
	text-decoration: none;
}

ul li a:visited {
	text-decoration: none;
	color: black;
}

ul li a:hover {
	text-decoration: underline;
	color: black;
}

ul li a:active {
	text-decoration: none;
	color: black;
}


/* END OF FORMATTING OF LINKS */


/* End of style for the sidebar */



/* FORMATTING OF TEXT  */
hr {
	margin: 0px;	
}


h2 {
	text-transform: uppercase;
	font-size: 14pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	font-weight: bold;
	margin-bottom: 12px;
}

h4 {
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	font-weight: bold;
}

div#title {
	width: 360px;
	margin: 0 auto;
	text-align: left;
}

div#titleContainer {
	text-align: left;
	width: 100%;
	border-style: none;
	margin-bottom: 30px;
}

/*
div#image1 {
	float: right;
	width: 100px;
	height: 100px;
	margin: 0px 100px 0px 5px;
}
*/

img#image1 {
	margin: 0px 100px 0px 5px;
	display: block;
}

.sidetxt {
	color: black;
}

