/* CSS for screen */

body {
    background: #F5F1E9 url('../Assets/Texture0109.jpg') repeat left top; 
    color: #333;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/* links */

a:link, a:visited {
    color: #3399FF;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #6EB6FF;
    border-bottom: 2px dashed #6EB6FF;
    text-decoration: none;
    font-weight: bold;
}

/* container */

#container {
    margin: 0px auto;
    width: 900px;
    padding: 0px;
}

/* header */

#header {
    height: 140px;
    width: 750px;
    padding: 27px 75px;
    background: transparent url('../Assets/headerbg900.png') repeat-y center center;
    margin: 0px;
    position: relative;
}

#logo {
    height: 140px;
    width: 750px;
    left: 25px;
    bottom: 50px;
    background: transparent url('../Assets/logo.png') no-repeat left center;
    position: absolute;
}

/* navigation bar */

#navWrapper {
    position: relative;
}

#nav {
    bottom: -20px;
    left: 0px;
    background: transparent url('../Assets/navribbon900.png') no-repeat center center;
    width: 900px;
    height: 71px;
    position: absolute;
}

#nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 50px;
}

#nav ul li {
    display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
    border: 0px;
    padding: 15px 5px;
    height: 27px;
    width: 115px;
    display: block;
    float: left;
    text-align: center;
}

#nav li a:link, #nav li a:visited {
    background: transparent;
    color: #333;
}

#nav li a:hover, #nav li a:active {
    background: transparent url('../Assets/linkbg.png') repeat-x center top;
    color: #99ccff;
}

/* mainContent */

#mainContent {
    width: 710px;
    padding: 20px 95px;
    background: transparent url('../Assets/mainContentbg900.png') repeat-y center center;
    text-align: left;
    font-size: 1em;
}

#mainContent p, #mainContent ul li {
    line-height: 1.5em;
}

#mainContent .hd {
    border-bottom: 3px solid #C0C0C0;
    padding: 10px 0px 5px 0px;
}

#mainContent h2 {
    margin: 0px;
}

/* image classes */

.imageRight {
    float: right;
    border: 3px solid #c0c0c0;
    margin: 10px 0px 10px 15px;
}

/* footer */

#footer {
    width: 750px;
    padding: 10px 75px;
    background: transparent url('../Assets/footerbg900.png') repeat-y center center;
    font-size: .75em;
}

/* font classes */

.bold {
    font-weight: bold;
}