* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	background: white;
	margin: 40px auto;
	padding: 10px;
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #366;
	font-size: 2em;
	font-variant: small-caps;
	margin-top: 20px;
}
h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #366;
	margin-top: 1em;
	font-size: 1.25em;
}
h2 a, h3 a, h4 a {
	color: #366;
}
a, a:hover {
	color: blue;
}

hr {
	margin: 20px 0 20px 0;
}
p {
	margin-bottom: 1em;
}

/* MENU & Footer */
#menu {
	margin-bottom: 40px;
	color: #666;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
}
#menu a, #footer .links, #footer .links a {
/* Applies to menu links and footer links */
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #footer .links a:hover {
	color: #868458;
}
#menu li {
	display: inline;
}
#menu .mainlinks {
	font-size: 1.5em;
}
#menu a.ng:hover, #footer .links a.ng:hover {
	color: #517575;
}
#menu a.rg:hover, #footer .links a.rg:hover {
	color: #b0590b;
}
#menu a.ss:hover, #footer .links a.ss:hover {
	color: #693b57;
}

/* FOOTER */
#footer {
	margin: 40px 24px 0 24px;
	color: #690;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
}
#footer a {
	color: #690;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	margin: 0 24px;
}
.clear {
	clear: both;
}

/* TOOL LINKS */
#content ul.tools {
	margin-top: 2em;
}
#content ul.tools li {
	margin-bottom: 1em;
	list-style-type: none;
	margin-left: 0;
}
#content ul.tools li a {
	color: #069;
	text-decoration: none;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
}
#content ul.tools li a:hover {
	text-decoration: underline;
}

/* IMAGES */
.image {
	float: right;
}

.shadow1{
	background:url(/media/images/shadow.gif) right bottom no-repeat;
	float: left;
}
.shadow2{
	background: url(/media/images/shadow_corner_bl.gif) left bottom no-repeat;
}
.shadow3{
	background: url(/media/images/shadow_corner_tr.gif) right top no-repeat;
	padding:0 10px 10px 0;
}
.shadow3 img {
	display: block;
}
.paper {
	background: url(/media/images/paper_bg.png);
	padding: 20px;
}
.caption {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 1.5em;
	text-align: center;
	margin-top: 10px;
}

/* LISTs */
li {
	list-style-type: square;
	margin-left: 2em;
}
li.nobullet {
	list-style-type: none;
	margin-left: 0;
}

/* TABLES */
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
tr.dark {
	background-color: #DFDED1;
}

table.display tr {
	border-top: 1px solid #868458;
}
table.display .title {
	background-color: #DFDED1;
}
/* OTHER */
