/* CSS Document */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: auto;
	position: relative;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
}  
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#logo {
	position: relative;
	height: 75px;
	width: 277px;
	left: 30px;
	top: 10px;
	float: left;
	width: 265px;
}
#copyright {
	font-family: fontin, arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#wrapper #row1 {
	height: 127px;
	width: auto;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper #row2 {
	height: 127px;
	width: auto;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper #bottom {
	margin: 0px;
	height: 276px;
	width: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1 {
	font-family: Calibri, Arial;
	font-size: 24px;
	color: #512262;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
a.bottom:link { 
font-family : Arial, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
color : #55A939;
} 
a.bottom:visited { 
font-family : Arial, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
color : #55A939;
} 
a.bottom:hover { 
font-family : Arial, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
color : #95D87E;
} 