
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background-color: #3388cc;
}

body {
    text-align: left;
    width: 658px;
    margin: 30px auto;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 200%; margin: 0.625em 30px 0 30px; text-align: center; }
h2 { font-size: 175%; margin: 0.714285714286em 30px 0 30px; text-align: center; }
h3 { font-size: 130%; margin: 0.961538461538em 0 0 0; color: #dd2222; }
h4 { font-size: 115%; margin: 1.08695652174em 0 0 0; color: #dd2222; }
h5 { font-size: 105%; margin: 1.19047619048em 0 0 0; color: #dd2222; }
h6 { font-size: 100%; margin: 1.25em 0 0 0; color: #dd2222; }

ul, ol, p, form {
    margin-top: 1.25em;
    margin-bottom: 0;
}

#header {
    height: 9px;
    background: transparent url(/images/cache/images-util-corners-bf7d296461092cf312dede6c434f1f8d.png) no-repeat scroll left top;
}

#logo {
    display: none;
}

#content {
    background: transparent url(/images/cache/images-util-corners-9a2a5b34e4230069f169a598955ec286.png) repeat-y scroll left top;
    padding: 1px 35px 1.25em 33px;
    font-size: 90%;
    min-height: 300px;
}

/* Menu styles */
.menu {
    display: none;
}

.menu li {
}

.menu a {
}

.menu a:hover, .menu .hover {
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-088898880960d6f6b92c055ed8139aca.png) no-repeat scroll left top;
    padding-top: 1px;
    color: white;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#copyright {
    margin-bottom: 0;
}

#developerNotice {
    margin-top: 0;
}

