a {text-decoration:none; color:#1970ad;}
a:hover {text-decoration: none; color:#036;}
input {padding:0; vertical-align:middle;}
textarea {width:100%;}
.clear {clear:both;}
.divClear {height:0; line-height:0.1; clear:both;}
.divClearLeft {height:0; line-height:0.1; clear:left;}
.headerError {font-weight:bold; background-color:#ffcccc; text-align:center; clear:both;}
.headerInfo {font-weight:bold; background-color:#ccffcc; text-align:center; clear:both;}
.txtBtn {font-weight:bold; background-color:#015; color:#fff; padding:2px 8px; cursor:pointer; text-transform:lowercase;}
input.txtBtn {font-weight:bold; background-color:#015; border-width:0; color:#fff; padding:1px 4px; cursor:pointer; text-transform:lowercase;}
a.txtBtn:hover {color:#fff; text-decoration:none;}
form {display: inline;}

body {
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
    text-align: left;
    background: #fff url('images/background2.png') repeat-x top left;
}
strong{
    font-weight: bold;
}
i {
    font-style: italics;
}
#header {
    height: 141px;
    width: 980px;
    margin: 0 auto;
}
#header #logo {
    padding: 16px 0 0 4px;
    width: 450px;
    float:left;
}
#header #options {
    text-align: right;
    width: 420px;
    float: right;
    margin: 60px 0 0 0;
}
#header #options a:link,
#header #options a:visited {
    display: inline-block;
    background-color: #333;
    padding: 5px;
    margin: 5px 5px 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    box-shadow: 0 0 2px #000;
}
#header #options a:hover {
    color: #ffd82a;
}
#hmenu {
    width: 980px;
    height: 38px;
    margin: 0 auto;
}
#hmenu > ul {
    padding: 0 0 0 20px;
    margin: 0;
}
#hmenu > ul > li {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    padding: 11px 45px 0 0;
    line-height: 1em;
}
#hmenu > ul > li > a {
    letter-spacing: 1px;
    padding-bottom: 3px;
    float:left; /* git some layout, son */
    opacity: 0.90;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}
#hmenu > ul > li > a:link,
#hmenu > ul > li > a:visited {
    color: #fff;
}
#hmenu > ul > li > a:hover {
    border-bottom: 2px solid #ffbc0e;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}
#wrapper {
    margin: 0 auto;
    width: 980px;
}
#wrapper .column {
    float: left;
    margin: 0 20px;
}
.aboutus {
    background: #fff url('images/aboutus.png') no-repeat top right;
    min-height: 450px;
    width: 960px;
}
#wrapper h2 {
    font-size: 26px;
    color: #1890b7;
    letter-spacing: 2px;
    margin: 0.5em 0;
}
#wrapper p {
    margin-bottom: 1em;
    line-height: 1.4em;
}
#wrapper ul {
    margin-bottom: 1em;
}
#wrapper ul > li {
    list-style: circle inside none;
    line-height: 1.4em;
}
.column table {
    border: 1px solid #98dfff;
    width: 100%;
}
.column th,
.column td {
    text-align: left;
    color: #000;
    border: 1px solid #98dfff;
    padding: 1px 4px;
}
.column th {
    color: #015;
    font-weight: bold;
    background-color: #cef;
}
.column table.plain {
    border: none;
    width: auto;
}
.column table.plain th,
.column table.plain td {
    border: none;
    background-color: transparent;
}
.alt {
    background-color: #ebf8ff;
}
.ppp {
    width:100%;
}
.perpage {
    float: right;
    width: 30%;
    text-align: right;
    padding: 5px 0;
}
.pagination {
    float: left;
    width: 60%;
    padding: 5px 0;
}
.linkmenu ul {
    padding-top: 20px;
    list-style-type: none;
}
.linkmenu ul li {
    display: block;
    float: left;
    padding-right: 10px;
}
.linkmenu ul li a:link,
.linkmenu ul li a:visited {
    height: 25px;
    line-height: 25px;
    padding: 3px 20px;
    font-weight: bold;
    background-color: #eee;
    border: 2px outset #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.linkmenu ul li a:hover {
    background-color: #ddd;
    text-decoration: none;
    border: 2px inset #ccc;
}
#footer {
    margin-top: 20px;
    height: 60px;
    background: #fff url('images/footerbg.png') repeat-x top left;
    padding-top: 7px;
}
#footer #fstuffs {
    color: #333;
    padding: 4px 0 0 0;
    width: 980px;
    margin: 0 auto;
}
#footer #fstuffs a:link,
#footer #fstuffs a:visited {
    color: #777;
}
#footer #fstuffs a:hover {
    color: #555;
    text-decoration: underline;
}
#footer #fstuffs p {
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 10px;
    text-align: center;
}