H1.title {
	clear: both;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #C8013C;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 5px 5px 10px 10px;
	background: url(images/h1-border.gif) #000 bottom left repeat-x;
}
H2 {
	clear: both;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	color: #FFF;
	background: url(images/pointille.gif) transparent bottom left repeat-x;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
H2 span {	
	padding: 0.1em 0.5em 0.2em 0em;
}
H3 {
	font-style: italic;
	font-size: 1.1em;
}
#ContentGradient P {
	margin: 0 1em 1em 0;
}
IMG.imLeft {
	float: left;
	margin: 0 2em 2em 0;
	border: #999 5px solid;
}
IMG.imRight {
	float: right;
	margin: 0 0 2em 2em;
	border: #999 5px solid;
}
IMG.logoLeft {
	clear: left;
	float: left;
	margin: 2em 0 2em 5em;
	border: 0px;
}
IMG.logoRight {
	clear: right;
	float: right;
	margin: 2em 5em 0 2em;
	border: 0px;
}
IMG.logoCenter {
	text-align: center;
	display: block; 
	margin: 0 auto; 
	border: 0px;
	
}
a IMG {
	border: none;
}
a.home {
	font-style: normal;
	color: inherit;	
}
a.home:hover {
	text-decoration: none;
	color: #FFF;
}
ul.none {
	list-style-image: url(images/arrow_list.gif);
	padding-left: 6em;
}
.image {
	float: left;
	border: #CCC 1px solid;
	margin: 0 1em 2em 0;
}
.press {
	float: left;
	clear: both;
	margin: 0 2em 3em 1em;
}
a .press {
	border: none;
}
.pressTitle {
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
}
a.pressLink {
	background: url(images/arrow_list.gif) transparent left center no-repeat;
	padding-left: 15px;
}
a {
	font-style: italic;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
	width: 45%;
}