/* BCUC Web Site style sheet */

.padded {
padding:25px;
}

/* ======== Body Configuration ======== */

body {
text-align:center; 
min-width: 765px;
margin:0px; 
padding:0px;
background-color:#CCCCFF;
}

/* ======== Page Layout IDs ======== */

div#page {
	display: block;
	float: left;
/*Site body background colour */
	background-color:#FFFFFF;
	background-image:url(Images/faux-columns.gif);
/* General alignment for text on page */
	text-align: left; 
/* Site Width (760 pixels recommended) */
	width:765px;
	max-width:765px;
/* Site Margins (top and sides) */
	margin: 0px auto;
/* Site Border Thickness, line style, and colour */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* ==== Page Top (Title) ==== */

/* The title font in the header can be modified by editing the h1.pagetitle class properties at the bottom of the page */

div#page-top {
	display: block;
	clear: both;
/* Site Header Background Color */
	background-color:#6766CC;
/* Site Header Dimensions */
	width: 765px;
	max-width:765px;
	/* Site Header Bottom Divider */
	border-bottom:3px solid #6766CC;
}

/* ==== Page Middle (Sidebar and Content) ==== */

div#page-middle {
	float:left;
}

/* Sidebar */

div#middle-sidebar {
background-color:#6766CC;
width:195px;
float:left;
line-height:200%;
}

#middle-sidebar a {
display:block;
font-size:80%;
color:#FFFFFF;
font-family:"Century Gothic";
font-weight:700;
padding-left:15px;
border-bottom:1px dotted #9999FF;
}

#middle-sidebar a:link {
text-decoration:none;
background-color:#6766CC;
}

#middle-sidebar a:visited {
text-decoration:none;
background-color:#6766CC;
}

#middle-sidebar a:active {
text-decoration:none;
background-color:#9999FF;
}

#middle-sidebar a:hover {
text-decoration:none;
background-color:#9999FF;
}

/* Unlinked Sidebar Content */

div#middle-sidebar .sb-nolink {
	font-size:80%;
	color: #86A3DD;
	padding:5px 10px 5px 10px;
}

/* Content */

div#middle-content { 
	float: left;
	width: 338px;
	margin: 0px 10px;
	background-color: #FFFFFF;
}

div#middle-rightbar {
	float:left;
	width:200px;
	background-color: #FFFFFF;
}

/* ==== Page Footer ==== */

div#page-bottom {
	display: block;
	clear: both;
	width:765px;
	max-width:765px;
	text-align: center;
	margin:auto;
	padding:0px;
/* Page Footer Background Colour */
	background-color: #6766CC;
}

/* ======== Text Formatting ======== */

/* Link Display Settings */
a:link {color: #0066CC; text-decoration:none;}
a:visited {color: #006666; text-decoration:none;}
a:hover {color: #000099; text-decoration:underline;}
a:active {color: #0000FF; text-decoration:none;}

/* General Site Font Family (fonts you want to be used, in order of preference) */
h1,h2,h3,h4,h5,h6,p {font-family: Verdana, Geneva, Arial, sans-serif;}

/* Page Title Formatting */

h1.pagetitle {font-family:Arial; font-size:200%;  color: #999900;}

/* Headers 1-6 formatting */
h1 {font-family:Arial; font-size:120%;  color: #999966;}
h2 {font-family:Arial; font-size:100%; color: #660066;}
h3 {font-family:Verdana; font-size:70%; color: #660066; line-height:1.5;}
h4 {}
h5 {}
h6 {
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

/* Paragraph Font Formatting */
p {font-family:Verdana; font-size:70%; color: #666666; line-height:1.5;}