﻿@import url(layout.css);
body {
	border-bottom: 1px solid #D4D0C8;
    color: #000;
    margin-left: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	background-color: #D4D0C8;
}
#container {
	border-left: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-bottom: 2px solid #D4D0C8;
	width: 997px;
    margin: 0 auto;
	background: #fff url(../images/grayborder.jpg) top;
	background-repeat: repeat-y;
}
#masthead {
    text-align: left;
    width: 997px;
    margin-left: 0px;
    margin-right: 0px;
    height: 70px;
    background: url("../images/TTAMasthead.jpg") left;
    overflow: hidden;
}
#navigation {
	height: 30px;
	width: 997px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff url(../images/bannerbars2.jpg);
    background-position: left 5px;
	overflow: hidden;
}
#page_content {
    position: relative;
	width: 960px;
	margin-left: 20px;
	margin-right: 0px;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#column_l {
	width: 550px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0px;
	background-color: #fff;
	float: none;
}
#column_r {
	float: left;
	width: 400px;
	padding: 0;
	background-color: #fff;
	position:absolute;
	right: 0px;
	top: 0px;
}
#footer {
	width: 997px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff url(../images/footerbg.jpg) left;
	padding-bottom: 1px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: left;
	color: #fff;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
    border-right: 1px solid #0000ff;
	float: right;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	background: #3366ff url(../images/bluebuttonbg1.jpg) center 0px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background: #3366ff url(../images/redbuttonbg1.jpg) center -20px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 17.5pt;
	color: #5b7dda};
}
h3 {
	font-size: 1.5em;
	color: #3366ff;
}
h4 {
	font-size: 12.5pt;
	color: #446699};
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: 7.5pt;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
