/* General Styles */

body {background: #fff url(/images/4.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
text-align: center;
margin: 0;
color: #666;}

a {text-decoration: none;
color: #369;
border-bottom: 0px;
font-weight: bold;}

a:hover {border-bottom: 1px dashed #49515C;
color: #49515C;
font-weight: bold;}

/* Layout Styles */

#container {margin: 0 auto;
width: 740px;
background: #fff;
border: 1px solid #ddd;
padding: 0 5px;
text-align: left;}

#header {background: #49515C;
border-bottom: 4px solid #fff;
border-top: 5px solid #fff;
padding: 28px 30px;}

#header h1 {margin: 0;
font-family: times, times new roman, georgia, serif;
color: #eeeeee;
font-size: 2.1em;
font-weight: normal;
cursor: default;}

h1 a {color: #eeeeee}

h1 a:hover {color: #bbbbbb;}

#header h2 {margin: 0;
color: #8D8E90;
font-size: 1.2em;
padding-left: 1px;
cursor: default;}

/* Navigation */

#nav {background: #858F9E;
border-bottom: 4px solid #fff;
margin: 0;
padding: 0;
height: 2.4em;}

#nav li {list-style-type: none;
display: inline;
line-height: 21px;}

#nav li a {text-decoration: none;
color: #ddd;
background-color: #858F9E;
border-right: 4px solid #fff;
border-bottom: 0;
padding: 3px 8px;
font-size: 1em;
float: left;
font-weight: bold;}

#nav li a:hover {background-color: #6B7687;}

#nav li a.on {background-color: #49515C;
color: #C6C4C5;}

#sidebar {float: right;
width: 175px;
line-height: 20px;
word-spacing: 2px;
margin-top: 20px;
margin-left: 25px;}

#sidebar h3, #content h3 {font-size: 1.1em;
color: #49515C;
margin: 0 10px 0 0;
cursor: default;}

#content div, #sidebar div {
padding: 10px;}

#content {float: left;
width: 500px;
margin-top: 20px;
margin-left: 15px;
line-height: 20px;
text-align: justify;
word-spacing: 2px;}


#footer {background: #49515C;
border-bottom: 5px solid #fff;
border-top: 10px solid #fff;
text-align: center;
color: #fff;
font-size: 0.8em;
padding: 10px;
line-height: 16px;
clear: both;
height:50px;}

#footer a {text-decoration: none;
color: #A2AFBF;
border-bottom: 1px dashed #A2AFBF;}

#footer a:hover {border-bottom: 1px dashed #fff;
color: #fff;}

.credit {
font-size: 9px;
color: gray;
margin-left: auto;
margin-right: auto;
text-align: center;
}