/*
	This stylesheet defines the generic "safe" styles that should work on all supported browsers.
	Individual properties may be overridden by browser specific stylesheets.
*/

a 
{	
	color: #1111ff;
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}

.page
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #333377;
}

body
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-image: url( ../images/layout/background.jpg );
	background-repeat: no-repeat;
	background-attachment: fixed;

	color: #08082a;
}

.page .foreground
{
	z-index: 10;

	margin-left: 76;
	width: 700;
}

.page .foreground .border
{
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #004400;
	background: #ffffff;
}

.page .foreground .flag
{
	width: 100%;
	height: 142;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url( ../images/layout/flag.jpg );
	background-repeat: no-repeat;
}


.page .foreground .sidebar_canada
{
	position: absolute;
	left: 4;
	top: 25;
	height: 39;
	width: 75;
	border-style: solid;
	border-width: 1px;
	border-color: #004400;
	background: #ffffff;
	background-image: url( ../images/layout/canada_flag.gif );
	background-repeat: no-repeat;
	background-position: center;
}

.page .foreground .sidebar_bc
{
	position: absolute;
	left: 4;
	top: 69;
	height: 46;
	width: 75;
	border-style: solid;
	border-width: 1px;
	border-color: #004400;
	background: #ffffff;
	background-image: url( ../images/layout/bc_flag.gif );
	background-repeat: no-repeat;
	background-position: center;
}

.page .foreground .sidebar_caa
{
	position: absolute;
	left: 4;
	top: 120;
	height: 128;
	width: 75;
	border-style: solid;
	border-width: 1px;
	border-color: #004400;
	background: #ffffff;
	background-image: url( ../images/layout/caa_logo.gif );
	background-repeat: no-repeat;
	background-position: center;
}

.page .foreground .border .section
{
	margin: 0px;
	padding: 3px 4px 4px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccccff;
	background: #ffffff;
}


.page .foreground .border .section .header
{
	margin: 0px;
	padding: 3px 4px 4px 8px;
}


.page .foreground .border .section .divider
{
	height: 30;
	margin-left: auto;
	margin-right: auto;
	background-image: url( ../images/layout/divider.gif );
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
}


.page .foreground .border .section .full
{
	margin: 0px;
	padding: 3px 4px 4px 8px;

	text-align: center;
}


.page .foreground .border .section .full .head
{
	margin-bottom: 10;

	font-family: Optima, Verdana, sans-serif;
	font-size: 18pt;
	color: #111177;
}


.page .foreground .border .section .full .body
{
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 10;
}


.page .foreground .border .section .full .detail
{
	font-size: 9pt;
	margin-left: 15;
	margin-right: 15;
	text-align: center;
}


.page .foreground .border .section .half
{
	margin: 0px;
	padding: 3px 4px 4px 8px;
	margin-bottom: 10;
}


.page .foreground .border .section .half .head
{
	margin-left: 270;
	margin-top: 0;
	margin-bottom: 10;

	font-family: Optima, Verdana, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #111177;

}


.page .foreground .border .section .half .body
{
	margin-left: 270;
	margin-top: 0;
	margin-bottom: 10;

	width: 400;
	min-height: 200;
	height: auto !important;
	height: 200;

	font-size: 10pt;
}


.section_img
{
	position: absolute;

	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10;

	width: 250;
	height: 200;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000022;
}


.large_link
{
	font-weight: bold;
	font-size: 14pt;
}


