body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-top: 30px;
	margin-bottom: 12px;
	
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #596380;
	color: #fff;
	font-size: 2.5em;
}

#header a,
#header a:active,
#header a:link,
#header a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	color: #333;
	font-size: x-small;
	text-align: center;
}


.navigation {
	height: 16px;
	font-size: xx-small;
	background-color: #F5F5F5;
	border: 1px solid #E1E1E1;
	padding: 5px;
}

.navigation.ntop {
	margin-bottom: 45px;
	margin-top: 20px;
}

.navigation.nbottom {
	margin-bottom: 20px;
	margin-top: 45px;
}

.navigation a,
.navigation a:link,
.navigation a:active {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation div {
	float: left;
	width: 33%;	
}

.navigation div.top {
	text-align: center;
}

.navigation div.next {
	text-align: right;
}


#header span.info {
	font-size: x-small;
	color: #CFD4E6;
}

code {
	color: #758059;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #E1E1E1;
  margin-top: 15px;
  margin-bottom: 3px;
}


h1, h2, h3 {
	color: #596380;
}

a, 
a.link,
a.active {
	color: #806959;
}

a:hover {
	text-decoration: none;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F5F5F5;
	border: 1px solid #E1E1E1;
	padding: 10px;
	overflow: auto;	
	margin-top: 0px;
}


.preLinkPlain {
	margin-bottom: 0px;
	background-color: #E6F4FF;	
	padding: 4px;
	padding-left: 10px;
}

.preLinkPlain a, 
.preLinkPlain a:hover,
.preLinkPlain a:link {
	color: #73807A;
	text-decoration: none;
}

.preLinkPlain a:hover {
	text-decoration: underline;
}

div.adsense {
	text-align:center;
	margin-bottom: 12px;
}

div.illustration {
	border: 1px solid #E1E1E1;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 255px;
}

div.illustrationLeft {
	border: 1px solid #E1E1E1;
	float: left;
	margin: 5px 10px 5px 0px;
	max-width: 255px;
}

div.illustrationRight {
	border: 1px solid #E1E1E1;	
	float: right;
	margin: 5px 0px 5px 10px;
	max-width: 255px;
}

div.illustration img,
div.illustrationLeft img,
div.illustrationRight img {
	max-width: 250px;
	padding: 5px;
}

div.illustration .info,
div.illustrationLeft .info,
div.illustrationRight .info {
	text-align: center;
	font-size: x-small;
	color: #666;
	background-color: #F5F5F5;
	padding: 3px;
}


.returnMain {
	font-size: x-small;
}

.returnMain a,
.returnMain a:link,
.returnMain a:active {
	color: #596380;
	text-decoration: none;
}

.returnMain a:hover {
	color: #596380;
	text-decoration: underline;
}

.additionalResources {
	margin-top: 55px;
	border: 2px solid #ACBF60;
	background-color: #FAFFE6;
	padding-left: 15px;
	padding-bottom: 5px;
}

ul {
	list-style-type: square;
}

div.warningBox {
	margin-top: 35px;
	border: 2px solid #80595A;
	padding-left: 15px;
	padding-bottom: 5px;
}
