html, body {
	margin: 0 0 1px 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	min-height: 100%;
	background: #efefef;
}

#content a:link, #content a:visited, a:link.stimem, a:visited.stimem {
	color: #4a7cbc;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

a:hover.stimem {
	background: #ffffff url(../images/toparrow.gif) no-repeat left;
}

h1 {
	font-size: 16px;
	color: #5186CB;
}

h2 {
	font-size: 14px;
	color: #666666;
	border-bottom: solid 2px #b3d98c;
	margin-top: 25px;
}
#home #container #content h2 {
	border-bottom: 0;
}
#container {
	background: #ffffff;
	width: 100%;
}
#header {
	position: relative;
	clear: both;
	border-bottom: solid 2px #5186CB;
	background:  #dadada;
	z-index: 1;
	padding: 0;
	margin: 0;
}
#footer {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	text-align: center;
	border-top: solid 2px #5186CB;
	padding-top: 25px;
	font-size: 10px;
	z-index: 1;
	background: #efefef;
	height: 100%;
}
#content {
	clear: both;
	background: #fff;
	border: solid 1px #ffffff;
	padding: 30px;
}

blockquote#download {
	line-height: 1.4em;
	padding-left: 15px;
}
.stimem {
	position: absolute; 
	right: 0px; 
	text-align: center;
	background: #efefef url(../images/toparrow.gif) no-repeat left;
	width: 230px;
	height: 50px;
	font-weight: bold;
}

#bottomnav  {
	margin-top: 15px;
	clear: both;
}
#bottomnav li {
	text-align: center;
	vertical-align: middle;
	display: inline;
}

#bottomnav a:hover {
	text-decoration: underline;
}

#footer a img {
	border: 0;
}

#fontnames td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 2px;
}

#fontnames {
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.question {
	font-weight: bold;
}