body {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight: normal;
}

h2 {
    color: #2B67AE;
}

h3 {
    color: #9B2828;
}

h4 {
    color: #033649;
}

img {
    border: 0px;
}

#content, #pagination, #footer, #login {
    font-family: Georgia,"Times New Roman", Times, serif;
    width: 900px;
}

#userbar, #header {
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight: normal;
    width: 100%;
}

#menucontainer {
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    background-color: #DADCDF;
    border-bottom: 4px #C9CFD6 solid;
}

.bodycontainer {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

#userbar {
    font-size: 16px;
    color: white;
    background-color: #070C12;
    padding-top: 5px;
}

#userbar a, a:visited, a:hover, a:link {
    color: white;    
}

.userbarright {
    width: 900px;
    text-align: right;
    padding: 5px 0px 5px 0px;
}

.loginleft {
    text-align: left;
    float: left;
    width: 450px;
    padding: 0px 0px 30px 0px;
}

.loginright {
    margin-left: 450px;
    text-align: right;
    padding: 0px 0px 30px 0px;
}

#header {
    font-size: 28px;
    text-align: left;
    color: white;
    padding: 15px 0px 35px 0px;
    background-color: #070C12;
}

#header h1 {
    font-size: 32px;
    margin-left: 30px;
}

#header a, a:visited, a:link {
    color: white;
    text-decoration: none;
}

#header a:hover {
    color: #F3F4ED;
}

#menu {
    width: 900px;
    text-align: right;
    padding: 10px 0px 5px 0px;
}

#menu a {
    margin: 0px 5px 0px 5px;
}

#content {
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
    line-height: 30px;
}

.projectlogoleft {
    float: left;
    margin: 5px 45px 15px 0px;
}

.projectlogoright {
    float: right;
    margin: 5px 0px 15px 45px;
}

#pagination {
    font-size: 16px;
    text-align: left;
    color: #668284;
}

a, a:hover, a:visited, a:link {
    color: #033649;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contentitem {
    margin: 20px 0px 20px 0px; 
}

.contentitem ul li {
    list-style-image: url('/media/img/arrow.gif');
}

.contentitem h3 {
    color: #033649;    
}

.contentitem h3 a:hover {
    background-color: #E8DDCB;
    text-decoration: none;
}

.posted {
    font-size: 14px;
    text-align: right;
}

.posted span {
    color: #7B3B3B;
}

input[type=submit] {
    border: 0px;
    padding: 3px 10px 3px 10px;
    color: white;
    background-color: #070C12;
    margin: 5px 0px 5px 5px;
}

textarea {
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight: normal;
    padding: 3px; 
}

.withbreak {
    padding-bottom: 10px;
    border-bottom: 1px #B9D7D9 solid;
}

#footer {
    clear: both;
    padding-top: 5px;
    margin: 20px 0px 0px 20px;
    border-top: 1px #B9D7D9 solid; 
}

.footerleft {
    text-align:left;
    float:left;
    width: 450px;
}

.footerright {
    margin-left: 450px;
    text-align:right;
}

.footerright img {
    border: 0px;
}

.resumetable {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.resumetable td {
    padding: 5px;
    margin: 0px;
}

.resumetable td ul li {
    list-style-image: url('/media/img/arrow.gif');
}

