/****** CSS Document ******/

a:link, a:visited { color:#3366CC; text-decoration:none; }
a:hover { color:#3366CC; text-decoration:underline; }

/* patch for .yui-gb issue in Grids 2.3.0*/
.yui-gb .yui-u {float:left;}

/****** This is clear float items so content underneath gets pushed down, just add clearfix to any div ******/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
body {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h1, h2, h3 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 23px;
}
#hd {
	background: transparent url('/images/bg_header.jpg') repeat-x; top left;
	height: 100px;
}
#bd {
	width: 750px;
	margin: auto;
	text-align: left;
}
#bd p {
	line-height: 1.3em;
	margin-bottom: 15px;
	font-size: 116%;
}
.highlight {
	width: 60%;
	color: #f00;
	background-color: #fffb40;
}
#bd .small {
	font-size: 85%;
}
#bd p.action, #bd p.action a {
	text-align: center;
	color: #f00;
}
#bd ul {
	margin-bottom: 20px;
}
#bd li {
	list-style: disc;
	margin: 0 0 1px 30px;
	padding: 3px 3px 5px 5px;
}
#bd strong {
	font-weight: bold;
}
.form {
	margin: 40px 0 50px 0;
	background: #fff url(/images/bg_form.jpg) no-repeat top right;
}
.form td {
	padding: 3px 5px;
}
.form input, .form textarea {
	border: 1px solid #ccc;
}
#ft {
	color: #fff;
	background: #111 url(/imagess/bg_footer.jpg) repeat-x top left;
	padding: 25px;
}
#ft .blurb {
	color: #ccc;
	width: 750px;
	margin: 10px auto;
	text-align: left;
	font-size: 77%;
}
#ft .blurb p {
	margin-bottom: 10px;
}
