.v { display: none; }

#navbar {
padding-bottom: 13px;
width: 747px;
height: 28px;
background-image: url("img/nav-line-747.png");
background-repeat: no-repeat;
background-position: 0% 100%;
}

#navbar img {
	margin: 0;
	float: left;
}

body {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	color : #000000;
	background-color: #cccc99;
}

h1 {
	color : #ffffff;
	background-color: #cccc99;
}

h2 {
	margin-top: 0;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

dt {
	margin-top: 0.5em;
}

p,li {
	line-height: 1.4;
}

#sidebar {
	float: left;
	background-color: #999999;
	color: #000000;
	text-align: center;
	width: 190px;
	}

#sidebar img {
	margin-top: 2em;
}

#sidebar a {
	color: #ffffff;
	background-color: #999999;
}

#content {
	border: solid 1px #999999;
	margin-left: 190px;
	margin-right: 0px;
	padding: 10px;
	color: #000000;
	background-color: #ffffff;
}

#contentfront {
	border: solid 1px #999999;
	padding: 10px;
	color: #ffffff;
	background-color: #999999;
	font-size: larger;
}

table {
	width: 80%;
	margin: 0 auto;
}

#footer {
	text-align: right;
	font-size: smaller;
}

.error {
	color: #ff0000;
	background-color: #ffffff;
	padding: 5px;
	font-weight: bold;
	border: dotted 1px red;
}

#explanation {
	color: #000000; background-color: #ffffff; border: solid 2px #000000; padding: 5px; width: 50%; font-size: smaller;
}

div p:first-child {
	margin-top: 0;
}

@media print {
	#navbar { display: none; }	
	#sidebar { display: none; }
	#content { margin-left: 0; }
	body { font-family : Georgia, "Times New Roman", serif; color : #000000; background-color: #ffffff; }
	h1 { color : #ffffff; background-color: #cccc99; }
	#explanation { width: 100%; }
}
