html, body { 
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: #ffffcc;
    color: #000;
    line-height: 170%;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    background: #fff url(/images/main_left.gif) repeat-y left;
    margin: 15px auto;
    width: 980px;
    text-align: left;
}

#container {
    background: url(/images/main_right.gif) repeat-y right;
}

#header {
    background: url(/images/main_top.gif) repeat-x top;
}

#header .inner {
    padding: 20px 20px 10px;
}

.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.inner {
    padding: 0 20px;
}

#header .left {
    background: url(/images/main_top_left.gif) no-repeat top left;
    width: 22px;
    height: 22px;
}

#header .right {
    background: url(/images/main_top_right.gif) no-repeat top right;
    width: 22px;
    height: 22px;
}

#footer {
    background: url(/images/main_bottom.gif) repeat-x bottom;
    height: 22px;
    clear: both;
}

#footer .bottom {
    clear: both;
    height: 22px;
}

#footer .ad {
    margin-right: 40px;
}

#footer .left {
    background: url(/images/main_bottom_left.gif) no-repeat bottom left;
    width: 22px;
    height: 22px;
}

#footer .right {
    background: url(/images/main_bottom_right.gif) no-repeat bottom right;
    width: 22px;
    height: 22px;
}

#header .bar .left {
    background: url(/images/header_bar_left.gif) no-repeat bottom left;
    width: 10px;
    height: 29px;
}

#header .bar .right {
    background: url(/images/header_bar_right.gif) no-repeat bottom right;
    width: 10px;
    height: 29px;
}

#header .bar {
    text-align: center;
    background: #f0ff9a;
    height: 29px;

}

.ad {
    float: right;
    margin-right: 175px;
}

#title {
    font: 42px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
    height: 75px;
    white-space: nowrap;
    line-height: 65px;
    color: #003399;
}

#title img {
    vertical-align: middle;
}

p {
    margin: 5px 0 15px 0;
    display: block;
}

h1, h1 a, h2, h3, b, #right a {
    color: #ff6633;
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 2em;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 1.3em;
    margin: 5px 0;
}

h3 {
    font-size: 1.1em;
    margin: 3px 0;
}

img {
    border: 0;
}

.bar a { 
    color: #fff;
    text-decoration: none;
    line-height: 22px;
}

#left ul, #left ul li {
    padding: 0;
    margin: 0;
}

#left ul {
    margin-bottom: 10px;
}

#left {
    width: 180px;
    margin-bottom: 10px;
}

#left li {
    list-style-type: none;
    border-bottom: 1px dotted #fff;
}

#left li a {
    background: #c6e1f7;
    text-decoration: none;
    line-height: 180%;
    padding-left: 5px;
    display: block;
}

#left li a:hover {
    background: #ff6633;
    color: #fff !important;
    font-weight: bold;
}

#left li a:hover {
    color: #ff8497;
}

#right {
    float: right;
    width: 740px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

#right a:hover {
    color: #000;
    text-decoration: none;
}

#right img {
    margin-left: 10px;
}

.form label {
    float: left;
    width: 150px;
    font-weight: bold;
}

.form input, .form textarea {
    width: 180px;
    margin-bottom: 5px;
}

.form textarea {
    width: 250px;
    height: 150px;
}

.form .boxes {
    width: 1em;
}

.form input[type="submit"] {
    margin-left: 150px;
    margin-top: 5px;
}

.form br {
    clear: left;
}

.apple {
    position: absolute;
    margin-left: 715px;
    margin-top: -103px;
}

tr.odd {
	background: #f5ffeb;
}

tr.even {
}

tr.selected {
	background: #ffffaa;
}

tr.odd td, tr.even td {
	/*height: 35px !important;*/
	padding: 5px 0;
	line-height: 150%;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px #aaa solid;
}
