body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 75%;
	color: black;
	background-color: #eeeeee;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#container {
	width: 770px;
	text-align: left;
	line-height: 150%;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: white;
	color: black;
	padding: 10px;
	margin: 0px auto 10px auto;
}

div#header {
	margin: 0px;
	border-bottom: solid #cccccc 1px;
}

div#header h1 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	padding: 10px 0px;
	margin: 0px;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}

div#header h1 a {
	color: black;
}

div#navigation {
	float: left;
	width: 160px;
	padding-top: 10px;
}

div#navigation ul {
	padding: 0px;
	margin: 0px;
}

div#navigation ul li {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	padding-right: 10px;
}

div#navigation ul li.active a {
	color: black;
}

div#content {
	float: left;
	width: 598px;
}

div#container.nonav div#content {
	float: none;
	width: auto;
}

div.mainlinks {
	padding: 2px;
	margin: 10px 0px;
/*	background-color: #eeffee;*/
	font-weight: bold;
}

*.externallinkinfo {
	float: right;
	font-style: italic;
}

div#content h1 {
	padding: 10px 0px;
	margin: 0px;
	font-size: 150%;
	font-weight: normal;
}

div#content h2 {
	padding: 10px 0px;
	margin: 0px;
	font-size: 116.66%;
	font-weight: bold;
}

div#content h3 {
	padding: 5px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

div.breadcrumb {
	margin: 10px 0px;
	padding: 2px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
	font-size: 91.66%;
}

div#footer {
	margin-top: 20px;
	padding: 2px;
	border-top: solid #cccccc 1px;
	font-size: 91.66%;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.bold {
	font-weight: bold;
}

span.caption {
	font-weight: bold;
}

br.clear {
	clear: both;
}

table {
	font-size: 100%;
}

p.error {
	font-weight: bold;
	color: red;
}

/* News */
div.newstitle {
}

div.newsdate {
	font-style: italic;
}

/* Code */
pre.code {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 116.66%;
	padding: 3px;
}

code {
	font-size: 116.66%;
}

div.example {
	border: solid 1px #cccccc;
	padding: 3px;
}

/* Photos */
div.pager a.previous {
	margin-right: 20px;
}

div.pager a.next {
	margin-right: 20px;
}

div.pager span.pagenumbers {
	margin-right: 20px;
}

table.thumbnails td {
	padding: 0px 20px 20px 0px;
}

table.thumbnails td img {
}

table.thumbnails div.caption {
	font-size: 83.33%;
	font-style: italic;
}

/* Download code link */
p.download {
	font-weight: bold;
}