body {
	margin: 0; 
	padding: 0; 
	background: #aaa; 
	font: 10pt Verdana, geneva, arial, helvetica;
	color: #000;
}

#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin solid grey;
	background: FFF;
}

#heading {
	font-size: 180%; 
	font-family: Verdana, geneva, arial, helvetica; 
	font-weight: bold;
	text-align: center;
	background-image:  url("images/headingBackground2.png");
	padding: 10px 0px 0px 0px;
}

#topMenu {
	padding: 5px;
    margin-bottom: 0px;
    text-align: center;
	background-image:  url("images/topMenuBackground2.png");
	background-position: bottom;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 1px 0px;
}

#topMenu a {
}

#content {
	padding: 15px 10px 10px 10px;
	background: white;
}

#content p {
	text-align: justify;
}

#sideBar {
	width: 150px;
	float: right;
	background: aqua;
}

.rightImage {
	float: right;
	padding-left: 20px;
}

.leftImage {
	float: left;
	padding-right: 20px;
}


a:link		{ text-decoration: none }
a:active	{ text-decoration: none }
a:visited	{ text-decoration: none }
a:hover		{ text-decoration: underline }

