#logo {
	/* define position of the logo (on both home page & inside pages) */
	position: absolute;
	margin:0px;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 638px;
	clear:both;
}

#main {
	position:absolute; 
	left:5px;
	top:70px; 
	/* change to 70px when new version is loaded */
	margin:0px;
	padding:0px;
	width:800px;
}

body {
	/* general defaults for everything */
	background-color:#fefefe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2 {
	/* default h1 & h1 */
	font-size:medium;
	font-weight:bold;
	color:#3300FF;
	margin-top:0.5em;
	margin-bottom:0px;
	line-height:1.5em;
}

h1 {
	text-align:center;
	font-size:large;
	color:#000000;
	}

h2 {
	/* distinguish from h1 */
	font-size:small;
}

p {
	margin-top:0.5em;
}

.para1 {
	/* we want the first paragraph of content to be a bit larger than 
		the subsequent content (which by default is x-small) */
	font-size: small;
	margin-top:0.5em;
}

li {
	display:block;
	list-style-type:none;
}

#button {
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#cccccc;
	color:#000000;
	clear:both;
	text-align:center;
	
	}
	
#footer {
	margin-top:1.5em;
	font-weight:bold;
	}
