@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin:0px;
padding:0px;
border:0px;
}
html {
min-height:100%; 
margin-bottom:1px;
}
body {
background-color:#404066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
padding:0px;
margin:0px;
}
#wrapper {
width:100%;
margin:0px auto;
}
#topcontainer {
width:100%;
background:url("/images/topcontainerbg.jpg") repeat-x top;
/*height:280px;*/
}
#headercontainer {
width:960px;
margin:0px auto;
background-color:#CC6600;
}
#topheader {
height:43px;
background-color:#003;
text-align:center;
color:#FFF;
font-size:11px;
}
#topheader a, #topheader a:link, #topheader a:visited {
color: #fff;
text-decoration:underline;
}
#topheader a:hover, #topheader a:focus {
color:#7E0000;
border-bottom:1px solid #7E0000;
}
#header {
height:175px;
background:url("/images/headerbg.jpg") #003 no-repeat top;
font-size:1%;
}
#navcontainer {
width:960px;
height:62px;
margin:0px auto;
background:url("/images/navbg.jpg") #003 repeat-x;
}
#nav {
height:62px;
margin:0px auto;
font-size:10px;
width:960px;
line-height:normal;
font-weight:bold;
}
#nav ul {
margin:0px 0px 0px 260px;
padding:27px 10px 0px 0px;
list-style:none;
}
#nav li {
display:inline;
margin:0px;
padding:0px;
}
#nav a {
float:left;
background:url("/images/navleft.gif") no-repeat left top;
margin:0px;
padding:0px 0px 0px 4px;
text-decoration:none;
}
#nav a span {
float:left;
display:block;
background:url("/images/navright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#84776B;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
color:#7E0000;
}
#nav a:hover {
background-position:0% -42px;
}
#nav a:hover span {
background-position:100% -42px;
}
#nav #current a {
background-position:0% -42px;
}
#nav #current a span {
background-position:100% -42px;
}
#middlecontainer {
clear:both;
width:100%;
background:#FFF;
}
#innerwrapper {
background-color:#FFF;
width:960px;
margin:0px auto;
}
#leftcol {
float:left;
width:320px;
}
#content {
width:640px;
float:right;
}
#content p {
padding: 15px 10px 10px 15px;
}
#content ul {
padding:5px 0px 0px 55px;
}
#content li {
}
#content h2 {
font-weight:bold;
font-size:12px;
padding:15px 0px 0px 20px;
}
#content iframe {
border:1px solid #000;
}
#content blockquote {
background-color:#eee;
border: 1px solid #000;
padding: 6px;
margin: 25px;
text-align:justify;
}
#content fieldset {
background-color:#eee;
width:600px;
}
#content a, #content a:link, #content a:visited {
color: #7E0000;
text-decoration:underline;
}
#content a:hover, #content a:focus {
color:#000;
}
#contentclient {
width:960px;
}
#spacer {
clear:both;
}
#bottomcontainer {
clear:both;
width:100%;
background-color:#404066;
}
#footercontainer {
clear:both;
background-color:#003;
width:960px;
margin:0px auto;
height:50px;
color:#FFF;
text-align:center;
/*padding: 15px 0px 0px 0px;*/
}
#validation {
padding: 15px 0px 0px 0px;
float:left;
width:220px;
}
#footerlinks {
padding: 15px 0px 0px 0px;
float:left;
width:520px;
}
#footerlinks ul {
color:#FFF;
}
#footerlinks li {
list-style:none;
display:inline;
}
#footerlinks a, #footerlinks  a:link, #footerlinks  a:visited {
color: #FFF;
text-decoration:none;
}
#footerlinks a:hover, #footerlinks a:focus {
color:#7E0000;
border-bottom:1px solid #7E0000;
}
#tclogo {
float:left;
width:220px;
}
.img {
padding: 2px 0px 5px 10px;
}
h1 {
color:#7E0000;
padding: 10px 5px 10px 10px;
font-size:16px;
border-bottom: 2px solid #003;
}
