body
{
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
    font-size: 14px;
    line-height: 15pt;
    color: #4F5155;
    background: url('/images/background.jpg') repeat-x 100% 0;
    background-color: #D2ECF9;
    text-align: center;
}

h1
{
    margin-bottom: 10px;
    font-size: 22px;
}

h2
{
    margin-bottom: 10px;
    font-size: 18px;
}

h3
{
    margin: 10px 0px;
    font-size: 15px;
}

p
{
    margin: 12px 0px;
}

a, a:visited, a:active
{
    color: #000;
}

a:hover
{
    text-decoration: underline;
}

#wrapper
{
    width: 920px;
    margin: 10px auto;
    text-align: left;
}

div#content
{
    margin-top: 130px;
}

div.blockWrapper
{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 4px solid #e3e3e3;
}

#header-right
{
    position: absolute;
    width: 910px;
    text-align: right;
    padding-top: 40px;
    font-size: 24px;
}

#header-right a
{
    font-size: 24px;
    color: #666;
    text-decoration: underline;
}

#footer
{
    padding: 10px 0 10px 0;
    line-height: 8pt;
}

#badge
{
    position: absolute;
    width: 920px;
    text-align: right;
    padding-top: 50px;

}

.clear
{
	clear: both;
}

#coop-badge
{
    position: relative;
    float:right;
}
.blockWrapper ul
{
	padding-left: 30px;
	list-style-type:disc ;
}
.blockWrapper a
{
	color: red;
	text-decoration: underline;	
}
#chatBox
{
	margin-top: 20px;
}
