/* Main CSS Style Sheet for Main RYAA site */

#sidebar {
	z-index:1;
	float: left;
	width: 120px;
	background-color: #005478;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva;
	color: #FDFDFD;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	overflow: hidden;
}
#sidebar .obj {
	padding: 5px;
}
#content {
	height:100%;
	margin-left: 10px;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:active {
	color: #FFBB80;
	text-decoration: underline;
}
body.body_main {
	background-image: url(graphics/mainbg.png);
	background-repeat: repeat-y;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .obj div {
	padding-top: 5px;
}
.item_label {
	font-size: 12px;
	text-align:right;
	font-weight:bold;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva;
}
.item_label_required {
	font-size: 12px;
	text-align:right;
	font-weight:bold;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva;
}
.item_divider {
	clear: both;
}
.obj_group {
	float: left;
	margin: 1px;
	padding: 2px;
	border:none;
	background-color: #BFEAFF;
}
#sidebar  .sport {
	position: relative;
}

