@charset "utf-8"; 

/*style settings for TAT Web pages except for the Forum and Forum-related pages*/
/*this style only used starting in September 2009*/

body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 100%;
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
background-image: url('background.gif');
margin: 0;
padding: 8px;
}

#container {
width: 85%;
margin: 5px auto;
color: #000000;
background-color: #FFFFFF;
border: thin solid black;
padding: 0px;
min-width: 640px;
}

#containerbordertop {
width: 100%;
height: 24px;
color: #000000;
background-color: #5C87A8;
border-bottom: 2px #111111 solid;
}

div#containerbordertop ul {
text-align: center;
margin: 0 auto;
}

#containerborderbottom {
text-align: center;
vertical-align: middle;
width: 100%;
height: 20px;
color: #000000;
background-color: #5C87A8;
border-top: 2px #111111 solid;
}

a:link {
color: #476C87;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color: #333333;
background-color: transparent;
text-decoration: underline;
}

a:hover {
color: #FFFFFF;
background-color: #5C87A8;
text-decoration: underline;
}

h1 {
text-align: center;
font-family: "times new roman", serif;
font-size: 2.3em;
font-weight: bold;
color: #476C87;
background-color: #FFFFFF;
padding: 15px 10px 0px;
line-height: 1em;
}

h2 {
text-align: center;
font-family: "times new roman", serif;
font-size: 1.5em;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
margin: -15px 4% 30px;
line-height: 1em;
}

h3 {
text-align: center;
font-family: "times new roman", serif;
font-size: 1.8em;
font-weight: bold;
color: #476C87;
background-color: #FFFFFF;
margin: 25px auto 10px;
line-height: 1em;
}

img {
margin: 0px;
border-style: none;
}

img.floatleft {
float: left;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid black;
}

img.floatright {
float: right;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid black;
}

blockquote.withline {
text-align: justify;
padding: 10px;
border-left: 1px solid rgb(211,211,211);
}

hr {
border: 0px none;
width: 70%;
color: #5C87A8;
background-color: #5C87A8;
height: 2px;
}

p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0px 4%;
padding: 8px;
}

td {
vertical-align: top;
padding: 0px;
border-style: none;
}

table.colorbox {
text-align: left; 
margin: 0px 50px; 
padding: 5px;
background-color: #f0ffff; 
border: thin solid #5C87A8;
border-collapse: collapse;
}

p.colortext {
font-size: 0.9em;
color: #476C87;
background-color: #FFFFFF;
font-weight: bold;
line-height: 1.3em;
margin: 0px 4%;
padding: 8px;
}

span.super {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.8em;
vertical-align: baseline;
position: relative;
top: -0.4em;
color:#666666;
background-color: #FFFFFF;
}

span.new {
font-variant: small-caps;
letter-spacing: 0.1em;
color: #FF0000;
background-color: #FFFFFF;
font-weight: bold;
font-size: 70%;
}

ul {
margin: 0px 4% auto;
padding: 0px 35px 15px;
}

li {
font-size: 0.9em;
line-height: 1.3em;
margin: 0px 4%;
padding: 4px;
}

#sidenote {
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.8em;
font-weight: normal;
font-style: italic;
color: #333333;
background-color: #FFFFFF;
margin: 2px 4% auto;
}

div.sidenote {
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.8em;
font-weight: normal;
font-style: italic;
color: #333333;
background-color: #FFFFFF;
margin: 2px 4% auto;
}

#content_in_a_box {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10%;
margin-right: 10%;
padding: 5px;
background-color: #FFF;
color: #000;
}

#footer {
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.8em;
font-weight: normal;
color: #476C87;
background-color: #FFFFFF;
margin: 15px auto 5px;
word-spacing: 0.1em;
}