
/*master styles - gives default font and sizes and text features*/

body,th,td {
	color: #fff;
}

body {
width: 18cm;
	margin-left: 0cm;
	margin-top: 0cm;
	margin-right: 0cm;
	margin-bottom: 3cm;

	background-color: #fff;
	background-image: none;
	font-size: 10pt;
	font-family: Helvetica, "Helvetica 55", "Helvetica Neue", "Helvetica Neue 55 Roman", Arial, Lucida Grande, "Lucida Grande",  Lucida Sans, Verdana, Geneva, sans-serif;
	line-height: 150%;}

/*various link styles*/

a:link, a:visited {
	text-decoration: none;
	color: #069;}
	

#maincontent p a:link, #maincontent p a:visited {
	color: #069;
	background-color: #e9e9e9;
	padding: 3px;}
	

img {
	border: 0;}



/*headings and subheads*/

h1 {
	font-weight: normal;
	font-size: 14pt;
	color: #066;
	line-height: 120%;}
	
h2 {
	font-weight: normal;
	color: #333;
	font-size: 12pt;}

h3 {
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}

h4 {
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

/*hide screen stuff*/
#footer, #logoholder, #navbar, .location, #trail, 
#right, #tabs1, #tabs2, #logoholder, #toolbox, #pdfbox, #related  {display: none;
}

#brandbar {background-image: none;
background: #fff;
border: none;
}

#topwrapper {
	height: 68px;
	display: block;
	width: 100%;
}
	



#printlogoholder {
	display: block;
}
	



/*content divs*/

#maincontent {
	position: relative;
	background-color: #fff;
	background-image: none;
	clear: both;
	width: 21cm;
	position: relative;
	overflow: visible;
	padding-left: 0px;
	color: #000;
	border-top: 1px solid black;

}


#textwide #maincontent {
	position: relative;
	background-color: #fff;
	background-image: none;
	clear: both;
	width: 21cm;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding-left: 0px;

}


#left {

	width: 16cm;


}


#textwide #left {

	width: 16cm;


}


.secondary {
	position: static;
	float: right;
	top: 0px;
	width: 3cm;

	font-size: 100%;
	overflow: visible;
	color: #066;
	margin-left: 2cm;
	left: 2cm;


}

/*list items for left lists*/


#left ul {
margin: 0; padding:0;
}

#left ul li {
list-style-type: square;
list-style-position:inside;
margin: 0; padding:0;
	margin-bottom: 0.5em;}


#left li ul li {margin: 0; padding:0;
list-style-type: square;
list-style-position:inside;
	margin-bottom: 0.5em;}

#left li ul li {
margin: 0; padding:0;
list-style-position:inside;
list-style-type: square;
	margin-bottom: 0.5em;}
}



/*list items for left lists*/


.shortbullets ul {
margin: 0; padding:0;
}

#left .shortbullets li {
list-style-type: square;
list-style-position:inside;

	margin-bottom: 0.5em;}


#left li ul li {margin: 0; padding:0;}

#left li ul li {
list-style-type: square;
list-style-position:inside;
	margin-bottom: 0.5em;}

#left ol, #left ol li {padding: 0; margin: 0; list-style: decimal; list-style-position:inside; }

/*special list within ordered list - complex markup - take care*/

.numbers ol

{line-height: 200%; color: #ccc;
}

.numbers ol li {
list-style-type:decimal;
list-style-position: outside;
position: relative;
left: 0em;
font-size: 400%;
margin-bottom: 0.5em;
top: 0.5em;
}

.numberator {
line-height: 1.5em;
margin: 0; padding:0; 
width: 90%;
font-size: 25%;
color: #333;
display: block;
position: relative;
}






/*untested in printable.css*/

.boxright {
	background-color: #BBDFD6;
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;
	overflow: hidden;


}
/*list styles on boxouts*/
.boxright li, .boxleft li, .boxleftwhite li, .boxinline li {
	list-style: square;
	position: relative;
	left: -20px;
	margin-bottom: 0.5em;

}
.boxleft {
	background-color: #FFCC99;
	width: 250px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
	margin-left: 0px;
}


.boxleftwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: left;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinline {
	background-color: #FFCC99;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
}
.boxrightwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinlinewhite {
	color: #006666;	
	background-color: #FFFFFF;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
}
.imageright {
	float: right;
	padding: 5px;

}
.imageleft {
	float: left;
	padding: 5px;

	}

	
.newsdate {
	height: 20px;
	width: 540px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	position: relative;
	top: 18px;
}
.more {
	float: right;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF5825;
}


/*styles for tabular matter*/
.tableheading {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	font-weight: bold;
}
.tableheadingwhite {

	color: #006666;
	background-color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}
.tableruled {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablenorule {
	padding: 3px;
}

