/* GENERAL */

body {
	background-color: #e3e3e3;
	text-align: center;  /* center table for IE*/
	margin-top: 0px;
	margin-bottom: 0px;
}

body, table {
	font-family: Verdana;
	font-size: 85%;
}

.tbl_main {
	margin-right: auto;
	margin-left: auto;
}


/* SPACE ABOVE BANNER */

.td_top {
	text-align: right;
	vertical-align: middle;
	padding-right: 45px;
}

div.topnav {
	color: #50839e;
	font-size: 0.7em;
	font-weight: bold;
}


/* NAVIGATION COLUMN */

.td_leftcol {
	vertical-align: top;
	padding: 16px 0px 0px 0px;
}

div.nav {
	text-align: right;
	font-weight: bold;
	line-height: 22px;
	border-top: 1px solid #ffffff;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

div.nav a {
	display: block;
	border-bottom: 1px solid #ffffff;
}


/* CONTENT COLUMN */

.td_content {
	vertical-align: top;
	background-color: #ffffff;
}

div.content {
	padding: 13px 10px 13px 10px;
	text-align: justify;
}

div.header {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #8bb5c9;
}


/* LINKS */

a:link {
	color: #50839e;
	text-decoration: none; 
}

a:visited {
	color: #50839e;
	text-decoration: none; 
}

a:active {
	color: #ffffff;
	text-decoration: none; 
}

a:hover {
	color: #ffffff;
	text-decoration: none; 
}