﻿*
		{
			margin: 0;
			padding: 0;
		}
		html, body
		{
			height: 100%;
		}
		.outer
		{
			width: 770px;
			margin: auto;
			height: 100%;
			background: url(                                            '/images/bg_til.gif' ) repeat-y 0 0; /* left column image*/
		}
		.inner
		{
			min-height: 100%;
			background: url(                                          '/images/bg_til_r.gif' ) repeat-y 100% 0; /* right column image*/
		}
		.content
		{
			background: url(                                           '/images/bg_til.gif' ) repeat-y 0 0; /* repeat left image here*/
			padding: 0 32px;
			min-height: 0;
		}
		#content
		{
			min-width: 707px;
			margin: auto;
			width: 707px;
			background-color: White; /*border: 1px solid red;*/
		}
		#sidebar
		{
			float: left;
			width: 187px; /*border: 1px solid green;*/
		}
		#sidebar-content
		{
			/*padding-left: 18px;
			padding-right: 8px;
			padding-top: 8px;
			border:1px solid;*/
		}
		#main
		{
			float: right;
			width: 520px; /*-4px for border - add later*/ /*padding-right: 12px; */ /*border: 1px solid blue;*/
		}
		#main-content
		{
			margin: 0; /*padding-top: 8px;*/
		}
		#header
		{
			min-width: 707px;
			margin: auto;
			width: 707px;
			background-color: White; /*border: 1px solid red;*/
		}
		#footer
		{
			min-width: 707px;
			margin: auto;
			width: 707px;
			background-color: White; /*border: 1px solid red;*/
		}
		#footer div.ftRight
		{
			background: #19869E url(/images/bg_bottom.gif) top right repeat-y; /*margin-top: 10px;*/
			width: 519px;
			height: 40px;
			float: left;
			text-align: center;
			vertical-align: middle;
		}
		#footer div.ftRight a
		{
			color: White;
			margin: 10px;
			font-family: Tahoma;
			font-size: 12px;
			font-weight: bold;
			line-height: 35px;
		}
		hr.cleaner
		{
			clear: both;
			height: 1px;
			margin: -1px 0 0 0;
			padding: 0;
			border: none;
			visibility: hidden;
		}
		body
		{
			background-image: url(/images/bg.gif);
			background-position: top right;
			background-repeat: repeat;
		}
		* html .inner, * html .content
		{
			height: 100%;
		}
		/*Miscelleneaous*/.linkBlueBold
		{
			font-family: Tahoma;
			color: #0A91AE;
			font-weight: bold;
			line-height: 15px;
			font-size: 11px;
		}
		.linkBlue
		{
			font-family: Tahoma;
			color: #0A91AE;
			font-weight: normal;
			line-height: 15px;
			text-decoration: none;
			font-size: 11px;
			padding: 2px;
			padding-top: 0px;
		}
		a.linkBlue:hover
		{
			font-family: Tahoma;
			color: White;
			background-color: #0A91AE;
			font-weight: normal;
			line-height: 15px;
			text-decoration: none;
			font-size: 11px;
			padding: 2px;
			padding-top: 0px;
		}
		.text
		{
			color: #464646;
			font-family: Tahoma;
			font-size: 11px;
		}
		.textbold
		{
			color: #464646;
			font-family: Tahoma;
			font-weight: bold;
			font-size: 11px;
		}
		.buttProp
		{
			background: url(                        '/images/button_1.gif' );
			width: 95px;
			height: 21px;
			border: 0px;
			font-family: Tahoma;
			font-size: 11px;
			color: #474747;
			line-height: 20px;
			font-weight: bold;
			padding-bottom: 3px;
		}
		.hidas
		{
			visibility: hidden;
		}
		.propImg
		{
			float: left;
			border: 1px solid #0A91AE;
			padding: 1px;
		}
		.red_1
		{
			color: #A54C16;
			font-family: tahoma;
			font-size: 11px;
			line-height: 14px;
			font-weight: bold;
		}
		.green_1
		{
			color: #5F8F2A;
			font-family: tahoma;
			font-size: 11px;
			line-height: 14px;
			font-weight: bold;
		}
		.hdrRight
		{
			font-size: 13px;
			font-weight: bold;
			color: White;
			font-family: Tahoma;
		}
		.tdInset
		{
			padding: 11px;
			padding-right: 5px;
			padding-left: 0px;
		}
		.tdInset div
		{
			padding-right: 16px;
			padding-left: 0px;
			padding-top: 9px;
			text-align: right;
		}
		.pressimg
		{
			margin-right: 10px;
		}
		.pressLink
		{
			font-size: 13px;
			font-weight: bold;
			color: White;
			font-family: Tahoma;
			text-decoration: none;
		}
		.pressLink:hover
		{
			text-decoration:underline;
		}
		 a#at-whatsthis
        {
            display:none !important;
        }
        a#at-privacy
        {
            display:none !important;
        }
        a#at-logo
        {
            display:none !important;
        }
        .newsli
        {
            height:45px;
            border-bottom:1px dashed #0A91AE;
            padding-top:5px;
            vertical-align:middle;
        }
