/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}q:before,q:after{content:'';}

body {
    background-color: white;
    font-family: "Arial",sans-serif;
    color: #555;
    text-align: center;
}

img  {
    border: 0;
}

#bar {
    background-image: url(../gfx/bar.png); /* relative to css folder */
    background-repeat: repeat-x;
    height: 76px;
}

#main {
    background-image: url(../gfx/splashcenter.png); /* relative to css folder */
    background-repeat: no-repeat;
    margin: -76px auto;
    width: 810px;
    height: 740px;
    text-align: left;
}


#left {
    float: left;
    vertical-align: top;
    margin-left: 40px;
    width: 340px;
    padding: 10px;
}

#right {
    vertical-align: top;
    margin-left: 20px;
    float: left;
    width: 360px;
    padding: 10px;
}

#left h2 {
    padding-bottom: 20px;
    font-size: 145%;
    font-weight: bold;
    color: #587FBD;
}

#right p {
    margin-bottom: 10px;
}

#main img {
    margin-top: 20px;
}

#right strong {
    font-weight: bold;
}

a {
    font-weight: bold;
    color: #587FBD;
    text-decoration: none;
}

#right table td.first {
    width: 80px;
}

#maincontent {
    padding-top: 400px;
}