body {
	background-image:url(images/blueback.gif);
	background-repeat:repeat-x;
	background-color:#79b7c4;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
font-family:Monotype Corsiva,Helvetica,sans-serif;
	font-size:36px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#79b7c4;
	margin:0;
	font-weight:700;
}

/*h3 {
	font-size:16px;
	color:#666;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}*/
h3 {
	font-size:16px;
	color:#660000;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
  margin-bottom:2px;
	margin-top:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:1.5em;
	font-family:Arial,Helvetica,sans-serif;
}

#fullpage {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:850px;
	padding:10px;
	height:auto;
	background-color:#fff;
	text-align:left;
}

#header {
	width:850px;
	height:100px;
	margin-bottom:25px;/*Creates a Space below banner and the nav/content section*/
	
}

#leftheader {
	width:200px;
	height:118px;
	margin-right:10px;
	background-image:url(images/rowers.jpg);
	float:left;
}

#rightheader{
	width:629px;
	height:68px;/*originally 49*/
	/*background:url(images/bg1c.gif) repeat-x;*/
	background:url(images/carlow.jpg);
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;

}

#mainarea {
	background:url(images/yellowgrad.jpg) repeat-y;
	/*background:url(images/bluedown.jpg) repeat-y;*/
	height:1%;
	}

#navcolleft {
font-family:times new roman,Helvetica,sans-serif;
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	width:180px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

#navcolbottom {
	width:130px;
	/*background:url(images/bg1c.gif) repeat-x;*/
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightmain {
	float:left;
	width:620px;
	padding-left:20px;
	color:#666;
}

#float {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

/*These are my style sheet elements*/
#submitinput {
	width: 170px;
	height: 25px;
	margin-bottom: 25px;
	background: url(images/empty.GIF) no-repeat;
	font-weight: bold;
	}
/*Changes button text color on hover*/
.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid navy;
}

.highlightit:hover{
color: red; 
}
a {text-decoration:none}