body {
        margin: 0;
        padding: 0;
        background: #E5E5E5;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        color: #000000;
        text-align: center;

}

blockquote {
        font-style: italic;
}

a {
        color: #135293;
        font-weight: bold;
}

a:hover {
        text-decoration: none;
}

.title1 {
        margin: 0;
        padding: 10px 0;
        font-weight: bold;
        font-size: 130%;
        color: #FFFFFF;
}

.title2 {
        margin: 0;
        padding: 20px 0;
        background: url(images/img09.gif) repeat-x left bottom;
        font-size: 200%;
        font-weight: normal;
        color: #135293;
}

.title3 {
        margin: 0;
        padding: 10px 0;
        background: url(images/img11.gif) repeat-x left bottom;
        font-size: 129%;
        font-weight: normal;
        color: #FFFFFF;
}

.boxed {
        padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
        line-height: 180%;
}

/* Page */

#page {
        width: 980px;
        margin: 0 auto;
        background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
        float: left;
        width: 200px;
}

/* Logo */

#logo {
        height: 220px;
        background: #FFFFFF;
}

#logo h1, #logo h2 {
        margin: 0;
        text-align: center;
        font-weight: normal;
        color: #000000;
}

#logo h1 {
        padding: 120px 0 0 0;
        background: url(images/logo.jpg) no-repeat center;
        font-size: 24px;
}

#logo h2 {
        font-size: 14px;
}

#logo a {
        color: #000000;
        text-decoration: none;
}

/* Menu */

#menu {
        padding: 20px;
        background: #4096ee url(images/img06.gif) repeat-x;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        padding: 10px 0;
        background: url(images/img07.gif) repeat-x;
}

#menu li.first {
        background: none;
}

#menu a {
        text-decoration: none;
        font-size: 150%;
        color: #FFFFFF;
        font-weight: bold;
}

#menu a:hover {
        text-decoration: underline;
}

/* Content */

#content {
        position: relative;
        float: right;
        width: 780px;
        text-align: justify;
}

#content h2 {
        color: #135293;
}

/* Footer */

#footer {
        width: 980px;
        height: 50px;
        margin: 0 auto;
        background: url(images/img12.gif) repeat-x;
}

#footer p {
        margin: 0;
        font-size: 85%;
}

#links {
        float: left;
        width: 220px;
        height: 45px;
        padding: 35px 0 0 20px;
}

#links a {
        color: #FFFFFF;
}

#legal {
        float: right;
        width: 720px;
        height: 45px;
        padding: 35px 0 0 20px;
}
