@CHARSET "UTF-8";

body{
	background-color: #dedede;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.urlSig {
	font-size: 16px;
	font-weight: normal;
}

iframe {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #000000;
}

img#logo {
    width: 200px;
    height: 104px;
    border: 0px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

img.supportLogo {
	border: 0px;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 50px;
}

div#header {
	float: left;
	font-family: sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-top: 40px;
}

div#footer {
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3, p {
    clear: both;
    font-family: sans-serif;
    margin-top: 20px;
}

h3 {
	border-bottom: 1px solid #000000;
}

p {
	font-size: 14px;
}

div#main {
	border: 1px solid #000000;
	padding: 60px;
	background-color: #ffffff;
	width: 850px;
}

div.supportingGroupsRow0 {
	clear: both;
}

div.supportingGroups {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}