/* Global */
body {
font-size:62.5%;
font-family:Lucida, Verdana, Arial, Sans-Serif;
background-color:#fff;
color:#333;
text-align:center;
background:url(/stylesheets/images/background.jpg);
margin:0;
padding:0;
}

#page {
text-align:left;
background:url(/stylesheets/images/middle_page.jpg) repeat-y top;
border:none;
background-color:#fff;
margin:0 auto;
padding:0;
width:765px;
}

#page.singlecol {
background-image:url(/stylesheets/images/middle_page.jpg);
}

h1 {
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:bold;
font-size:2em;
text-align:center;
padding-top:25px;
padding-bottom:5px;
margin:0;
text-decoration:none;
color:#06c;
}

h1 a,h1 a:hover, h1 a:visited {
text-decoration:none;
color:#06c;
}

h2 {
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:bold;
font-size:1.6em;
margin:30px 0 10px;
color:#06c;
text-decoration:none;
}

h2 a,h2 a:hover, h2 a:visited {
text-decoration:none;
color:#333;
}

h3 {
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:bold;
font-size:1.3em;
padding:0;
margin:30px 0 0;
color:#333;
text-decoration:none;
}

h3 a,h3 a:hover, h3 a:visited {
text-decoration:none;
color:#333;
}

a{
color:#06c;
text-decoration:none;
}

a:hover {
color:#147;
text-decoration:underline;
}

dt {
margin:30px 0 10px;
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:bold;
font-size:1.2em;
}

p img {
padding:0;
max-width:100%;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft {
padding:4px;
margin:0 7px 2px 0;
display:inline;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.center {
text-align:center;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

li {
padding-bottom: 1em;
}

hr {
color:#bfdfff;
background-color:#bfdfff;
height:1px;
width:90%;
}

a img {
border:none;
}

acronym {
font-size:.9em;
letter-spacing:.07em;
cursor:help;
border-bottom:1px dashed #999;
}

table {
color:#000;
background-color:#fff;
}

tr.alternate {
color:#000;
background-color:#ddd;
}

td.right {
text-align:right;
border-bottom:1px solid #bfdfff;
}

td.shade1 {
color:#000;
background-color:#bfdfff;
text-align:center;
}

td.shade2 {
color:#000;
background-color:#ddd;
text-align:center;
}

.container-solid {
color:#000;
background-color:#fff;
border:1px solid #bfdfff;
padding:5px;
margin-right:auto;
margin-left:auto;
}

.solid-bottom {
border-bottom:1px solid #bfdfff;
padding:5px;
}

/* PAGE HEADER */
#header {
background-color:#73a0c5;
margin:0;
padding:0;
height:185px;
width:765px;
background:url(/stylesheets/images/header.jpg) no-repeat bottom center;
}

#header h1 {
font-size:22px;
text-align:right;
padding-right:40px;
padding-top:40px;
}

/* NAVIGATION */
#navigation {
background:url(/stylesheets/images/nav.jpg) no-repeat bottom center;
height:44px;
line-height:44px;
}

#navigation ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;
}

#navigation ul li {
display:inline;
}

#navigation ul li a {
text-decoration:none;
color:#fff;
text-transform:uppercase;
font-size:12px;
letter-spacing:1px;
padding:15px .5em;
}

#navigation ul li a:hover {
color:#ff0;
background:url(/stylesheets/images/nav_hover.jpg) bottom center;
}

.navigation {
display:block;
text-align:center;
margin-top:10px;
margin-bottom:60px;
}

/* CONTENT */
#content {
font-size:1.2em;
}

.widecolumn {
line-height:1.6em;
padding:10px 0 20px;
margin:5px 0 0 35px;
width:695px;
}

.narrowcolumn {
float:left;
padding:0 0 5px 35px;
margin:0;
width:515px;
}

/* SIDEBAR */
#sidebar {
font:1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding:20px 0 10px;
margin-left:580px;
width:155px;
}

#sidebar h2 {
font-family:'Lucida Grande', Verdana, Sans-Serif;
font-size:1.2em;
margin:5px 0 0;
padding:0;
text-decoration:none;
}

#sidebar ul ul li{
color:#777;
}

#sidebar ul ul li:before {
content:"\00BB \0020";
}

#sidebar ul li {
list-style-type:none;
list-style-image:none;
margin-bottom:15px;
}

#sidebar ul p,#sidebar ul select {
margin:5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
margin:5px 0 0 10px;
}

#sidebar ul ul ul,#sidebar ul ol {
margin:0 0 0 10px;
}

ol li,#sidebar ul ol li {
list-style:decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
margin:3px 0 0;
padding:0;
}

#sidebar ul,#sidebar ul ol {
margin:0;
padding:0;
}

/* Footer */
#footer {
background-color:#eee;
background:url(/stylesheets/images/footer.jpg) no-repeat bottom;
border:none;
padding:0;
margin:0 auto;
width:765px;
height:82px;
clear:both;
}

#footer a {
color:#fff;
}

#footer p {
margin:0;
padding:20px 0;
text-align:center;
color:#fff;
}
