@charset "UTF-8";
/* CSS Document - powered by Creative Communications */

* {
	margin:0px;
	padding:0px;
}
a:link, a:visited{
	text-decoration:none;
	color:#ede74f;
}
a:hover{
	text-decoration:underline;
}
body{
	background-color:#FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:16px;
	text-align:center;
}
.yellow_bold{
	color:#ede74f;
	font-size:16px;
}
.blue_bold{
	color:#0072bb;
}
.italics{
	font-style:italic;
	font-size:11px;
}
#container{
	width:806px;
	text-align:center;
	margin: 20px auto;
}
#logo{
	width:261px;
	height:73px;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
}
#slogan{
	width:545px;
	height:73px;
	float:left;
	background:url(../images/slogan.jpg) top left no-repeat;
}
#footer{
	width:806px;
	text-align:center;	
	float:left;
	margin-top:1em;
	font-size:11px;
	color:#333333;
}
#footer a{
	color:#0077c0;
	text-decoration:none;
}
#footer a:hover{
	color:#80a3b7;
	text-decoration:underline;
}
div.clear {
	clear:both;
}
h1{
	font-size:21px;
	margin-bottom:10px;
}

#captchaMessage{
	font-weight: bold;
	color: #880500;
	margin: 1em 0 0 1em;
}
#captchaMessage.hidden{
	display: none;
}