* {
    word-wrap: break-word;
}

a.content {
    color: #222222;
    text-decoration: underline;
}

.photoButton {
    text-align: center;
    width: 100px;
    padding: 15px 15px 15px 15px;
    background-color: #444444;
    border-left: 1px #aaaaaa solid;
    float: right;
    color: #cccccc;
}

.photoButton:hover {
    background-color: #666666;
}

a.content:hover {
    color: #aa0000;
}

a.content2 {
    float: right;
    color: #999999;
    font-size: 10pt;
    text-decoration: none;
}

a.content2:hover {
    color: #aa0000;
}

h1 {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    font-weight: bolder;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a.topMenu {
    color: #ffffff;
    text-decoration: none;
}

a.topMenu:hover {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #aaaaaa;
}

body {
    margin: 0px;
    background-color: #990000;
    font-family: Arial;
    font-size: 11pt;
    color: #cccccc;
}

#pageSummary {
    font-family: Arial;
    color: #aaaaaa;
    font-size: 11pt;
    padding: 25px;
    background-color: #444444;
}

ul {
    list-style-type: square;
}

#logo {
    left: 50%;
    margin-left: -86px;
    width: 200px;
    top: 5px;
    position: absolute;
}

#title {
    font-family: Arial;
    font-size: 40px;
    margin: 0 auto;
    padding-left: 25px;
    padding-bottom: 20px;
    margin-top: -65px;
    color: #ffffff;
}

#content {
    margin: 0 auto;
    width: 800px;
    border-right: #888888 1px solid;
}

#pageContent {
    padding: 70px 40px 30px 40px;
    width: 720px;
    background-color: #ffffff;
    font-size: 12pt;
    color: #000000;
}

#header {
    width: 800px;
    margin-bottom: -1px;
    border-bottom: 1px solid #cccccc;
}

#background {
    background-color: #ffffff;
    background-image: url('/images/shadow.png');
    background-position: center;
    background-position-x: center;
    background-repeat: repeat-y;
}

.imgMenuOn {
    margin-top: 10px;
    background-color: #ffffff;
}

.menuOn {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    width: 20%;
    float: left;
    color: #cccccc;
    padding-top: 10px;
    background-color: #444444;
}

.menu {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    width: 20%;
    float: left;
    color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #505050;
    border-bottom: 1px #cccccc solid;
}

.menu:hover {
    background-color: #444444;
}

#topSpace {
    height: 30px;
    background-color: #ffffff;
}

.header {
    height: 100px;
    background-color: #990000;
    border: 5px #aa0000 solid;
    border-left: none;
    border-right: none;
}

