@charset "UTF-8";
/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
	
}
body
{ 
background-image:url(images/body-bg2.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}



h1
{font-size:22px;
color:#65c9d8;
font-family:Arial, Helvetica, sans-serif;

}

h1 .graphic
{font-size:24px;
color:#b3d865;
font-family:Arial, Helvetica, sans-serif;

}

h1 .print
{font-size:24px;
color:#e78aba;
font-family:Arial, Helvetica, sans-serif;
}

h2
{font-size:18px;
font-family:Arial, Helvetica, sans-serif;
}

.image-float
{float:right;
}


a:link { 
	color: #65c9d8;
	text-decoration: none;
	}
a:visited
	{ 
	color: #999999;
	text-decoration: none;
	}
a:hover { 
	color: #cccccc;
	text-decoration: underline;
	}


a.weblink:link { 
	color:#65c9d8;
	text-decoration: none;
	}
a.weblink:visited
	{ 
	color: #65c9d8;
	text-decoration: none;
	}
a.weblink:hover { 
	color:#65c9d8;
	text-decoration: underline;
	}
	
a.graphiclink:link { 
	color:#b3d865;
	text-decoration: none;
	}
a.graphiclink:visited
	{ 
	color: #b3d865;
	text-decoration: none;
	}
a.graphiclink:hover { 
	color:#b3d865;
	text-decoration: underline;
	}
	
a.printlink:link { 
	color:#e78aba;
	text-decoration: none;
	}
a.printlink:visited
	{ 
	color: #e78aba;
	text-decoration: none;
	}
a.printlink:hover { 
	color:#e78aba;
	text-decoration: underline;
	}
	
input.box {
	color: #777;
	font-size: 10px;
	width: 130px;
	height: 20px;
	padding: 0px 15px 0px 15px;
	background:url(images/input.jpg);
	border:none;
	background-repeat:no-repeat;
	
}

textarea.message {
	color: #777;
	font-size: 10px;
	width: 280px;
	height: 140px;
	padding: 20px 25px 5px 15px;
	background:url(images/message.png);
	border:none;
	background-repeat:no-repeat;
	
}



li.bullet
{
list-style-image:url(images/bullet.png);
}


a.footerlink:link { 
	color:#105b7a;
	text-decoration: none;
	}
a.footerlink:visited
	{ 
	color: #105b7a;
	text-decoration: none;
	}
a.footerlink:hover { 
	color:#105b7a;
	text-decoration: underline;
	}