body, html {
margin:0;
padding:0;
color:#000;
background:#a7a09a url('../images/background.png') repeat top center;
font-size: 16px;
font-family: Times, 'Times New Roman';
}

p{
    margin-top: 1em;
}

ol {
    margin-top: 1em;
    list-style-type: decimal;
    list-style-position: inside;
}
li {
    padding-bottom: 0.5em;
}


#wrap {
width:950px;
margin:0 auto;
}
#header {
background: url('../images/header-logo.png') no-repeat top left;
height: 213px;
}
#header h2 {
margin-left: 570px;
margin-right: 60px;
padding-top: 58px;
text-align: center;
text-transform:uppercase;
color: #555;
line-height: 1.2em;
font-size: 16px;
}
h1 {
font-size: 1.6em;
}
#nav {
padding:5px 10px 5px 100px;
background: url('../images/menu-bg.png') no-repeat top left;
height: 72px;
}
#nav ul {
margin:10px 0;
padding:0;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
font-size: 1.5em;
line-height: 1em;
}
#nav a {
padding-left: 15px;
padding-right: 10px;
color: #024379;
text-decoration: none;
}
#nav span {
padding-left: 15px;
padding-right: 10px;
}
#nav a:hover {
background: url('../images/FPC-cross.gif') no-repeat center left;
}
#main {
float:left;
width:680px;
/*background: url('../images/shadow-right.png') repeat-y top right;*/
background: url('../images/shadow-right-ie6.png') repeat-y top right;
padding: 0 16px 0 0;
}
#content {
margin: 0px;
padding: 15px;
background-color: #e1e4f2;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
border-right: 1px solid #909090;
}
h2 {
margin:0 0 1em;
font-size: 1.2em;
}
#sidebar {
float:right;
width:210px;
padding:10px;
}
#sidebar li {
font-weight: bold;
}
#sidebar a {
color: #008080;
font-weight: bold;
}
#footer {
background: url('../images/bottom.png') no-repeat top left;
clear:both;
padding:27px 10px 5px 10px;
text-align: center;
font-size: small;
}
#footer p {
margin:0;
}
* html #footer {
height:1px;
}
td {
padding: 2px 0;
}
small {
    font-size: 0.9em;
}

