body
{
	font-family: tahoma,arial,verdana;
	font-size: 90%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #535353;
}
a img { border: none; }
a
{
	color:#535353;
	text-decoration: none;
}
a:hover { color: #000000; }

#page
{
	width: 960px;
	margin: 20px auto 20px auto;
}
#content
{
	padding: 0px 15px 20px 15px;
	border: 1px solid #cdcccc;
	-moz-border-radius: 12px;
	text-align: center;
}
#logo { padding-top: 35px; }
#main
{
	height: 460px;
	margin: 25px;
}
#byline
{
	width: 550px;
	height: 60px;
	margin: 0px auto 15px auto;
	background: url(../images/byline.png) no-repeat center center;
}
#menu
{
	width: 620px;
	margin: 0px auto;
	border: 1px solid #cdcccc;
	-moz-border-radius: 10px;
	height: 34px;
	background: url(../images/menu-background.png) top left repeat;
}
#menu ul
{
	list-style: none;
	line-height: 0.4em;
	padding: 0;
}
#menu ul li
{
	float: left;
	padding: 0px 20px 0px 20px;
}
#footer
{
	margin-top: 15px;
	font-size: 70%;
	text-shadow: rgb(181,181,181) 3px 3px 2px;
	color: #535353;
}

.separator { margin-top: 15px; }
.smallseparator { margin-top: 10px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.imagebox-landscape
{
	margin: 32px 0px 0px 0px;
}
.imagebox-portrait
{
	margin: 17px 0px 0px 100px;
}
.textbox
{
	border: 1px solid #cdcccc;
	-moz-border-radius: 5px;
	background: url(../images/textbox-background.png) top left repeat;
	height: 400px;
	text-align: left;
	padding: 15px;
	font-size: 80%;
	margin: 15px 0px;
}
.textbox .bullet
{
	background: url(../images/listitem.png) no-repeat center left;
	text-indent: 25px;
}
.textbox .bullet-text
{
	margin-top: 5px;
	text-indent: 40px;
}
.textbox .bullet-separator
{
  margin-top: 10px;
}
.textbox .header
{
	font-size: 120%;
	font-variant: small-caps;
}
.textbox .indent
{
	text-indent: 20px;
}
.textbox .small
{
	font-size: 80%;
}

.navigation
{
	float: right;
}
.navbutton
{
	margin: 4px;
	padding: 0px 6px 2px 6px;
	font-weight: bold;
	font-size: 150%;
	color: #535353;
	background: #cdcccc;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	border: 1px solid #535353;
	-moz-border-radius: 10px;
	cursor: pointer;
}

