/* CSS Document */
body{
	margin:0px;
	background-color:#b1d2e5;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#f35100;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

#content{
	width:774px;
	text-align:left;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-size: 0.8em;	
}
#menu {
	padding:5px;
	font-weight:bold;
}
#menu a {
	text-decoration:none;
}
#textPadding {
	padding:0px 20px 20px 20px;
}
#footer {
	padding:0px 20px 10px 20px;
	font-size: 0.8em;
}

.textYellow{
	font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
	color:#f35100;
}
.backImage{
	background-image:url(../IMAGES/Clouds-copy.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.subheading {
	font-size: 1.2em;
	font-weight:bold;
}




