/**************************************\
	cpg.org	Global Styles
	Author: Jason Seminara
	Created: May.05.2005
	Modified: June.17.2005
	--------
	Structure of this Document:
		-XHTML elements (restyled, hierarchical descending order),
		-Block Level Elements (In order of screen display, containing their styled elements),
		-General Classes (alphabetical) 
	--------	
	Editing this document will affect the entire CPG site.
	If you'd like to change a local style, 
	simply redeclare that style in local CSS file with your new changes.
	--------
\**************************************/
html,
body{
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
}
html>body{line-height:1.3em;}
h1,h2{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h3,h4,h5,h6{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
img{
	border:0;
}
form{
	margin:0;
}
table, td, th, tr{border:none;}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
ol ol {
	list-style-type: lower-roman;
	list-style-position: outside;
}
acronym,abbr{
	cursor:help;
	text-decoration:none;
	border:none;
}
q:before{
	content:no-open-quote;}
q:after{
	content:no-close-quote;}
hr{
	border:none;
	height:1px;
	color:#6f897b;
	background-color:#6f897b;
}
hr.heavy{
	height:2px;
}

/*********\
	Styles
\*********/
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.button{
	padding:0 .5em;
	color:#4C4C4C;
	background-color:#DEE8C6;
	border-color:1px solid #313131;
}
.clear{
	clear:both;
}
.clearBottom{
	clear:both;
	line-height:0;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}


.firstListItem,
.firstListItem a{
	border-left:0 !important;
}
.floatLeft{
	float:left;
}
.hidden{
	display:none;
}
.imgFloatLeft{
	float:left;
	margin:0 2em 1em 0;
}
.lastListItem{
	padding-right:0 !important;
	margin-right:0 !important;
}
.note{
	/*formerly contentSmall*/
	font-size:8pt;
	padding:0 2em;
}
.noHeight{
	height:0;
	min-height:0;
	line-height:0;
}
fieldset {
  padding: 1em;;
}
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;;
}
