body {
    background: #FFF url('/images/pageback.png') top center;
    margin-top:108px;
    margin-bottom:50px;
}

#fullsite {
    width: 950px;
    margin: 0 auto;
}

#rightHeader{
    float:right;
}

#header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#FFF;
    z-index:1000;
    border-bottom: 3px solid #C5C5C5;
    height:105px;
}

#headerInside {
    width:1004px;
    margin:0 auto;
}

.logo img {
    margin:5px;
    height:95px;
}

#navbar {
    float:right;
}

#navbar li{
    float:left;
    background:url('/images/navitemback.jpg') bottom right no-repeat;
}

#navbar a {
    font-family: Trebuchet MS;
    font-size:18px;
    font-weight:bold;
    border-top:10px solid #003366;
    text-decoration:none;
    color:#003366;
    padding:10px;
    padding-left: 27px;
    padding-right:27px;
    line-height:75px;
    height:75px;
    display:inline-block;
}

#navfirst {
    background:url('/images/navitembackfirst.jpg') bottom left no-repeat;
}

#navbar a:hover, .navactive {
    border-top:10px solid #990000 !important;
}

h1 {
    font-family: Trebuchet MS;
    color:#FFF;
    padding:15px;
    font-size:32px;
    font-weight:bold;
    line-height:40px;
    background:#003265;
    border-bottom:7px solid #990000;
    width:971px;
    margin-left:-25px;
    margin-bottom:15px;
    display:block;
}

#content p, #content ul {
    font-family: Tahoma;
    color:#003366;
    font-size:15px;
    margin-bottom:10px;
    line-height:28px;
}

#content ul {
    list-style-type:disc;
    margin-left:30px;
}

a {
    color:#990000;
}

#content {
}


#footer {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    font-family: Trebuchet MS;
    font-weight: bold;
    border-top:2px solid #990000;
    background:#003366;
    width:100%;
    position:fixed;
    bottom:0;
}

b {
    font-weight:bold;
}

h3 {
    font-family: Trebuchet MS;
    color:#990000;
    font-size:22px;
    font-weight:bold;
    line-height:34px;
}


.managementPhoto {
    width:150px;
    height:200px;
    float:left;
    margin-top:15px;
    margin-right:25px;
}

.managementText {
    padding-left:10px;
}

label {
    font-family: Tahoma;
    color:#003366;
    font-size:14px;
    margin-bottom:10px;
    line-height:24px;
    width:100px;
    display:inline-block;
}

.formField {
    width:350px;
    border:1px solid #003366;
    padding:4px;
    margin-bottom:15px;
    font-family:Arial;
    font-size:12px;
}

.formField:focus {
    border:1px solid #990000;
}

.formArea {
    width:350px;
    border:1px solid #003366;
    padding:4px;
    margin-bottom:15px;
    font-family:Arial;
    font-size:12px;
    height:150px;
    position:absolute;
}

.formArea:focus {
    border:1px solid #990000;
}

.sendButton {
    clear:both;
    margin-top:150px;
    margin-left:355px;
    background: #003366;
    border:1px solid #990000;
    font-family: Tahoma;
    color:#FFF;
    font-size:14px;
    padding:4px;  
}

.resourceList li a {
    color:#003366;
}


#languageSelect {
    float:right;
}

#languageSelect li {
    float:left;
    margin:5px;
}

#english {
    background:url('/images/english.png') no-repeat 0 3px;
    text-decoration:none;
    padding-left:20px;
    font-family: Tahoma;
    font-size:12px;
}

#russian {
    background:url('/images/russian.png') no-repeat 0 3px;
    text-decoration:none;
    padding-left:20px;
    font-family: Tahoma;
    font-size:12px;
}

i {
    font-style:italic;
}
