body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    background-color: #ffffff;
	color: #000000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 10px 0;
	color: #d61f84;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

h4, h5, h6
{
	font-size: 12px;
}

a
{
	color: #2f568f;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

div.break
{
	clear: both;
}

div#allcontent
{
	margin: 20px auto 0 auto;
	width: 760px;
	border: 1px solid #eaeaea;
}

div#banner-top
{
	background-image: url(images/top-left-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 240px;
	border-bottom: 1px solid #eaeaea;
}

div#banner-top div#banner-top-bt-logo
{
	float: right;
	padding: 20px;
}

div#banner-top div#banner-text
{
	float: left;
	padding: 100px 0 10px 5px;
}

div#maincontent
{
	padding: 20px;
	background-image: url(images/bottom-right-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#maincontent div#main-content-right
{
	float: right;
	width: 340px;
}

div#maincontent div#main-content-left
{
	float: left;
	width: 380px;
}

p
{
	margin: 0;
	padding: 0 0 10px 0;
}

div.notice
{
	padding: 30px 0 0 0;
}

p.button,
p.button-bigpadd
{
	margin: 0;
	padding: 0 0 3px 0;
}

p.button-bigpadd
{
	padding: 25px 0 3px 0;
}

p.highlight
{
	color: #d61f84;
}

img
{
	border: none;
}
