@charset "UTF-8";
/* CSS Document */

div#abd-header p
{
	font-size: 17px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	display: block;
	width: 490px;
	color: #3366cc;
}

div#abd-header a:link,
div#abd-header a:visited
{
	color: #ff0099;
	text-decoration: none;
}

div#abd-header a:hover
{
	color: #3366cc;
	background-color:#ffb7e2;
}

div#img-bar h1
{
	background-color: #ff0099;
	color: #FFFFFF;
	float: left;
	padding: 5px 0 5px 5px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 23px;
	width: 231px;
	display: block;
	font-weight: lighter;
}

div#img-bar h2
{
	display: none;
}

div#body-content h1
{
	background-color: #ff0099;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 23px;
	width: 231px;
	display: block;
	font-weight: lighter;
	margin: 0 0 20px 0;
}

div#body-content p
{
	margin: 0 10px 5px 10px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 12px;
	color: #3366cc;
	line-height: 22px;
}

div#body-content ul
{
	margin: 0 0 0 30px;
	clear: left;
}

div#body-content ul li
{
	margin: 0 0 5px 0;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 11px;
	color: #ff0099;
}

div#body-content ul li p
{
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

div#body-content a:link,
div#body-content a:visited
{
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

div#body-content a:hover
{
	text-decoration: underline;
	background-color: #CFD8E1;
	color:#333333;
}

div#body-content h2
{
	margin: 5px 10px 5px 10px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

div#body-content h3
{
	margin: 5px 10px 5px 10px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}

div#body-content h4
{
	margin: 0 0 0x 10px;
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	width: 500px;
	margin: auto;
	border-left: 4px solid #ff0099;
	padding: 0 0 0 5px;
}

/* footer */

div#footer p
{
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 11px;
	color: #3366cc;
}

div#footer p a:link,
div#footer p a:visited
{
	text-decoration: none;
	color: #ff0099;
	fon-weight: bold;
}

div#footer p a:hover
{
	text-decoration: underline;
}


/* form */

fieldset.contact
{
	border: #fff solid 1px;
	padding: 5px;
	margin: 10px 0 0 20px;
	clear: left;
}

fieldset.contact legend
{
	font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	font-size: 16px;
	color: #333333;
}

fieldset.contact ol
{
	display: block;
}

fieldset.contact ol li
{
	display: block;
	list-style-type: none;
	margin: 0 0 5px 0;
}

fieldset.contact ol li label
{
	margin: 0 10px 0 0;
	width: 130px;
	float: left;
	font-size: 12px;
	color:#ff0099;
		font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
	line-height: 21px;
	text-align: right;
}

fieldset.submit
{
	border: #fff solid 1px;
}

em
{
		font-family: "Lucida Grande","Lucida", Arial, "Trebuchet MS",Helvetica,Times;
		color:#FF0000;
		font-size: 10px;
}