#wrapper {
	width: 700px;
	margin: 0px auto;
	text-align: center;
}
#center {
	position: relative; 
	width: 700px;
	min-width: 100%;
	text-align: left;
}

body {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
background-color:#FFFFFF;
}

div#column1 {
float:left;
width:475px;
}

div#column2 {
float:right;
width:220px;
margin-top:16px;
}


h1 
{
color: B9D300;
max-width: 700px;
font-size: 18pt;
font-weight: lighter
}

h2 {
font-family:arial, helvetica, sans-serif;
max-width: 700px;
color: #6D6E71;
font-size: 18pt;
}



P 
{
max-width: 486px;
color: #6D6E71;
font-size: 12pt;
}

form 
{
align: left;
max-width: 700px;
color: #6D6E71;
font-family: 'arial', Arial, sans-serif;
font-size: 11pt;
}


ul 
{
max-width: 450px;
list-style: url('globe.gif');
color: #6D6E71;
font-size: 12pt;
font-weight: bold
}

.greennodecoration {
text-decoration:none;
}

.greennodecoration a:link {
color: #B9D300;
}

.greennodecoration a:visited {
color: #B9D300;
}

.greennodecoration a:hover {
color: #6D6E71;
}

.greennodecoration a:active {
color: #B9D300;
}

a {
text-decoration:none;
}

a:link {
color: #B9D300;
}

a:visited {
color:#B9D300;
}

a:hover {
color: #6D6E71;
}

a:active {
color: #B9D300;
}



