@charset "utf-8";
body  {
	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;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #eeeeee;
	background-image: url(webimages/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana,arial;
	font-size: 100.01%;
}
.thrColFixHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: #DDDDDD;
	background-image: url(webimages/header1.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
} 
.thrColFixHdr #header h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 34px;
}

.thrColFixHdr #header h4 a:link {
	color: #ffffff;
	text-decoration: none;
}
.thrColFixHdr #header h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}	
.thrColFixHdr #header h1 {
	font-family: tahoma;
	font-size: 15px;
	color: #CCCCCC;
	margin: 0px;
}

.thrColFixHdr #logo h4 {
	padding-top: 115px;
	text-decoration: none;
	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar1 p {
	font-family: tahoma;
	font-size: 14px;
}
.thrColFixHdr #sidebar1 a {
	font-family: tahoma;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: normal;
	line-height: normal;
	white-space: normal;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.thrColFixHdr #sidebar1 a:hover {
	font-family: tahoma;
	text-decoration: none;
	color: #ff7e00;
}
.thrColFixHdr #sidebar1 a:visited {
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:visited:hover {
	font-family: tahoma;
	color: #ff7e00;
	text-decoration: none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0;
	color: #333333;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 p {
	color: #ff7e00;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}
.thrColFixHdr #sidebar2 h2 {
	font-family: tahoma;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0;
}
.thrColFixHdr #sidebar2 h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar2 table {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar2 a {
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;
}

.thrColFixHdr #mainContent {
	width: 400px;
	margin-top: 15px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent p{
	font-size: 12px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent h2{
	color: #333333;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent h3{
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent ul{
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #mainContent table {
	font-size: 100%;
	color: #333333;
}	
.thrColFixHdr #mainContent a {
	font-size: 100%;
	color: #000000;
	text-decoration: none;

}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:visited {
	font-size: 100%;
	color: #000000;
}
.thrColFixHdr #mainContent input {
	font-size: 14px;
	color: #000000;
	margin: 5px 0 5px 5px;
	padding: 5px 0 5px 5px;
}
.thrColFixHdr #mainContent select {
	font-size: 14px;
	height: 25px;
	color: #000000;
	margin: 5px 0 5px 5px;
	padding: 2px 0 0 2px;
}
.thrColFixHdr #mainContenthome {
	width: 890px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 25px;
} 
.thrColFixHdr #mainContenthome h2{
	padding-left: 10px;
}
.thrColFixHdr #resultPage {
	font-size: 12px;
	width: 600px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
.thrColFixHdr #resultPage p{
	font-size: 12px;
	padding-left: 10px;
}
.thrColFixHdr #resultPage h2{
	color: #333333;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #resultPage h3{
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #resultPage table {
	font-size: 100%;
	color: #333333;
}	
.thrColFixHdr #resultPage a {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
	
.thrColFixHdr #resultPage a:hover {
	text-decoration: underline;
}
.thrColFixHdr #resultPage a:visited {
	font-size: 100%;
	color: #000000;
}
.thrColFixHdr #resultPage select {
	font-size: 14px;
	height: 25px;
	color: #000000;
	margin: 0;
	padding: 2px 0 0 2px;
}
.resultFoodtitle {
	height: 25px;
	width: 600px;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;

}
.resultFood {
	height: 25px;
	width: 600px;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;

}
.resultFood:hover {
	display: block;
	background-color: #0F3;
}
.resultFood2 {
	height: 25px;
	width: 600px;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;

}
.resultFood2:hover {
	display: block;
	background-color: #F00;
}
.resultFoodleft {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
}
.resultFoodmiddle {
	width: 150px;
	float: left;
	margin: 0 0 0 350px;
	padding: 0;
	position: absolute;
}
.resultFoodright {
	width: 150px;
	float: left;
	margin: 0 0 0 500px;
	padding: 0;
	position: absolute;
}



.resultDri {
	height: 25px;
	width: 380px;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;

}
.resultDri:hover {
	display: block;
	background-color: #0F3;
}
.resultDrileft {
	width: 200px;
	float: left;
	margin: 0 0 0 auto;
	padding: 0;
	position: relative;
}
.resultDriright {
	width: 180px;
	float: left;
	margin: 0 0 0 auto;
	padding: 0;
	position: relative;
}


.formBlock
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.formBlock-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}
.formBlock
{
	margin: 5px;
}
.formBlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}
.formBlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}
.formBlockContent-tr, .formBlockContent-tl, .formBlockContent-br, .formBlockContent-bl, .formBlockContent-tc, .formBlockContent-bc,.formBlockContent-cr, .formBlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.formBlockContent-tr, .formBlockContent-tl, .formBlockContent-br, .formBlockContent-bl
{
	width: 22px;
	height: 22px;
	background-image: url('webimages/BlockContent-s.png');
}

.formBlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.formBlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.formBlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.formBlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.formBlockContent-tc, .formBlockContent-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('webimages/BlockContent-h.png');
}

.formBlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.formBlockContent-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.formBlockContent-cr, .formBlockContent-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('webimages/BlockContent-v.png');
}

.formBlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.formBlockContent-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.formBlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-image: url('webimages/BlockContent-c.png');
}


.formBlockContent-body
{
	color:#0B1019;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	padding-left: 20px;
}

.formBlockContent-body a:link
{
	color: #2F466A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.formBlockContent-body a:visited, .formBlockContent-body a.visited
{
	color: #CDC8D0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.formBlockContent-body a:hover, .formBlockContent-body a.hover
{
	color: #FFAD66;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.formBlockContent-body ul
{
	list-style-type: none;
	color: #1C1A1E;
	margin:0;
	padding:0;
}

.formBlockContent-body li
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.formBlockContent-body ul li
{
	padding:0px 0 0px 14px;
	background-image: url('webimages/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 29px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .art-button-wrapper
{
	display:block;
	float:left;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 29px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 14px !important;
	line-height: 29px;
	text-decoration: none !important;
	color: #E3E9F3 !important;
}

input, select
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #241100 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F2F1F3 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 87px;
	background-image: url('webimages/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:8px;
}

.art-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -29px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -58px;
}


/* end Button */
.resultList
{
	padding: 0;
	margin: 0;
}
.resultList a
{
	text-decoration: none;
	height: 45px;
	width: 380px;
	display: block;
	border-bottom: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	padding: 25px 0 5px 15px;
	margin: 0;
}
.resultList a:hover
{
	text-decoration: none;
	background-color: #0F3;
}
.resultList a:visted
{
	text-decoration: none;
}
.resultList a:visited:hover
{
	text-decoration: none;
	background-color: #0F3;
}
.thrColFixHdr #Gateway {
	width: 390px;
	margin-top: 15px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #Gateway p {
	padding-left: 10px;
	font-size: 12px;
}
.thrColFixHdr #Gateway h2 {
	color: #333333;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #Gateway h3 {
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.thrColFixHdr #Gateway table {
	font-size: 100%;
	color: #333333;
}
.thrColFixHdr #listingContent {
	width: 580px;
	margin-top: 35px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #listingContent h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h5 {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h5 a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #listingContent h5 a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #FF7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent h5 a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #FF7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent h6 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0289fc;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #listingContent p {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 150px;
}
.thrColFixHdr #listingContent a {
	font-family: tahoma;
	font-size: 10px;
	color: #ff7e00;
	text-decoration: none;
}
.thrColFixHdr #listingContent a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #ff7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent img {
	float: left;
	height: 100px;
	width: 133px;
}
.thrColFixHdr #pageContent {
	width: 580px;
	margin-top: 35px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #pageContent h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #pageContent h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #pageContent p {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 30px;
}
.thrColFixHdr #pageContent ol {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.formbg {
	background-image: url(webimages/formbg.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 75px;
	padding-left: 10px;
	padding-top: 22px;
}
.formbg2 {
	background-image: url(webimages/formbg2.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 75px;
	padding-top: 22px;
	padding-left: 10px;
}
.thrColFixHdr #footer {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #949494;
	background-image: url(webimages/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #footer table {
	padding-bottom: 10px;
}
	
.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;
}
.musclebg {
	background-image: url(webimages/border.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.musclebgtop {
	background-image: url(webimages/bordertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.musclebgbot {
	background-image: url(/webimages/borderbot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 110px;
	padding-top: 0;
	padding-bottom: 20px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #333333;
	background-position: top;
}
.thrColFixHdr #sidebar3 p {
	color: #ff7e00;
}
.thrColFixHdr #sidebar3 h2 {
	font-family: tahoma;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
}
.thrColFixHdr #sidebar3 h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar3 a {
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 25px;
}
.thrColFixHdr #sidebar3 a:hover {
	text-decoration: underline;
}
.thrColFixHdr #imgandtxt {
	width: 300px;
	height: 120px;
}
.thrColFixHdr #imgandtxt img {
	float: left;
	padding-left: 10px;
}
.thrColFixHdr #imgandtxt p {
	padding-left: 120px;
	padding-top: 40px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.thrColFixHdr #imgandtxt a:link {
	text-decoration: none;
	color: #333333;
}
.thrColFixHdr #imgandtxt p a:hover {
	text-decoration: underline;
}
.thrColFixHdr #imgandtxt a:visited {
	text-decoration: none;
	color: #333333;
}
.thankyou {
	width: 500px;
}
.thankyou #colo1 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.thankyou #colo2 {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
.speech {
	background-image: url(/Library/webimages/speech.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px;
	height: 300px;
	width: 200px;
}
.speech p {
	width: 180px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: 0;
	padding-top: 40px;
	padding-bottom:0;
}
.scrollingBox {
	height: 150px;
	width: 350px;
	margin: 15px 0 15px;
	background-color:#FFF;
	border: #000;
	border: thin;
	overflow: auto;
}
.headlinkad {
	padding: 5px 0 5px 20px;
	margin: 0;
}
