﻿html 
{
	height:100%;
}

body 
{
	margin:0;
	padding:0;
	background-color:#EBF1FE;
	font-family:Arial;
	font-size:80%;
	height:100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	margin-bottom:0px;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	position: relative;
	margin-top: -48px;
	width:100%;
	text-align:center;
	font-family:Arial, Sans-Serif;
	font-size:87%;
	background-repeat:repeat-x;
	height:48px;
}

h1
{
	font-family:Arial;
	font-size:160%;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
}

h3
{
	font-size:110%;
	margin-bottom:3px;
}

p
{
	margin-bottom:10px;
	margin-top:10px;
}

a
{
	color:#1144b7;
}

a:visited
{
	color:#682480;
}

a:hover
{
	color:#4977e1;
}

a.nav
{
	color:#1144b7;
}

a.nav:visited
{
	color:#1144b7;
}

a.nav:hover
{
	color:#4977e1;
}

a.disabledNav
{
	color:#999999;
}

a.disabledNav:visited
{
	color:#999999;
}

a.disabledNav:hover
{
	color:#999999;
}

pre, code
{
	font:115% monospace;
	*font-size:100%;
}

.tips li
{
	margin-bottom:10px;
}

a.header
{
	color:#EBF1FE;
}

a.header:hover
{
	color:#EBF1FE;
}

a.header:visited
{
	color:#EBF1FE;
}

.social
{
	margin-left:3px;
	margin-right:3px;
}

.social img
{
	border:0px;
	vertical-align:text-bottom;
}

.watermark
{
	color:Gray;
}

.a
{
	color:#1144b7;
}

.a_watermark
{
	color: #3A84B7;
	
}