/* CSS Document */
/* Copyright 2009 SeekBC Inc. */
/* text styles */

body{
	background:#ffffff 
	border-top:5px solid #333;
	color:#555;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
        font-size: 80%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	width: 100%;

wrapper {
        background-color:#FFFFFF;
        margin:0 auto;
        width:1000px;
}

#container {
background-color:#FFFFFF;
float:left;
margin:0;
width:1000px;


ul {
	font-size : 12px;
	font-family : arial;
	text-align : center;
}



p {
	font-size: 14px;
        margin: 0;
	line-height: 1.5em;
	padding-bottom: 10px;
	text-align : center;
}


h1 {
	font-size : 14px;
	font-family:  "Times New Roman", Times, serif;
	text-align : center;
	border-bottom : 1px solid #999;
}


h3 {
	font-size : 14px;
	font-family:  "Times New Roman", Times, serif;
	text-align : center;
	border-bottom : 1px solid #999;
}


/* link colors */

a{
	color:#579;
	text-decoration:none;
}


a:hover{
	color:#CC0000;
}



/* Images */

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}


