body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 62.5%;
}

table {
	font-size: 1em;
}

img {
	border: 0;
}

.sidebar {
	width: 13px;
	background-color: #152B60;
}

#sidebar-left {
	border-right: 2px solid #FFFFFF;
}

#sidebar-right {
	border-left: 2px solid #FFFFFF;
}

.base-nav-component {
	float: left;
}

#pdf-links {
	margin-bottom: 26px;
}

.pdf-link a {
	color: #6F95C2;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.pdf-link a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#headbar {
	height: 21px;
	background-color: #899FBB;
}
	
#footbar {
	height: 21px;
	background-color: #434343;
	border-top: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
	
#main-table {
	width: 954px;
}

#logo {
	float: left;
}

#logo-systems {
	text-align: right;
	margin-bottom: 10px;
}

#mail-list {
	float: right;
}

#top-menu {
	clear: both;
}

#top-menu-left {
	float: left;
}

#top-menu-left .menu-item {
	float: left;
	position: relative;
}

#top-menu-right {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 20px;
	color: #152B60;
	height: 22px;
	line-height: 22px;
}

#top-menu-right a {
	text-decoration: none;
	color: #152B60;
}

#top-menu-right a:hover {
	text-decoration: underline;
}

#main-image {
	clear: both;
	padding: 0;
}

#inside-content-main-image {
	text-align: center;
}

#home-content-left-container {
	float: left;
	width: 400px;
}

#home-content-left {
	padding: 20px 28px;
	color: #434343;
	font-size: 1.1em;
}

#home-content-middle-container {
	float: left;
	width: 262px;
}

#home-content-right-container {
	float: left;
	width: 262px;
}

#sponsored-ads {
	color: #A6B6CC;
	font-size: 1.1em;
	font-weight: bold;
}

#sponsored-ads, #google-ads {
	padding: 20px 0;
}

.google-ad {
	margin-bottom: 20px;
}

.heading-small {
	color: #152B60;
	font-size: 1.4em;
	font-weight: bold;
}

.heading-large {
	color: #152B60;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

#inside-content-left .heading-small {
	font-size: 1.2em;
}

#inside-content-left .heading-large {
	font-size: 1.4em;
}

#black-bar {
	height: 1px;
	background-color: black;
}

#inside-content-container {
	border-top: 1px solid black;
}

#inside-content {
	padding: 22px 22px 22px 66px;
}

#inside-content-left {
	float: left;
	width: 606px;
	font-size: 1.2em;
}

#inside-content-right {
	float: right;
	width: 175px;
	text-align: right;
}

#phone {
	margin-left: 22px;
	float: left;
}

#copyright {
	margin-right: 22px;
	float: right;
}

#sub-menu-systems {
	position: absolute;
	left: 69px;
}

#sub-menu-training {
	position: absolute;
	left: 15px;
}

.sub-menu {
	background-color: #FFCC00;
	border-top: 8px solid #666666;
	font-size: 1.2em;
}

.sub-menu a {
	display: block;
	text-decoration: none;
	color: #152B60;
	padding: 2px 8px;
	width: 70px;
}
.sub-menu a:hover {
	background-color: #FFAA00;
}

.req-form-field {
	padding: 2px;
	margin-bottom: 6px;
}

.req-form-label {
	font-weight: bold;
}

.req-form-input input {
	width: 200px;
	font-size: 11px;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
text-align: center;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}
