@charset "utf-8";
/* CSS Document */

body {
	margin-top: -5px;
	}
/* IE menu */
.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #D9E8FA;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	}
/* Firefox menu - hidden from IE */
html>body .menu a:link, .menu a:visited, .menu a:active {
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	margin-right: 3px;
	margin-left: 0px;
	}
.menu a:hover {
	background-color: #EBF2FA;
	}
.header-bg {
	background-image: url(/assets/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
	width: 745px;
	height: 150px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
.left-column {
	width: 170px;
	height: 100%;
	background-color: #D9E8FA;
	border: 1px solid #000000;
	padding: 15px;
	}
.left-column a:link, .left-column a:visited, .left-column a:active {
	display: block;
	padding: 5px;
	border: 1px groove #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EBF2FA;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	}
.left-column a:hover {
	background-color: #FFFFFF;
	}
.content {
	width: 516px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(assets/images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 15px;
	}
html>body .content {
	padding-top: 0px;
	}
.content a:link, .content a:visited, .content a:active {
	display: block-inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	background-color: none;
	text-decoration: none;
	margin: 0px;
	height: 20px;
	width: 100px;
	}
.content a:hover {
	color: #000000;
	/*background-image: url(assets/images/learn-more.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background-color: #D9E8FA;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.footer {
	background-color: #D9E8FA;
	border: 1px solid #000000;
	height: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.footer a:link, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
