/**********************************************************************************/
/* Bolton MBC corporate stylesheet*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0D1E4F;
	font-size: 100%;
	margin: 0px;
	padding: 5px;
}

/**********************************************************************************/
/* h1 and .title are the same to ensure old pages
   still work, however .title should not be used for new pages */
h1 {
	font-size: 150%;
	color: #0D1E4F;
	font-weight: bold;

}

/* h2 and .sub are the same to ensure old pages 
   still work, however .sub should not be used for new pages */
h2	{
	font-weight: bold;
	color: #0D1E4F;
	font-size: 110%;
}

/* h3 and .sub-heading are the same to ensure old pages 
   still work, however .sub-heading should not be used for new pages */
h3	{
	font-size: 75%;
	color: #0D1E4F;
	font-weight: bold;
}

/* p and .bodytext are the same to ensure old pages 
   still work, however .bodytext should not be used for new pages */
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0D1E4F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/**********************************************************************************/
/* Navigation top and left */

#leftnav {
	position: absolute;
	width: 180px;
	left: 0px;
	top: 1px;
	height: 3309px;
	background-image:url('../images/left_background.gif');
	visibility: visible;
	display: none;
}

#top {
	position: absolute;
	width: 100%;
	left: 179px;
	top: 0px;
	height: 114px;
	background-image:url('../images/background.gif');
		display: none;
}

/**********************************************************************************/
/* Content */

#leftcontent {
	position: absolute;
	width: 275px;
	left: 7px;
	top: 15px;
	height: 100%;
}

#centercontent {
	position: absolute;
	width: 275px;
	left: 300px;
	top: 15px;
	height: 100%;
}

#rightcontent {
	position: absolute;
	width: 52px;
	left: 575px;
	top: 15px;
}

/**********************************************************************************/
/* Rollover */
a:visited { color:#0D1E4F; text-decoration:none}
a:hover { color:#0D1E4F; text-decoration:underline}
a:active { color:#0D1E4F; text-decoration:none}

/* Other useful styles */
.shadedyellow {
	background: #FFCE00;
}

.boxed {
	color: #0D1E4F;
	border-style:solid;
	border-width: 1px;
	padding-left:7px;
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
}

/**********************************************************************************/
/* lists*/

ul li{
		font-size: 80%
}

li {
		font-size: 80%
}
/**********************************************************************************/
/* Tables*/

TABLE { 
		border-color: #CCCCCC; 
		border: solid;
		border-width: 1px;
		padding: 2px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
}
TH	{
		text-align:left; font-weight: bold;
		border-color: #CCCCCC; 
		border: solid;
		border-width: 1px;
} 
TD	{
		text-align:left;
		border-color: #CCCCCC; 
		border: solid;
		border-width: 1px;
}

/**********************************************************************************/
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #0D1E4F;
	margin-top: 2px;
	padding-bottom: 2px;
}

/**********************************************************************************/