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

a {
	color: #453861;
}
a:hover {
	color: #E7AB33;
}
.main {
	background-color: white;
}
h1, .h1 {
	color: #625C90;
}
h2, .h2, p.headers, p.headers2 {
	color: #666666;
}
h3, .h3, p.headers3, p.headers4 {
	color: #625C90;
}
p, div, td {
	color: black;
}
.yellow {
	color: #E7AB33;
}
.menuframe {
	background-color: #333333;
	height: 1px;
}
.leftside {
	width: 56%;
}
.divider {
	background-color: #666666;
	width: 1px;
}
