/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header {
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align:left;
	height: 35px;
} 
#body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align:left;
	height: 626px;
}
#footer {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	padding-right: 130px;
	text-align:center;
	height: 85px;
} 
.nav_link_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	cursor:pointer;
}
.nav_link_text:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	cursor:pointer;
}
.nav_link_text:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	cursor:pointer;
}
.footer_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.footer_link_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.footer_link_text:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.footer_link_text:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.services_header {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.services_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.services_smalltext {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.contact_titles {
	font-family: Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.contact_links {
	font-family: Courier, monospace;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
	cursor:pointer;
}
.contact_links:hover {
	font-family: Courier, monospace;
	font-size: 16px;
	color: #666666;
	text-decoration:underline;
	cursor:pointer;
}
.contact_links:visited {
	font-family: Courier, monospace;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
	cursor:pointer;
}