html, body {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 0px;
	font-family:"Garamond", "Times New Roman", Times, serif;
	}

a {
	color: #27325E;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration: underline;
	}

#fade {
	width: auto;
	height: 50px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#nav {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 75px;
	}
	
#nav img {
	padding-left: 40px;
	padding-top: 15px;
	clear: right;
	}

#menu p {
	position: inherit;
	float: right;
	display: block;
	width: 320px;
	font-size: 12px;
	font-weight: 700;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin-right: 10px;
	}

#menu a {
	float: right;
	display: inline-block;
	position: relative;
	color: #333;
	text-decoration:none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding: inherit;
	text-align: center;
	padding-top: 10px;
	margin-top: -30px;
	margin-right: 30px;
	margin-left: -23px;
	}

#menu a.nl {
	float: right;
	display: inline-block;
	position: relative;
	color: #333;
	text-decoration:none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding: inherit;
	text-align: center;
	padding-top: 10px;
	margin-top: -30px;
	margin-right: 30px;
	margin-left: -23px;
	}

#menu a:hover {
	display: inline-block;
	position: relative;
	color:#fff;
	text-decoration: none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding:inherit;
	text-align: center;
	padding-top: 10px;
	}

#menu a.nl:hover {
	display: inline-block;
	position: relative;
	color:#333;
	text-decoration: none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding:inherit;
	text-align: center;
	padding-top: 10px;
	}

#menu a:active {
	display: inline-block;
	position: relative;
	color:#fff;
	text-decoration: none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding:inherit;
	text-align: center;
	padding-top: 10px;
	}

#menu a.nl:active {
	display: inline-block;
	position: relative;
	color:#333;
	text-decoration: none;
	background:url(images/tab.jpg) no-repeat;
	width: 92px;
	height: 35px;
	padding:inherit;
	text-align: center;
	padding-top: 10px;
	}


#bar {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/web-bar2.jpg);
	background-repeat:no-repeat;
	height: 290px;
	}

#bar h1 {
	position: relative;
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: 700;
	margin-left: 80px;
	padding-top: 35px;
	}

#bar h2 {
	position: relative;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style:italic;
	color: #FFFFFF;
	font-weight: 600;
	margin-left: 130px;
	padding-top: 210px;
	}
	
#bar p {
	width: 475px;
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size:11pt;
	color: #FFFFFF;
	font-weight: 700;
	margin-left: 110px;
	padding-top: 5px;
	}

#content {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

#lcol {
	width: 585px;
	margin-left: 40px;
	padding-right: 10px;
	border-right: #000000 1px solid;
	}

#lcol h1 {
	display: block;
	width: 120px;
	font-size: 16pt;
	color: #27325E;
	border-bottom: #000000 1.5px solid;
	}	

#lcol h2 {
	display: block;
	width: 600px;
	font-size: 14pt;
	text-align: center;
	color:#27325E;
	font-variant: small-caps;
	}

#lcol img.left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	}

#lcol img.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	}

#rcol {
	display: inline;
	width: 270px;
	float: right;
	padding-left: 30px;
	}

#rcol p.add {
	font-size: 12pt;
	font-weight: 700;
	}

.fade2, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	width: 960px;
	height: 216px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: center;
	color: #27325E;
	}


#fade2 {
	position: relative;
	width: auto;
	height: 50px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/fade2.jpg);
	background-repeat: repeat-x;
	}

