/* CSS Document */

/* Style for main content column */
#body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#003300;
}

#main{
	height:550px;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color: #ffffff;
	position: relative;
}

/*Page footer Style */
#footer{
height:100px;
width:100%;
background-image:url(images/sunsetfooter.jpg);
border-top:thin solid #000000;
clear: both;
}


a:link{
	color: #6b8554;
	font-family: "Trebuchet MS", serif;
	font-size:14px;
	text-decoration:none;
	
}

a:visited{
	color: #6b8554;
	font-family: "Trebuchet MS", serif;
	font-size:14px;
	text-decoration:underline;
	
}

a:hover{
	/* background-color: #99FFFF; */
color: #003300;
	font-family: "Trebuchet MS", serif;
	font-size:14;
	text-decoration:none;
	font-weight:bold;

}

a:active{
color: #990000;
font-family: "Trebuchet MS", serif;
font-size:14px;
text-decoration:none;
}

/* Paragraphs styled as tips */
p.tip {

 background-color:#FFFFff;
 
 margin-left:44px;
 margin-top: 64px;
 

 padding:0px;
 
}
