a:link		{color: #2C4886; text-decoration: none;}
a:visited		{color: #2C4886; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: underline;}
a:active		{color: #FF0000; text-decoration: underline;}

a.nav:link		{color: #2C4886; text-decoration: none;}
a.nav:visited	{color: #2C4886; text-decoration: none;}
a.nav:hover		{color: #9ebfd5; text-decoration: none;}
a.nav:active	{color: #9ebfd5; text-decoration: none;}

a.footer:link 	{color: #ffffff; text-decoration: none;}
a.footer:visited 	{color: #ffffff; text-decoration: none;}
a.footer:hover	{color: #9ebfd5; text-decoration: none;}
a.footer:active	{color: #9ebfd5; text-decoration: none;}

*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	color: #333333;
	background-color: #ffffff;
	min-height: 100%;
	text-align: center;
	}

img	{
	border: 1px solid #dddddd;
	}

hr	{
	margin: 10px 0 20px 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: 0;
	}

li	{
	margin-top: 10px;
	margin-left: 35px;
	}

#wrapper {
	width: 830px;
	margin: 30px auto 0 auto;
	text-align: left;
	background-image: url(/images/bg-content.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}

#nav	{
	padding-bottom: 10px;
	text-align: center;
	background-color: #ffffff;
	}

#nav div {
	display: inline;
	padding: 0 19px;
	font-size: 9pt;
	}

#header {
	height: 200px;
	background-image: url(/images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #dddddd;
	vertical-align: top;
	}

#time	{
	text-align: right;
	font-family: "trebuchet ms", tahoma, verdana;
	font-size: 9pt;
	margin: 6px 10px 0 0;
	color: #999999;
	}

#margin {
	float: left;
	width: 314px;
	font-family: "trebuchet ms", tahoma, verdana;
	font-size: 9pt;
	margin: 25px 0 15px 0;
	line-height: 16px;
	text-align: justify;
	color: #777777;
	background-color: #f8f8f8;
	padding: 8px 15px 5px 15px;
	}

#margin div {
	padding-bottom: 10px;
	}

#content {
	line-height: 19px;
	font-size: 11pt;
	margin: 20px 10px 15px 340px;
	height: 100%;
	padding-left: 25px;
	}

#content p {
	margin-bottom: 15px;
	}

#footer {
	background-color: #012a48;
	height: 90px;
	color: #9ebfd5;
	font-size: 7.5pt;
	line-height: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 32px 0 0 0;
	clear: both;
	}

#form input, select, textarea {
	border: 1px solid #cccccc;
	}

#form p {
	margin-top: 7px;
	font-size: 8.5pt;
	}

.title {
	line-height: 34px;
	font-size: 2em;
	color: #2C4886;
	}

.subtitle {
	font-size: 1.3em;
	line-height: 23px;
	}

.title-margin {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	color: #2C4886;
	}

.tip	{
	float: left;
	font-weight: bold;
	}

.tip-content {
	margin-left: 50px;
	}

.hilite {}

.hilite-bg {}