/* ---- general styles ---- */
body * {
    font-family: "Arial", "Verdana";	
    font-size: 12px;
    color: Black;
}

form {
	margin: 0px; /* required by Opera */
}

body {
    padding: 0px;
    margin: 0px;
    background-image: url("/images/ft/lines.gif");
    background-repeat: repeat;
    text-align: center; /* for IE */
}

h1, h2, h3, h4, h5 {
    padding: 0px;
    margin: 0px;
}

.a-header {
    text-decoration: none;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    margin-bottom: 0px;
}

h4 span {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    margin-bottom: 0px;
}

h5 span {
    font-size: 15px;
    font-weight: bold;
}

.hidden	{
	display: none;
}

#div-page {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
    width: 800px;
}

#div-breadcrumb, #div-footer-text {
    width: 780px;
    vertical-align: middle;
    height: 15px;
    background-color: #d1c59f;
    padding-left: 10px;
    padding-right: 10px;
}

#div-breadcrumb *, #div-footerleft, #div-footermiddle, #div-footerright, #div-footerright * {
    font-size: 10px;
}

#div-breadcrumb *, #div-footerleft, #div-footermiddle {
    text-decoration: none;
}

.div-intro {
    margin-top: 15px;
    float: left;
}

.div-intro-text p {
    padding: 0px;
    margin: 0px;
}

.div-intro-img-left {
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 0px;
}

.div-intro-img-right {
    float: right;
    margin: 0px 0px 10px 10px;
    padding: 0px;
}

.div-intro-text {
    font-family: "Arial", "Verdana";	
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}

.div-intro-text a {
    font-size: 12px;
    color: #b2b2b2;
}

.hr-line {
    clear: both;
    height: 0px;
    border: 0px;
    margin: 0px;
    padding: 6px;
    font-size: 6px;
    border-bottom: solid 1px black;
}

/* ---- top styles ---- */
#div-top-banner {
    padding: 0px;
    margin: 0px;
    width: 800px;
    height: 90px;
    background-color: #eae3c7;
}

#div-top-banner img {
    border-width: 0px;
    float: left;
}

#div-top-banner a.a-top-banner {
    position: relative;
    float: right;
    top: 70px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;

    text-decoration: none;

    background-image: url("/images/ft/black_box.gif");
    background-position: right;
    background-repeat: no-repeat;
}

#div-line {
    margin: 0px;
    padding: 0px;
    width: 800px;
    font-size: 0px;
    height: 4px;
    background-color: black;
}

#div-breadcrumb {
    border-bottom: solid 1px black;
}

/* ---- left column styles ---- */
#td-left {
    width: 140px;
    vertical-align: top;
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
    background-color: #e8e8e6;
}

.div-left-column table {
    width: 150px;
}

.div-left-column table td {
	border-width: 0px;
	padding-top: 10px;
	vertical-align: top;
}

.div-left-column table td img {
    padding-top: 5px;
}

.div-left-column a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.selected-menu-item {
    color: #b2b2b2;
}

/* ---- middle column styles ---- */
#td-middle {
    height: 500px;
    width: 550px;
    background-color: #f2f2f2;
    padding: 15px;
    margin: 0px;
    vertical-align: top;
}

/* ---- right column styles ---- */
#td-right {
    width: 150px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    background-color: #e8e8e6;
    background-image: url("/images/ft/dot.gif");
    background-repeat: repeat;
}

.div-right-column {
    width: 134px;
    padding: 8px;
    margin: 0px;
    background-color: #e8e8e6;
    font-size: 11px;
}

.div-right-column * {
    font-size: 11px;
}

#td-right img {
    border: 0px;
}

.text-search {
    width: 134px;
    height: 14px;
    margin: 3px 0px 3px 0px;
    padding: 0px;
    font-size: 11px;
}

.input {
    font-family: "Arial", "Verdana";	
    border: solid 1px black;
    background-color: White;
    font-weight: bold;
}

.button-search {
    width: 36px;
    height: 17px;
    margin: 0px;
    padding: 0px;
}

#div-dotted {
    height: 100%;
    width: 100%;
}

#div-footer-text {
    border-top: solid 1px black;
    background-color: #d1c59f;
}

#div-footerleft {
	width: 33%; 
	float: left; 
	text-align: left;
}

#div-footermiddle {
	width: 33%; 
	float: left; 
	text-align: center;
}

#div-footerright {
	width: 33%; 
	float: left; 
	text-align: right;
}



/* RSS Box */

.ColumnBox
{
	background: #f2f2f2;
	border: solid 2px #dadada;
	display: block;
	padding-bottom:6px;
	
}

.ColumnBox table
{
	border: none;
	margin-left: 6px;
	margin-top: 3px;
	display:block;
}

.NewsLink
{
	color: #999999;
}

.RssBox .NewsListingHeader
{
	background-image : url("/images/fritankeRssHeader.jpg");
	height:23px;
	width:130px;
	cursor:pointer;
}

.RssBox table td .NewsListingHeader img
{
	width: 135px;
	height: 23px;
}

.ColumnBox p img 
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ColumnBox p 
{
	margin: 5px;
	margin-left:8px;
}

.ColumnBox ul
{
	margin: 3px;
	padding-left: 20px;
	
}

.ColumnBox ul li a
{
	color: #999999 !important;
	font-size: 11px !important;
}

.LeftBox
{
	margin: 8px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right:0px;
	width: 94%;
}

.RssHeading
{
	font-weight:bold;
	margin-left: 2px;
}

.MediumTopBottomMargin
{
	margin:4px 0px 4px 0px;
}





