/* LAYOUT */
body {
	height: 100%;
}
div.clogo {
	margin-top: 0px;
	margin-left: 25%;
	height: 112px;
}
.menu {
	margin-top: 10px;
	height: 32px;
	background-color: #ffffff;
	width: 100%;
}
.margin {
	height: 1050px;
	width: 100px;
	background-color: #dce0e1;
	position: absolute;
	padding-top: 1em;
}
.margin_advisers {
	height: 1500px;
	width: 100px;
	background-color: #dce0e1;
	position: absolute;
	padding-top: 1em;
}
.content {
	height: 950px;
	width: 655px;
	margin-left: 100px;
	background-color: #ffffff;
	position: absolute;
	padding-top: 1em;
}
.footer {
	margin-top: 950px;
	height: 100px;
	margin-left: 100px;
	width: 600px;
	background-color: #ffffff;
	padding-bottom: 1em;
	position: absolute;
	left: 12px;
	top: 186px;
}
}
.footer_advisers {
	margin-top: 950px;
	height: 100px;
	margin-left: 100px;
	width: 600px;
	background-color: #ffffff;
	padding-bottom: 1em;
	position: absolute;
	left: 12px;
	top: 1300px;
}
.index {
	margin-top: 10%;
	border: none;
}
/* END OF LAYOUT */

/* TEXT STYLES */
p, td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13pt;
	color: #000000;
	padding-left: 1em;
	padding-right: 1em;
}
h1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 18pt;
	color: #000000;
	padding-left: 1em;
}
.disclaimer {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	font-size: 12pt;
	text-align: center;
}
/* END OF TEXT STYLES */

/* LINK & LIST STYLES */
a.standard:link {color: #88AAFF; text-decoration: none;}
a.standard:visited {color: #FF6633; text-decoration: none;}
a.standard:hover {color: #000000; text-decoration: none;}
a.standard:active {color: #FF0000; text-decoration: none;}
a.index {text-decoration: none; font-size:20pt; color: #88AAFF;}
a.img:link {text-decoration: none; color: #ffffff; border: none;}
a.img:visited {text-decoration: none; color: #ffffff;}
a.img:hover {text-decoration: none; color: #ffffff;}
a.img:active {text-decoration: none; color: #ffffff;}
/* END OF LINK STYLES */

/* TABLES AND HR */
table {
	width: 100%;
	border: none;
}
hr {
	width: 85%;
	height: 3px;
	color: #88AAFF;
	background-color: #88AAFF;
}
/* END OF TABLES AND HR */

/* IMAGES */
img.logo {
	margin-left: 1em;
}
img {
	border: none;
}
/* END OF IMAGES */
