﻿/* CSS layout */

/* Top Area */

#toplinks {
	width: 860px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	text-align: right;
}
#toplinks a:link { 
	text-decoration: none; color: #1c5d7c; 
}
#toplinks a:visited { 
	text-decoration: none; color: #1c5d7c; 
}
#toplinks a:hover { 
	text-decoration: underline; color: #7f240c; 
}
#toplinks a:active  { 
	text-decoration: none; color: #1c5d7c; 
}
.noimageborder  { 
	border-width: 0px; 
}

#masthead {
}


/* Primary Content Styles */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	
}



/* Footer */

#footer {
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
}

#footer p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}

#footer a {
	text-decoration: none; color: #1c5d7c;
}

#footer a:hover {
	text-decoration: underline; color: #7f240c;
}
