﻿body
{
    font-family: Arial;
    font-size: 8pt;
}

#t_main
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#t_menu
{
    margin-top: 20px;
}

.t_menu_url
{
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

.t_menu_url:hover
{
    border-bottom: dotted 1px #ff0000;
    color: #ff0000;
    text-decoration: none;
}

.t_page_url
{
    color: #ff0000;
    text-decoration: none;
}

.t_page_url:hover
{
    border-bottom: dotted 1px #ff0000;
    color: #ff0000;
    text-decoration: none;
}

#t_content
{
	margin-left: -5px;
    margin-top: 40px;
}

#t_home_text
{
    width: 300px;
}

.menu_item
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 21px;
}

.topbarleft
{
	background-image: url(../images/toplogo_b.jpg);
	cursor: pointer;
	height: 52px;
	width: 159px;
}

.topbarlefthover
{
	background-image: url(../images/toplogo_r.jpg);
	cursor: pointer;
	display: none;
	height: 52px;
	width: 159px;
}

.topbarcenter
{
	background-image: url(../images/top_spacer.jpg);
	background-repeat: repeat-x;
	height: 52px;
	padding-left: 6px;
	width: 833px;
}

.topbarright
{
	background-image: url(../images/top_back.jpg);
	height: 52px;
	width: 10px;
}

.footerbar
{
	background-color: #000000;
	height: 1px;
	width: 1002px;
}

.footertext
{
	background-color: #ffffff;
	color: #000000;
	margin-top: 5px;
	text-align: center;
	width: 1002px;
}
