/* YUI - reset.css */
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* YUI - fonts.css */
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */ body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body {
    background-color: #A0AFFA;
    background-image: url("head.gif");
    background-repeat: repeat-x;
    font-family: verdana;
}

#container {
    width: 765px;
    margin: 0 auto;
}

#banner {
    width: 100%;
    height: 100px;
    margin: 0;
    position: relative;
}

#banner img {
}

#banner p {
    font-size: 90%;
    text-align: right;
    color: #FFF;
    margin: 0;
    position: absolute;
    top: 40px;
    right: 0;
}

#banner a {
    color: #EEE;
    text-decoration: underline;
}

#adsense {
    float: left;
    width: 120px;
    height: 610px;
    background: #FFF url("fade.gif") bottom repeat-x;
    padding: 10px;
    position: relative;
}

#adsense p {
    text-align: center;
    position: absolute;
    width: 140px;
    top: 630px;
    right: 0;
}

#content {
    float: right;
    width: 600px;
    margin: 0 0 0 15px;
}

.section {
    background: #FFF url("fade.gif") bottom repeat-x;
    margin: 0 0 15px 0;
    padding: 5px 5px 15px;
    width: 100%;
}

.section h2 {
    margin-top: 0;
    background-color: #252393;
    color: #FFF;
    padding: 5px 1px 5px 10px;
}

#footer {
    text-align: center;
    font-size: 85%;
    margin: 20px 0;
    color: #000;
}

#footer a, #footer a:visited {
    color: #000;
}

h2 {
    font-weight: bold;
    margin: 1em 0;
    font-size: 122%;
}

h3 {
    font-weight: bold;
    margin: 1em 0;
    font-size: 107%;
}

p {
    margin: 1em 0;
}

a.help {
    text-decoration: none;
}

input {
    margin-top: .5em;
}

.indicator {
    vertical-align: text-top;
}

input {
    padding: 3px;
}

td {
    padding: 2px 4px 2px 0;
}

.clearer {
    clear: both;
}

.error {
    background-color: #fcc;
    border: solid 1px red;
    padding: 5px;
}
