* {
	margin: 0;
}
html, body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}	
.textlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #a8d616;
	text-decoration: none;
}
.textlink:hover {
	color: #0B3313;
	text-decoration: underline;
}
#wrapper {
	width:650px;
	margin: 0 auto;
	background-color:#FFF;
}
#header { 
	width:600px;
	height:187px;
	margin-left:25px;
}
#contentholder { 
	width:600px;
	margin-top:20px;
	margin-left:25px;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	color:#00396f;
	font-size:18px;
	font-weight:bold;
}
.titles2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#00396f;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	color: #06150c;
	line-height: 17px;
	font-weight:normal;
	font-size:12px;
}
.bodytextitalic {
	font-family: Verdana, Geneva, sans-serif;
	color: #06150c;
	line-height: 17px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}	
.emaillink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d6163d;
	text-decoration: none;
}	
.emaillink:hover {
	text-decoration: underline;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	color: #06150c;
	line-height: 17px;
	font-weight:normal;
	font-size:9px;
	letter-spacing:0px;
}
.bluesmalltext {
	font-family: Verdana, Geneva, sans-serif;
	color: #00396f;
	line-height: 17px;
	font-weight:normal;
	font-weight:bold;
	font-size:9px;
	letter-spacing:0px;
	text-decoration: none;
}
.bluesmalltext:hover {
	text-decoration: underline;
}
