body {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: white;
    font-family: verdana,sans-serif;
	font-size: 11px;
	color: #003300;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#container {
    width: 925px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 10pt;
}

#right {
    float:right;
    width:316px;
    margin:0; padding:0;
    text-align:right;
}

#left {
    float:left;
    margin-left:20px;
    width: 584px;
}

.square {
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

#copyright {
    color: #777777;
    font-size: 8pt;
    text-align: center;
    float:left;
    width:925px;
}

img.button {
    border-style: none;
}

a{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: none;	
	font-weight: bold
}

a:active {
	color:#000066;
	text-decoration: none;	
	font-weight: bold
}

a:visited {
	color:#005500;
	text-decoration: none;	
	font-weight: bold
}