body {
	padding:0px;
	margin:0px;
	background:#bbbbbb url("images/fade_bg.gif") repeat-x top;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

/* ----- LINKS ----- */
div#header a { text-decoration:none; color:#FFFFFF; font-weight:bold; }
div#header a:hover { color:#CCCCCC; }

div#content a:link { color: #3375A1; }
div#content a:visited { color: #3375A1; }
div#content a:hover { color: #4CB0D1; }
div#content a:active { color: #4CB0D1; }
/* ----- END LINKS ----- */


/* ----- GENERAL ----- */
p,h1,h2,h3,h4,h5,h6,li,td { margin:0px; font-size:1.0em; font-weight:normal; }
p,ul,blockquote { margin:1.0em; }

p:first-child { margin:0px; }

img { border:none; }

ul, li{ margin:0; padding:0; list-style-type:none; }
div#content ul { margin-left:20px; }

form { margin:0px; padding:0px; }

.ContentHeader {
	font-size: 16px;
	font-weight: bold;
}

.ContentSubHeader {
	font-size: 14px;
	font-weight: bold;
}
/* ----- END GENERAL ----- */


/* ----- FONTS ----- */
h1 { font-size:72px; }
h2 { font-size:30px; }
h3 { font-size:13px; font-weight:bold; }
h4 { font-size:11px; font-weight:bold; }
h5 { font-size:11px; line-height:18px; padding-bottom:1em; }
h6 { font-size:10px; }
/* ----- END FONTS ----- */


/* ----- COLORS ----- */
.note {	color:#666666; }
.important { color:#FF0000; font-weight:bold; }
.subtitle { color:#999999; }
/* ----- END COLORS ----- */


/* ----- HEADER ----- */
div#header .logo img { padding:30px 0px 15px; }

div#header .links { position:relative; left:19%; top:-52px; width:76.5%; }
div#header .links li { font-size:12px; display:inline; text-transform:lowercase; padding:0px 20px; border-right:1px solid #FFFFFF; }
div#header .links li.last { border:0px; }

div#header .links .leftround {
	height:39px;
	background: url("images/links_left_bg.gif") no-repeat left top;
}
div#header .links .content {
	line-height:35px;
	height:39px;
	margin-left:9px;
	margin-right:11px;
	background: url("images/links_bg.gif") repeat-x left top;
}
div#header .links .rightround {
	border:1px;
	z-index:-1;
	position:relative;
	height:39px;
	top:-39px;
	background: url("images/links_right_bg.gif") no-repeat right top;
}
/* ----- END HEADER ----- */


/* ----- CONTENT ----- */
div#content { width:91.5%; margin-left:4%; margin-top:-30px; }

div#content .leftround {
	height:353px;
	background: url("images/content_left_bg.gif") no-repeat left top;
}
div#content .content {
	width:90%;
	height:353px;
	margin-left:12px;
	background: url("images/content_bg.gif") repeat-x left top;
}
div#content .rightround {
	float:right;
	margin-top:-383px;
	width:553px;
	height:353px;
	background: url("images/vancouver_bg.gif") no-repeat right top;
}

div#content .content_text {
	height:353px;
	width:55%;
	position:relative;
	top:-353px;
	margin-bottom:-373px;
	padding:25px;
}

div#mini-box { width:28%; }
div#mini-box .topround div.title {
	height:20px;
	line-height:27px;
	margin-left:9px;
	margin-right:9px;
	text-align:right;
	padding-right:9px;
	color:#FFFFFF;
}
div#mini-box .topround div.right {
	height:20px;
	position:relative;
	top:-27px;
	right:-18px;
}
div#mini-box .contents {
	padding:15px;
	background-color:#FFFFFF;
	color:#000000;
}
div#mini-box .additional_contents {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	background-color:#FFFFFF;
	color:#000000;
}

div#mini-box .bottomround {
	height:11px;
}
div#mini-box .bottomround div.middle {
	margin-left:9px;
	margin-right:9px;
	margin-top:-1px;
	background-color:#FFFFFF;
}
div#mini-box .bottomround div.right {
	height:11px;
	position:relative;
	top:1px;
	right:-9px;
}

div#mini-box.green { float:left; margin:0px 2% 0px 4% }
div#mini-box.green .topround { background: url("images/green_topleft_bg.gif") no-repeat left top; }
div#mini-box.green .topround div.title { background-color:#00C109; }
div#mini-box.green .topround div.right { background: url("images/green_topright_bg.gif") no-repeat right top; }
div#mini-box.green .contents { 
	border-top:10px solid #00C109;
	border-left:1px solid #00C109;
	border-right:1px solid #00C109;
}
div#mini-box.green .additional_contents {
	border-left:1px solid #00C109;
	border-right:1px solid #00C109;
}
div#mini-box.green .bottomround { background: url("images/green_bottomleft_bg.gif") no-repeat left top; }
div#mini-box.green .bottomround div.middle { border-bottom:1px solid #00C109; }
div#mini-box.green .bottomround div.right { background: url("images/green_bottomright_bg.gif") no-repeat right top; }

div#mini-box.red { float:left; margin:0px 1%; }
div#mini-box.red .topround { background: url("images/red_topleft_bg.gif") no-repeat left top; }
div#mini-box.red .topround div.title { background-color:#950000; }
div#mini-box.red .topround div.right { background: url("images/red_topright_bg.gif") no-repeat right top; }
div#mini-box.red .contents { 
	border-top:10px solid #950000;
	border-left:1px solid #950000;
	border-right:1px solid #950000;
}
div#mini-box.red .additional_contents {
	border-left:1px solid #950000;
	border-right:1px solid #950000;
}
div#mini-box.red .bottomround { background: url("images/red_bottomleft_bg.gif") no-repeat left top; }
div#mini-box.red .bottomround div.middle { border-bottom:1px solid #950000; }
div#mini-box.red .bottomround div.right { background: url("images/red_bottomright_bg.gif") no-repeat right top; }

div#mini-box.grey { float:left; margin:0px 4% 0px 2%; }
div#mini-box.grey .topround { background: url("images/grey_topleft_bg.gif") no-repeat left top; }
div#mini-box.grey .topround div.title { background-color:#848484; }
div#mini-box.grey .topround div.right { background: url("images/grey_topright_bg.gif") no-repeat right top; }
div#mini-box.grey .contents { 
	border-top:10px solid #848484;
	border-left:1px solid #848484;
	border-right:1px solid #848484;
}
div#mini-box.grey .additional_contents {
	border-left:1px solid #848484;
	border-right:1px solid #848484;
}
div#mini-box.grey .bottomround { background: url("images/grey_bottomleft_bg.gif") no-repeat left top; }
div#mini-box.grey .bottomround div.middle { border-bottom:1px solid #848484; }
div#mini-box.grey .bottomround div.right { background: url("images/grey_bottomright_bg.gif") no-repeat right top; }
/* ----- END CONTENT ----- */


/* ----- FOOTER ----- */
div#footer {
	clear:both;
	width:98%;
	padding-top:5%;
	padding-bottom:10px;
	margin-left:1%;
	vertical-align:bottom;
	text-align:right;
}
div#footer hr {
	border:0px;
	height:1px;
	color:#FFFFFF;
	background-color:#FFFFFF;
}
div#footer li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #666666;
	color:#666666;
}
div#footer li a {
	color:#000000;
	text-decoration:none;
}
div#footer li a:hover {
	color:#999999;
	text-decoration:none;
}
div#footer .last {
	border-right:0px;
}
div#footer .notes {
	padding-top:5px;
	padding-right:10px;
	color:#F6F6F6;
}
div#footer .notes a {
	color:#F6F6F6;
}
/* ----- END FOOTER ----- */