/* $Header: /usr/local/cvsroot/servlet/websites/jftechnology/css/default.css,v 1.3 2004/08/03 01:19:41 stephenflynn Exp $ */
	/* Example style sheet file (note how this comment was created) */
body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	text-align: center;
	color: #999999;
}

/* default link properties */
a {
	color: #999999;
	text-decoration: none;
}

A:hover {
	color: #FF9900;
	text-decoration: none;
}

h1 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 3pt;
	color: #FF9900;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 3pt;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 3pt;
}

.content {
	min-height: 30em;
	top: 3cm;
	bottom: 3cm;
	left: 0;
	right: 0;
}

.contact {
	width: 40em;
	margin: auto;
}

.contact dt {
	float: left;
	clear: left;
	width: 18em;
	text-align: right;
	font-weight: bold;
	color: #FF9900;
}

.contact dd {
	text-align: left;
	margin: 0 0 1.5em 19.5em;
	padding: 0 0 .5em 0;
	border-bottom: solid 1pt #dddddd;
}

.contact p {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* formatting for divs */
#menu {
	padding: 0pt;
	text-align: center;
	font-size: .8em;
	margin-bottom: 0.75em;
}

#header {
	text-align: center;
	background: url(../images/jftWatermark.gif) no-repeat;
	border-top: solid 2px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
}

#footer {
	background: url(../images/jftWatermark.gif) no-repeat;
	height: 2cm;
	border-top: solid 2px #CCCCCC;
}

#subscribe {
	text-align: center;
	font-size: .8em;
	margin: 0pt;
	padding: 1.0em;
}

#copyright {
	text-align: center;
	font-size: 0.6em;
	margin: 0pt;
	padding: 1.0em;
}
