html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:750px;
	margin:0 auto;
}
#header {
	width:750px;
	height:110px;
}
#nav {
	padding-top: 140px;
}
html>body #header, html>body #nav {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding: 100px 0 50px;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:750px;
	height:31px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/watermark.gif);
	background-attachment: fixed;
	background-color: #222222;
}

html{
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	font-size:13px;
	line-height:1.5em;
}
td {
	font-size:13px;
	line-height:1.5em;
}
.nowrap {
	white-space: nowrap;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #457EC7;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #000044;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
.hr_color {
	border: #BBBBBB;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #457EC7;
}
