/* CSS styles for the BC Crown Cousel Association */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px;
}
#mainBox {
	margin: 0px 0px 15px;
	height: auto;
	width: 80%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#sideMenu {
	width: 175px;
	height: auto;
	float: right;
	text-align: left;
	margin-top: 150px;
}
#sideNav {
	height: auto;
	width: 100%;
	margin-top: 25%;
}
#bodyContent {
	float: left;
	height: auto;
	width: 95%;
	margin-top: 25px;
	margin-left: 15px;
}
.style1 {font-size: 14px}
#divider {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#menuBox {
	float: left;
	height: 450px;
	width: 90%;
	margin-left: 15px;
	margin-top: 15px;
}
.regularSmall {
	font-size: 10px;
}
.regularBold {
	font-weight: bold;
}
.redBold {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.smallRed {
	color: #CC0000;
	font-size: 10px;
}
.largeBold {
	font-size: 16px;
	font-weight: bold;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.PDF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009900;
}