body {
        margin: 0;
        padding: 0;
        font: 70% Arial, Helvetica, Sans-Serif;
        color: #7e7e7e;
        background: #FFFFFF repeat-x;
        line-height: 16px;
}

a {
        color: #000000;
        background-color: inherit;
}

a:hover {
        color: #575757;
        background-color: inherit;
}

h1 {
        font: bold 1.4em Arial, Helvetica, Sans-Serif;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
}

h1 a {
        text-decoration: none;
}

h2 {
        margin: 0;
        padding: 3px 0 6px 0;
        font: 110% Arial, Helvetica, Sans-Serif;
        font-weight: bold;
        color: #808080;
        text-transform: uppercase;
        background-color: inherit;

}

h2 a {
        color: #99CC00;
        background-color: inherit;
        text-decoration: none;
}


p {
        padding: 2px 0 5px;
        margin: 0;
}

hr {
        border:dashed #cccccc 1px;
        height:1px;
}

#content {
        float: left;
        margin: 0px auto;
        width: 100%;
}

.header {
        background-image: url(images/header-bg.gif);
	border-bottom: 1px solid #FFF;
	height: 55px;
        margin: 0px 0 0px 0;
        padding: 3px 0 0 5px;
        border-top: 4px solid #000;
        color: #FFFFFF;
}

.searchform {
        float: right;
        padding: 2px 5px 0 0;
}

.button {
        font-weight:bold;
        color:#22222;
        background-color:#e4e4e4;  
        cursor:hand;
        margin-bottom:-2px; 
        width:100px;
        padding-top:1px; 
}

.subheader {
        clear: both;
        height: 23px;
        margin: 0 0 10px 0;
}

.subheader_left {
        line-height: 28px;
        width: 20%;
        background: #888888;
        color: #FFFFFF;
        padding: 0 2px 0 5px;
}

.subheader_left a {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        background-color: inherit;
}

.subheader_right {
        background: #e4e4e4;
        color: #626262;
        line-height: 28px;
        float: right;
        width: 79%;

}

.subheader_right a {
        margin: 0px 2px 0 0;
        padding: 7px 10px 8px 10px;
        color: #626262;
        background: inherit;
        font-weight: bold;
        text-decoration: none;
}

.subheader_right a:hover {
        background: #888888;
        border-top: 1px solid #999999;
        color: #FFFFFF;
}

.left {
        float: left;
        padding: 0px 0 0 5px;
        width: 200px;
}

.right {
        float: right;
        width: 78%;
        margin: 0 0 20px 0;
        padding: 0px 0 0 10px;
        color: #000;
        background-color: #FFFFFF;
        border-left: 1px solid #e6e6e6;
}

.adsright {
        float: right;
        width: 60px;
        margin: 0 0 20px 0;
        padding: 5px 0 0 15px;
        color: #000;
        background-color: #FFFFFF;
        border-left: 1px solid #e6e6e6;
}

a.info {
        font: bold 1.0em Arial, Helvetica, Sans-Serif;
        text-decoration:none;
        position:relative;
}

a.info span {
        font: bold 1.5em Arial, Helvetica, Sans-Serif;
        display:none;
}

a.info:hover {

        cursor:default;
}

a.info:hover .infobox {
        font-weight: bold;
        display:block;
        position:absolute;
        top:15px;
        left:0;
        width:97%;
        height:50px;
        border: 1px solid #ccc;
        background:#f4f4f4;
        color:#000;
        text-align:left;
        font-size:1.5em;
        padding-left:10px;
        padding-top:10px;
}

.line {
        height: 2px;
        margin: 10px 0 10px 0;
}

.right_left {
        float: left;
        width: 260px;
        padding: 13px;
        background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
        color: #626262;
}

.right_right {
        float: right;
        width: 240px;
        padding: 13px;
        background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
        color: #626262;
}

.left_left {
        float: left;
        width: 190px;
        padding: 5px;
        background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
        color: #626262;
}

.footer {
        clear: both;
        color: #999999;
        background-color: #FFFFFF;
        padding: 10px 0 10px 0;
        border-top: 1px solid #e6e6e6;
        text-align: center;
        line-height: 13px;
}

.footer a {
        text-decoration: underline;
}

form.search {
        padding: 0;
        margin: 0;
}

input.text {
        margin: 0;
        width: 95px;
        border: 1px solid #ccc;
        background: #FFF;
        color: #000;
}

input.text:hover {
        border: 1px solid #808080;
}

input.searchbutton {
        margin: 0;
        font-size: 100%;
        font-family: Arial, Helvetica, Sans-Serif;
        border: none;
        background: #FFFFFF;
        color: #808080;
        padding: 1px;
        font-weight: bold;
}

.textarea {
        overflow: hidden;
        border : 0px outset white;
        text-align: center;
        color : #666666;
        font: 120% Arial, Helvetica, Sans-Serif;
}

.date {
        color: #ccc;
        background: #FFFFFF;
        text-align: right;
        margin: 4px 0 3px 0;
        padding: 0;
}
