/* CSS Document */

#container {
width: 900px;
text-align: center;
margin-left: auto;
margin-right: auto;
position: relative;
font-family: Verdana, Arial;
font-size: 1em;
}


/** header */

#container #header {
min-width: 900px;
width: 900px;
height: 110px;
font-size: 0.7em;
text-align: left;
}

#container #header #logo {
float: left;
margin-left: 10px;
height: 78px;
}

#container #header #toplinks {
text-align: right;
color: #333333;
}

#container #header #toplinks a:link    { color: #333333; text-decoration: none; }
#container #header #toplinks a:hover   { color: #333333; text-decoration: underline; }
#container #header #toplinks a:active  { color: #333333; text-decoration: underline; }
#container #header #toplinks a:visited { color: #333333; text-decoration: none; }

#container #header #navigation {
width: 900px;
height: 28px;
min-height: 28px;
margin-bottom: 5px;
}


/** main content area */
#container #page {
max-width: 900px;
min-height: 200px;
font-size: 0.75em;
text-align: left;
}


#container #page table.tablecolor {
font-size: 9pt;
color: #515151;
border: 1px solid #888888;
border-collapse: collapse;
}

#container #page table.tablecolor th {
background-color: #F8F8F8;
background-image: url(file:///C|/Documents and Settings/Local Advantage/Application Data/Macromedia/Dreamweaver 8/Configuration/ServerConnections/images/thbg.gif);
background-position: bottom left;
background-repeat: repeat-x;
color: #000000;
}

#container #page h1 { color: #193662; font-size: 1.4em; }
#container #page h2 { color: #193662; font-size: 1.2em; }
#container #page h3 { color: #193662; font-size: 1em; }
#container #page h4 { color: #193662; font-size: 0.95em; }
#container #page h5 { color: #193662; font-size: 0.85em; }

#container #page a:link    { color: #AF0000; text-decoration: none; }
#container #page a:visited { color: #AF0000; text-decoration: none; }
#container #page a:hover   { color: #AF0000; text-decoration: underline; }
#container #page a:active  { color: #AF0000; text-decoration: underline; }


/** footer */
#container #footer {
width: 900px;
height: 40px;
/** border-top: 1px solid #888888; */
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
font-size: 0.7em;
line-height: 1.5em;
}


/** general enhancement styles */
.graytxt  { color: #515151; }
.redtxt   { color: #AF0000; }
.bluetxt  { color: #193662; }
.blacktxt { color: #000000; }
.nomarginbottom { margin-bottom: 0px; }
.nomargintop    { margin-top: 0px; }
.nomarginboth   { margin-top: 0px; margin-bottom: 0px; }
.font9pt  { font-size: 9pt; }

.tabletitle  { 
background-color: #F8F8F8; 
background-image: url(file:///C|/Documents and Settings/Local Advantage/Application Data/Macromedia/Dreamweaver 8/Configuration/ServerConnections/images/thbg.gif); 
background-position: bottom left; 
background-repeat: repeat-x; 
padding: 5px;
border-top: 1px solid #888888;
border-bottom: 1px solid #888888;
color: #000000;
font-weight: bold; 
}

.graybg { background-color: #ECECEC; color: #000000; }

input, textarea { border: 1px solid #888888; }

.noborder {
border: none;
}


