@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

div#frame {
	margin: 5px;
	width: 700px;
	font-size: 12pt;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     masthead
*/
div#masthead {
	width: 700px;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     main
*/
div#main {
	width: 700px;
	background-image: url(_g/bg-content-ind.gif);
	background-repeat: y-repeat;
	background-color:  #FFFFFF;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     content
*/
div#content {
	width: 490px;
	padding: 20px;
	background-color: #003366;
	float: left;
	color: #FFFFFF;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

div#content h2 {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin-top: 0.7em;
}

div#content p, div#content ul, div#content ol {
	font-size: 12px;
	margin-top: 0.7em;
	line-height: 1.5;
}

div#content ul {
	margin-left: 25px;
	list-style-type: disc;
}

div#content ol {
	margin-left: 25px;
}

div#content table {
	width: 490px;
	border-collapse: collapse;
}

div#content table.twoColumn td {
	width: 235px;
	padding-right: 10px;
}


div#content fieldset {
	border: 1px solid #FFFFFF;
	padding: 0 10px 10px 10px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div#content legend {
	padding: 2px 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #003366;
}

div#content label, div#content form p, div#content form ul {
	width: 468px;
	font-size: 11px;
	display: block;
	margin-bottom: 0;
	margin-top: 0.8em;
}

div#content label {
	margin-top: 1.3em;
}

div#content form ul {
	width: 440px;
}

div#content input, div#content select, div#content textarea {
	font-size: 11px;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     navigation
*/
div#navigation {
	width: 170px;
	float: left;
}

div#navigation ul {
	list-style-type: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}

div#navigation li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

div#navigation img {
	border: 0;
}

div#navigation a {
	display: block;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     footer
*/
div#footer {
	padding: 10px 20px;
	color: #003366;
	font-size: 8pt;
	clear: both;
	background-color: #FFFFFF;
	border-top: 2px solid #000000;
	width: 500px;
}

div#footer a {
	color: #003366;
}



a { color: #FFFFFF; }
a:hover { color: #990000; }

.smallprint {
	font-size: 9px;
}

li.canadian {
	list-style: none;
	background-image: url(_g/bullet-canadian-ind.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-left: -15px;
}
