/* Built by Simon Collison www.collylogic.com 2005. Look for the comments to work out what does what */

body {
	margin: 0 auto;
	padding: 0;
	color: #999;
	text-align: center;
background-color:#CCC;
}

img {
border:0;
}

.imFloat {float: right; height:60px;margin: 0px 0 10px 20px;clear:both;}

object {
margin:0;
}

a:link {
	text-decoration: none;
	color: #8096B8;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #8096B8;
	background: transparent;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background: #66CCFF;
}

.home_footer {
font-size:14px;
font-weight:bold;
color:#336699;
padding:0;
}
.home_footer_message {
font-size:14px;
color:#C70063;
}

#wrapper_home {
	margin: 0 auto;
padding:0px;
	width: 800px;
background:#DDE8EE;
	color: #333;
	text-align: left;
}
#content_home {
	margin: 0px 0 0 0;
height:600px;
font-size:10px;
	background:#FFF;
}
#footer_home {
height:100px;
border-top: 1px solid #999;
background:#DDE8EE;
color:#999;
font-size: 9px;
letter-spacing: 0.09em;
}

.footer_left {
float:right;
border-left:4px solid #CCC;
margin-top:10px;
width:660px;
background:#DDE8EE;
}
.footer_right {
float:left;
margin-left:10px;
margin-top:10px;
width:100px;
background:#DDE8EE;
}

.footer_right a:link {
	text-decoration: underline;
	color: #333366;
	background: transparent;
}
.footer_right a:visited {
	text-decoration: underline;
	color: #333366;
	background: transparent;
}
.footer_right a:hover {
	text-decoration: none;
	color: #FFF;
	background: #66CCFF;
}

h1 {
	display: none;
}
h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
}
h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
font-size:14px;
	font-weight:normal;
	margin-top: 6px;
	margin-bottom: 6px;
color:#C70063;
}
.line {
	border-top: 1px solid #CCC;
margin-right:10px;
padding-top:10px;
}

.center {
	text-align: center;
}
h2 a:link, h2 a:visited {
	font-weight: bold;
font-size:14px;
	color: #C70063;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF;
background:#C70063;
}

.spacer {
	clear: both;
}

/* Two paragraph styles. A general one, and one specific to the footer */

p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#footer_home p {
margin:0;
	padding: 0px 0 5px 10px;
}