/* Body Stylesheet */
body {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

a img {
	border: none;
}

div#related + div#main {
	margin-right: 220px;
}

div#related {
	position: absolute;
	right: 5px;
	top: 154px;
	width: 208px;
	background-color: #ffffff;
	background-image: url(../images/layout/related-tile.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

div#related h1 {
	font-size: 20px;
	margin: 5px 25px;
}

div#related ul {
	margin: 5px 20px;
	padding: 10px;
}

div#related li {
	padding: 2pt;
	list-style: none; 
}

div#main a:link, div#related a:link, div#footer a:link, div#main a:visited, div#footer a:visited, div#related a:visited, div#main a:active, div#related a:active, div#footer a:active {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

div#main a:link:hover, div#related a:link:hover, div#footer a:link:hover, div#main a:visited:hover, div#related a:visited:hover, div#footer a:visited:hover {
	border-bottom: 1px dotted black;
	color: #000000;
}

/*
div#main th {
	border-right: 3pt solid #505050;
	border-bottom: 1pt solid #606060;
	padding: 3pt;
	text-align: right;
}


div#main tr.top > th {
	text-align: center;
	border-bottom-width: 3pt;
	border-right: none;
}

div#main td {
	border-right: 0px dotted #000000;
	border-bottom: 1px dotted #ffffff;
	padding: 3pt;
}
*/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

div#top {
	background-image: url(../images/layout/navbar-tile.jpg);
	background-repeat: repeat-x;
}

div#main {
	padding: 20pt 50pt 50pt 50pt;
	text-align: justify;
}

div#footer {
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/layout/footer-tile.gif);
	background-repeat: repeat-x;
	height: 48px;
	color: #ffffff;
	position: relative;
}

div#footer p {
	font-size: 14px;
	position: relative;
	top: 14px;
	left: 10px;
}

div#footer a:link, div#footer a:visited {
	color: #000000;
}

div#footer a:link:hover, div#footer a:visited:hover {
	color: #000000;
}

.code {
	font-family: monospace;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
