/* CSS Document */
body {text-align: center; margin: 15px;}
td {text-align: left;}
h1 {
	font: bold 17px arial;
	letter-spacing: -1px;
	color: #405FA1;
}
h2 { font: bold 15px arial; letter-spacing: -1px; }
h3 { font: bold 13px arial; letter-spacing: -1px; }
h4 { font: bold 12px arial; letter-spacing: -1px; }
h5 { font: bold 12px arial; letter-spacing: -1px; }
a {
	color: #666666;
}
a:hover {
	color: #ADC0C9;
}
.maincontent {
	padding: 20px;
	font: 12px arial;
	background-image: url(images/layout/main-content-background.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.rightcolumn {
	font: 12px arial;
	color: #fff;
	background-color: #405FA1;
	vertical-align: top;
	padding: 15px;
}
.menu {
	font: bold  11px arial;
	padding: 8px 0px 4px 20px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #CCCCCC;
}
.smallmenu {
	font: bold  9px arial;
	padding: 5px 0px 2px 15px;
	vertical-align: middle;
}
.smallmenu a {
	color: #696969;
	text-decoration: none;
}
.smallmenu a:hover {
	color: #BDC9CF;
}
.search {
	background-color: #ABB6B8;
	color: #fff;
	font: 9px arial;
}
.footer {
	border-top: 1px solid #474847;
	padding: 10px 0px 10px 0px;
	font: 10px arial;
	color: #474847;
	text-align: right;
}
.questions {
	padding: 2px;
	font: 12px arial;
	color: #fff;
	vertical-align: top;
	width: 175px;
}
.questions a {
	color: #FFFFFF;
}
.questions a:hover {
	color: #FFFFFF;
}
.applynow a {
	color: #CCCCCC;
}
.applynow a:hover {
	color: #FF0000;
}
.floatleft {
	float: left;
	padding: 0px 2px 2px 0px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/layout/point.gif);
}
.features {
	list-style-position: outside;
	list-style-type: disc;
	line-height: normal;
	word-spacing: normal;
	list-style-image: none;
}
.border {
	float: right;
	margin-left: 9px;
	border: 5px solid #405FA1;
}