/* 
 * overall page layout
 */
body {
	background: rgb(79, 120, 214 );
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
}
#header {
}
#right {
	float: right;
}
#content {
}
#footer {
	text-align: center;
	clear: both;
	font-size: 80%;
	padding-top: 2em;
}
body table tr {
	vertical-align: top;
}

/*
 * general appearance
 */
img.padded {
	padding: 50px 0 50px 50px;;;
}
a:link, a:visited {
	text-decoration: none;
	color: white;
}
a:hover, a:active {
	text-decoration: none;
	color: rgb(245, 232, 20);
}

/*
 * navigation bar
 */
ul#navbar, ul#navbar li {
	text-align: right;
	list-style-type: none;
	padding-top: 0.5em;
	width: 150px;
}
ul#navbar a {
	padding: 1px 3px 1px 3px;
	color: black;
}
ul#navbar a:link, ul#navbar a:visited {
	background: #FFEFB5;
	text-decoration: none;
}
ul#navbar a:hover, ul#navbar a:active {
	background: #FFDB4F;
	text-decoration: none;
}
