/* GENERAL */
body {
  background: none repeat scroll 0 0 #666666;
  color: #666666;
  font-family: verdana,arial,sans-serif;
  font-size: medium;
  margin-top: 0.9em;
  text-align: center;
}

.wrapper {
	width:800px;
	margin:0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	

.container {
  width: 800px;
  background: #ccc;
  border-bottom:2px solid #444;
  border-left:2px solid #444;
  border-right:2px solid #444;
  border-top:2px solid #444;
  margin: 0 auto;
  margin-top: 25px;
}

/* HEADER */
.header {
  height: 125px;
  width: 800px;
  margin: 0 auto;
}

.header-block {
  float: left;
  height: 125px;
  width: 200px;
}

.ha {
  background: none repeat scroll 0 0 #214478;
}

.hb {
  background: none repeat scroll 0 0 #2C5AA0;
}

.hc {
  background: none repeat scroll 0 0 #3771C8;
}
.hd {
  background: none repeat scroll 0 0 #5F8DD3;
}

#topbar {
  background: none repeat scroll 0 0 #444444;
  color: white;
  font-size: x-small;
  font-weight: bold;
  height: 15px;
  text-align: right;
  padding-top: 3px;
  padding-right: 10px;
}

#topbar a {
  color: #fff;
  text-decoration: none;
}


/* BODY CONTENT */
#main-nav {
  padding-top: 35px;
  padding-left: 35px;
}

.sidebar {
  background: none repeat scroll 0 0 #CCCCCC;
  float: left;
  text-align: left;
  width: 200px;
  height: 300px;
}

.sidebar li {
  font-size: 90%;
  font-weight: normal;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

.sidebar nav ul, nav li {
  color: #444444;
  list-style: square outside none;
}

.sidebar .current a {
  color: #214478;
}

.sidebar a {
  color: #222222;
  text-decoration: none;
}

.sidebar a:hover {
  color: #214478;
}


article {
	float:right;
	width: 600px;
	min-height: 500px;
	background: #E6E6E6;
  text-align: left;

}

h1 {
  border-bottom: 1px dotted #444444;
  color: #444444;
  font-size: large;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1em;
  text-align: right;
}

article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 25px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}


/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(0,0,0,.8);
	color:#fff;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#fff;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#ff2222;
	text-decoration:underline;
}
