body {
text-align: center;
}

#container {
width: 800px;
text-align: left;
margin: 0 auto;
border: 3px solid #d6d7ff;
}

#header {
padding: 0em 50px;
padding-top: 20px;
padding-bottom: 10px;
margin: 0px;
margin-bottom: 20px;
border-bottom: 1px solid #d6d7ff;
}

/* Set up the columns
----------------------------------------------- */
#main-content {
float: right;
line-height: 150%;
overflow: hidden;
margin: 0px;
width: 596px;
border-left: 1px solid #d6d7ff;
display: inline;
}

#sidebar {
float: left;
font-size: 100%;
line-height: 140%;
overflow: hidden;
margin: 0px;
width: 200px;
display: inline;
}

/* Clear the Footer
----------------------------------------------- */
#footer {
clear: both;
color: #c83f55;
text-align: center;
margin: 0px;
border-top: 1px solid #d6d7ff;
}

/** BEGIN CUSTOM SKIN **/
/* general layout */

body {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 10pt;
background: white;
}

/* general styles: headings */

h1, h2, h3, h4, h5, h6, p.description {
font-family: Tahoma, Helvetica, Arial, sans-serif; 
}

h1 {
font-size: 160%;
font-weight: bold;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
margin-top: 2em;
}
h2 {
font-size: 160%;
font-weight: normal;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
}
h3 {
font-size: 110%;
font-weight: bold;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
margin-top: 2em;
}
h4 {
font-size: 100%;
font-weight: bold;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
margin-top: 2em;
}
h5 {
font-size: 100%;
font-weight: bold;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
margin-top: 2em;
}
h6 {
font-size: 100%;
font-weight: normal;
color: #c83f55;
padding-left: 42px;
line-height: 0.7em;
padding-bottom: 0.05em;
margin-top: 2em;
}
hr {
background: white;
height: 1px;
border: 0em;
border-top: 1px solid #d6d7ff;
margin: 0px;
width: 100%;
}

p, ul, ol, table, blockquote, hr, dl {
margin-left: 20px;
margin-right: 20px;
}

ul, ol {
padding-left: 20px;
}

/* general styles: links */

a {
color: #7476bd;
text-decoration: none;
border-bottom: 1px solid #7476bd; /* this underline is further away from the text = more legibility */
}
a:visited {
color: #7476bd;
text-decoration: none;
border-bottom: 1px dotted #7476bd; /* this underline is further away from the text = more legibility */
}


/* specific styles */

h1#page-title {
font-size: 300%;
font-weight: bold;
color: #c83f55;
letter-spacing: -1px;
display: block;
border: 0em;
padding: 0em;
margin: 0em;
line-height: 120%;
}

h2#page-subtitle {
font-size: 140%;
font-weight: normal;
color: #7476bd; 
text-align: right;
}

