body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* ################################## Global styles */ 

h1, h2, h3, h4 {
	font-family: Arial, Verdana, sans-serif;
}

img {
	border: 0;
}

a:link {
	color: #0066cc;
}

a:visited {
	color: #003366;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

.left {float: left;}

.right {float: right;}


.error {
	color: #c00000;
}

/* ################################## Main content styles */

h2 {
	color: #0066cc;
	font-weight: 900;
	font-size: 120%;
}

h3 {
	font-size: 1.1em;
	color: #0066cc;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

#content li {
	padding-bottom: 0.5em;
}

.summary {
	font-weight: bold;
}

.pull {
	float: right;
	width: 50%;
	margin: 0.3em 0 0.3em 0.3em;
	padding: 0.3em;
	border: 1px dashed;
	background-color: #f5f5f5;
}

div.right-teaser {
	padding: 0.3em;
	border: 2px dotted #aaa;
	background-color: #fff;
	font-size: 85%;
}

table.simple {
	border: 1px solid #ccc;
}

table.simple th {
	background-color: #e5e5e5;
}

table.simple td {
	background-color: #f5f5f5;
}

span.code {
	font-family: courier, serif;
}

.lfloat img {
	clear: left;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
	min-height: 0;
}

/* Owen hack - hide from IE */
head:first-child+body .lfloat {
	padding: 0.5em 0.25em 0.5em 0;
}

.rfloat img {
	clear: right;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

li span.description {
	display: block;
	font-color: #555;
}

h2.divide {
	margin: 2em 0 1.5em 0;
	border-bottom: 1px dashed;
}




/* ################################## Paragraph styles */

p.pl {
	margin-bottom: 1em;
}

p.pc {
	text-align: center;
	margin-bottom: 1em;
}

p.pj {
	text-align: justify;
	margin-bottom: 1em;
}

p.pr {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}


.button-arrow {
	display: block;
	width: 137px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 20px;
	margin: 0;
	background: transparent url(grey-button-arrow.gif) left center no-repeat;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #444;
}

a.button-arrow {
	
	margin: 0 0 0 0;
	color: #444;
	text-decoration: none;
}

input.button-arrow {
	width: 200px
	border: 0 solid;
	text-align: left;
	border: 1px solid red;
}


/* ################################## Layout  */

#banner {
	clear: both;
	width: 100%;
	min-width: 770px;
	height: 100px;
	background: #fff url(cbmp-banner-blue.jpg) center right no-repeat;
}

#mainbrand {
	width: 770px;
}


/* Wrappers */

#outer-wrapper {
	padding: 20px 3px 0 3px;
	border-top: 3px solid #0099ff;
}

#main {
	vertical-align: top;
    padding: 0 3px 0 3px;
}


h1 {
	color: #000033;
	font-size: 150%;
	margin: 0;
	padding: 0 0 0 16px;
}

#breadcrumb {
	font-size: 85%;
	color: #555;
	padding: 6px 16px 9px 16px;
	border-bottom: 1px solid #ccc;
	margin: 0 4px 9px 0;
}

#breadcrumb a {
	color: #0000ff;
	text-decoration: none;
}

#jurisdiction {
	float: right;
	color: #555;
	font-size: 85%;
	padding: 6px 16px 9px 16px;
	margin: 0 0 9px 4px;
}

#page-utils {
	clear: both;
	float: left;
	width: 100%;
	height: 1em;
	padding: 0 0 0 0;
	margin: 0 0 11px 0;
}

* html #page-utils {
	margin: 0 0 -11px 0;
}

#page-utils a#page-print {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0.2em 0.2em 0.2em 20px;
	margin: 0 0 0 16px;
	background: transparent url(print-icon.gif) left center no-repeat;
	min-height: 1px;
}

* html #page-utils a#page-print {
	margin-left: 9px;
}

#content {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding: 0 16px 3px 16px;
	margin: 0;
}



#footer {
	clear: both;
	width: 98%;
	text-align: center;
	margin: 0 1% 0 1%;
	padding: 0.5em 0 0.5em 0;
	font-size: 75%;
}

