﻿html {
	overflow:scroll;
	margin:0px;
	padding:0px;
}
body {
	color: #000;
	background-color: #BBCCCC;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px auto;
	text-align:center;
}
#container {
	margin: 0px 10%;
	width: 780px;
	padding: 0px;
	text-align:left;
	background: #d3d3d3;
	background-color: #fff;
	background-repeat: repeat-y;
	border-top: 2px #9f9f9f outset;
	border-right: 2px #9f9f9f outset;
	border-bottom: 2px #9f9f9f outset;
	border-left: 2px #9f9f9f inset;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

h1 {
margin: 0 0 20px 0;
font-size: 2.1em;
font-weight: bold;
color:#0080b4;
}

h2 {
margin: 0 0 10px 0;
font-size: 1.5em;
font-weight: normal;
color:#0080b4;
}

h3 {
margin: 5px 0 5px 0;
font-size: 1.3em;
font-weight: normal;
color:#0080b4;
}

h4 {
margin: 30px 0 10px 0;
font-size: 1.1em;
font-weight: normal;
text-align: center;
color:#0080b4;
}

#cplogo {
background-color: #ffffff;
background-image: url('images/newcplogosmall.png');
background-repeat: no-repeat;
top:0px;
right:0px;
margin:0px;
width:150px;
height:178px;
border:0px;
float: right;
}

#bclogo {
background-image:url('images/bccpclogo.gif');
top:0px;
left:0px;
margin:0px;
margin-top:40px;
width:160px;
height:100px;
border:0px;
float:left;
}

#contactinfo {
	padding-top:10px;
	margin-right:170px;
	margin-left:170px;
	text-align:center;
	font-size:0.9em;
}

#navigation {
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0;
	font: 1.2em, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A0A0A0;
	clear: both;
	overflow: hidden;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	background-color: #C0C0C0;
	text-decoration: none;
	margin: 2px 2px;
	padding-left:3px;
	padding-right:3px;
	display: block;
}
#navigation a:hover {
	color:#fff;
	background-color: #808080;
	text-decoration: none;
	margin: 2px 2px;
	padding-left:3px;
	padding-right:3px;
	display: block;
}

#topic {
float: none;
margin-left:20px;
margin-right:20px;
}

#topic h2 {
font-size: 1.6em;
font-weight: bolder;
color:#0080b4;
border-bottom: thin;
border-bottom-color: #0080b4;
border-bottom-style: solid;
}

#fullwidth {
	float: inherit;
	margin-left:20px;
	margin-right:20px;
	clear: none;
}

#fullwidth2 {
float: inherit;
margin-left:20px;
margin-right:20px;
}

#leftcol {
width:45%;
float: left;
margin-left:20px;
margin-right:20px;
}

#rightcol {
float: right;
width:45%;
margin-left:20px;
margin-right:20px;
}
#outlookselect {
	padding: 0px 0px 0px 20px;
	line-height:1.3em;
}
#outlookselect a {
font-size:1.2em;
line-height:1.1em;
color: #808080;
text-decoration:none;
}

#outlookselect a:hover {
font-size:1.2em;
line-height:1.1em;
background-color: #99CCFF;
text-decoration:none;
}

#footer {
margin: 10 auto 15px auto;
width: 760px;
padding: 5px 20px 20px 20px;
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.7em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}

/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #0040a0;
	text-decoration: underline;
}
a img {
border: 0;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.bigfirst:first-letter {
font-size:200%; 
line-height:1.0em;
color:#0080B4;
}

.right {
text-align: right;
}

.center {
margin-left:auto;
margin-right:auto;
text-align:center;
}

.left {
text-align:left;
}

.rtborder {
border-right:thin silver ridge;
}

.ltborder {
border-left:thin silver ridge;
}

.block {
background: #f0f0f0;
margin:10px;
padding: 10px;
}

.plain {
	list-style: none;
	text-decoration: none;
	color: #3366FF;
	font-size: 1.0em;
	font-weight:bold;
	list-style:none;
}
.plain a {
	text-decoration: none;
	color: #3366FF;
	font-size: 1.1em;
	line-height:1.2em;
	list-style:none;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}

.clear {
clear:both;
}

