/*******************************************************/
/* CSS Style Sheet for The Saskatoon Racing Canoe Club */
/* This css sheet contains information for the programs*/
/* and registration page.						       */
/*******************************************************/

/*
	The placement information for each layer
*/

#content
{
	height: 500px;
	font: Arial, Helvetica, sans-serif;
}

#pageCell
{
	padding-top: 5px;
}

#relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
	height: 100%;
}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#relatedLinks a{
	display: block;
	border-top: 2px solid #F5f7f7;
	border-bottom: 1px solid #F5f7f7;
	padding-left: 10px;
	padding-bottom: 6px;
	font-weight: bold;
}

#relatedLinks a:hover{
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
}

.style1
{
	font-weight: bold; 
	font-size: large; 
}

.style2
{
	font-weight: bold;
	font-size: medium;
}

.style3
{
	font-size: medium;
}

