/* CSS Document */

/* set millions of background images */
.rbroundbox { background: url(images/layout_and_navigation/rounded-4.gif) repeat; }
.rbtop div { background: url(images/layout_and_navigation/rounded.gif) no-repeat top left; }
.rbtop { background: url(images/layout_and_navigation/rounded-1.gif) no-repeat top right; }
.rbbot div { background: url(images/layout_and_navigation/rounded-3.gif) no-repeat bottom left; }
.rbbot { background: url(images/layout_and_navigation/rounded-2.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #625A5A;
}
.indent {
	padding-left: 3px;
}
.indentmore {
	padding-left: 6px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #766B6B;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.navbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #393131;
	background:#CCCCCC;
	padding: 3px;
}

a:link {
	text-decoration: none;
	color: #766B6B;
}
a:visited {
	text-decoration: none;
	color: #766B6B;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #766B6B;

}.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #635A5A;
}
