/* = global */
body {
	background-color: #E4EEF4;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #00639C;
}
a:hover {
	text-decoration: underline;
}

a.button {
	display: inline-block;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: solid #000000 1px;
	background-color: #D9E8F0;
}

a.button2 {
	display: inline-block;
	margin: 5px 0;
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: solid #000000 1px;
	background-color: #00639C;
	cursor: pointer;
}

.bl-black {
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
}

.black-back {
	background-color: #000000;
}

.blue {
	color: #00639C;
	font-style: normal;
}

.blue-back {
	background-color: #00639C;
}

.blue-fade-back {
	background: url('images/blue_fade_back.gif') repeat-x top;
}

.border {
	border: solid #000000 1px;
}

.border-right {
	border-right: solid #000000 1px;
}

.bottom-right-white {
	border-right: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}

.bottom-blue {
	border-bottom: solid #00639C 1px;
}

.bottom-white {
	border-bottom: solid #FFFFFF 1px;
}

.box-black {
	margin: 0 0px 15px 15px;
	background-color: #D9E8F0;
	border: solid #000000 1px;
}

.box-blue {
	padding: 5px;
	background-color: #E4EEF4;
}

.box-blue-right {
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 165px;
	background-color: #E4EEF4;
}
.box-testimonials {
	padding: 10px;
	margin: 0 0 10px 10px;
	width: 155px;
	height: 150px;
	background-color: #E4EEF4;
}
.box-testimonials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-testimonials li {
	margin: 20px 0 0 0;
}

.box-header {
	margin: 0 0 0 0;
	padding: 5px;
	height: 20px;
	background: url('images/heading_back.gif') repeat-x top left;
	background-color: #00639C;
	color: #FFFFFF;
}

.cap {
	font-weight: bold;
	font-style: normal;
}

.depreciated {
	color: #99bed1;
}

em {
	color: red;
	font-style: normal;
}

#footer td {
	padding-top: 7px;
	font-size: 11px;
	color: #999999;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: underline;
	color: #00639C;
}

h2 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 13px;
}

h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #00639C;
}

h4 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 13px;
	color: #00639C;
}

.header-1 {
	padding: 0 5px 5px 0;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
}
.header-2 {
	font-size: 17px;
	font-weight: bolder;
	color: #FFFFFF;
}

.header-bar {
	margin: 2px 0;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
.header-bar-back {
	background: url('images/bar_back.gif') no-repeat top right;
	background-color: #000000;
}

.hint {
	position: absolute;
	visibility: hidden;
	float: right;
	margin: 20px 0 0 0;
	padding: 5px;
	width: 300px;
	right: 10px;
	background-color: #D4E2EB;
	border: solid 1px #000000;
	text-align: left;
	z-index: 99;
}

ul.horizontal {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.horizontal li {
	float: left;
	padding: 2px 8px 3px 8px;
}

ul.horizontal a {
	color: #00639C;
	font-weight: bold;
	text-decoration: none;
}

ul.horizontal li:hover {
	color: #00639C;
	cursor: pointer;
	text-decoration: underline;
}

hr {
	border: 0px;
	background-color: #000000;
	height: 1px;
}

input.button {
	margin: 0 0 0px 0;
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: solid #000000 1px;
	background-color: #D9E8F0;
	cursor: pointer;
}

input.button2 {
	margin: 0 0 0px 0;
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: solid #000000 1px;
	background-color: #00639C;
	cursor: pointer;
}

#left-col-back {
	width: 175px;
	background-color: #D9E8F0;
	border-right: solid #000000 1px;
}
#left-col-content ul {
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style: none;
	line-height: 1.5;
}
#left-col-content ul a {
	color: #000000;
	text-decoration: none;
}
#left-col-content ul a:hover {
	text-decoration: underline
}

.link {
	line-height: 2em;
}

.lt-blue-table td {
	background-color: #D9E8F0;
}

#main-content {
	float: left;
	position: relative;
	margin: 25px 15px 20px 20px;
}

#nav-menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #E6F0F5;
}

#nav-menu li {
	float: left;
	padding: 2px 8px 3px 8px;
	height: 14px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	
	background: url('images/nav_back.gif') repeat-x top;
}

#nav-menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#nav-menu li:hover {
	background: url();
	cursor: pointer;
}

.note {
	font-size: 11px;
	color: #666666;
}

.note-blue {
	font-size: 10px;
	color: #0000FF;
}
.note-green {
	font-size: 10px;
	color: #33CC00;
}
.note-red {
	font-size: 10px;
	color: #ff0000;
}

.red {
	color: #ff0000;
}

#right-col {
	float: right;
	margin: 25px 10px 10px 10px;
	width: 175px;
	background-color: #D9E8F0;
	border: solid #000000 1px;
}
#right-col-content {
	padding: 5px;
}
#right-col-content ul {
	margin: 0;
	padding: 0 0 10px 10px;
	list-style: none;
	line-height: 1.5;
}
#right-col-content ul a {
	color: #000000;
	text-decoration: none;
}
#right-col-content ul a:hover {
	text-decoration: underline
}

.rbl-black {
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
}

.red {
	color: #FF0000;
}

.rl-black {
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

.rbl-black-white-back {
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	background-color: #FFFFFF;
}

.row {
	background-color: none;
}
.row-over {
	background-color: #DDEAF1;
}

.text-lrg {
	font-size: 16px;
}

.text-sml {
	font-size: 10px;
}

.trl-black {
	border-left: solid #000000 1px;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
}

.top-black {
	border-top: solid #000000 1px;
}