body {
	color: black;
	background-color: white;
	font-family: Bookman Old Style, sans-serif;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-top: 0px; color: #000; }
h1 { font-size: xx-large }
h2 { font-size: x-large }
h3 { font-size: medium }
h4 { font-size: small }
h5 { font-size: x-small }
h6 { font-size: xx-small }

p {	margin: 4px 0px 8px 0px; }
hr {
	color: #fff;
	background-color: #fff;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #000;
	height: 3px;
	clear: both;
}

#sitebox { width: 740px; margin-top: 0px; margin-right: auto; margin-left: auto;  }
#header {
	background-image: url(/assets/rbu01s/img/header.jpg);
	background-repeat: no-repeat;
	height: 121px;
	margin-bottom: 20px;
}
.content {
	margin-right: auto; margin-left: auto; margin-bottom: 20px;
}
.menu2, .col1, .col2 { float: left; }
.col2 { margin-left: 10px }
.coln { float: right; }
.menu1 {
	position: relative;
	top: 100px;
	border-bottom: 1px solid #000;
}
.menu1 table { border-bottom: 1px solid #ff0; }

.footer {
	clear: both;
	float: none;
}
#copyright { color: #444; font-size: 7.5pt; display: block; height: 19px; float: left; }
#copyright a { color: #444; font-size: 7.5pt;
	border-bottom: none;
}

.narrow { width: 190px }
.medium2 { width: 365px }
.medium3 { width: 340px }
.wide2 { width: 540px }
.three { width: 240px }
.four { width: 177px }

.menu1 a, .menu2 a, .col1 a, .col2 a, .coln a, .content a, .csshome a {
	color: #000;
	text-decoration: none;
}
.menu2 a, .col1 a, .col2 a, .coln a, .content a { border-bottom: 2px solid #ff0; }
.cssSel, .menu1 a:hover, .menu2 a:hover, .col1 a:hover, .col2 a:hover, .coln a:hover, .content a:hover  { background-color: #ff0; }
.col1 a:visited, .col2 a:visited, .coln a:visited, .content a:visited { 	border-bottom: 2px solid #800080; }
.menu1 a { display: inline-block; }
.menu2 td { padding-bottom: 15px; }

.italic { font-style: italic; }
.normal { font-weight: normal; font-style: normal; }

.csshome {
	width: 400px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}
.csshome a {
	width:166px;
	height: 143px;
	display: block;
	cursor : hand;
	background-image: url(/assets/rbu01/img/buttons/button_up.gif);
	background-repeat: no-repeat;
}
.csshome a:hover {
	background-image: url(/assets/rbu01/img/buttons/button_over.gif);
}
.csshome td {
	width:166px;
	height: 143px;
	text-align: center;
	vertical-align: center;
}