@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	color: #003333;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	font-size: 30px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 8px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 147px;
	padding: 0;
}

.twoColFixLtHdr #mainContent {
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.ulindented {
	line-height: 1em;
}
.MainContenth1 {
	color: #993333;
	font-style: normal;
	font-size: larger;
}
.maincontenth2 {
	font-size: 100%;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	line-height: 1em;
}


#footerlogo {
	height: 55px;
}
.tabledetail {
	font-size: 95%;
	color: #000000;
	line-height: 1.25em;
}
.table {
	font-size: 95%;
	color: #000000;
	line-height: 1.5em;
}
.phone {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	margin-left: 90px;
	line-height: 0.75em;
}
.tabledetailctr {
	color: #993333;
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
}
.TopicHeading {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.imagecenter {
	background-position: center;
	margin-left: 15%;
}
.imagecenter2 {
	margin-left: 40px;
}
.imageRight {
	border: 1px solid #000000;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.TopicBox {
	padding: 10px;
	border: thin solid #000000;
}
.paragraphindent {
	text-indent: 30px;
}
.sidebar1Hdr {
	font-weight: bold;
	color: #000000;
	padding-left: 12px;
}
.sidebar1link {
	font-size: 85%;
	text-align: left;
	padding-left: 6px;
}

