﻿@import url("layout.css");
body {
	font-family: tahoma, arial, Helvetica, sans-serif;
	background-image: url('');
	background-repeat: repeat;
}
#container {
	background-color: #fff;
}
#masthead {
	background-color: #42368C;
	background-image: url('../images/header_logo_croped.jpg');
	background-repeat: no-repeat;
	height: 75px;
	width: 895px;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-bottom-color: #ABD602;
	padding-left: 5px;
}
#navigation {
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 685px;}
}	
html>body #column_l {
	width: 685px;
}
#column_r {
	width: 200px;
	padding-top: 40px;
	padding-bottom: 15px;
	padding-left: 10px;
}
html>body #column_r {
	width: 200px;
	padding-top: 40px;
	padding-bottom: 15px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color: #ABD602;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 0px 0px 0px;
	padding: 0;
	text-align: center;
	padding-left:15px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #494C52;
	display: block;
	font-size: 13px;
	font-family: arial, Helvetica, sans-serif;
	width: 125px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url('../images/menuPurple.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.selectedMenu {
	background-image: url('../images/menuGreen.gif');
	background-repeat: no-repeat;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
	float: right;
}
/* Site typography */
h1 {
	font-size: x-large;
	color: #494C52;
}
h2 {
	font-size: large;
	color: #494C52;
}
h3 {
	font-size: large;
	color: #494C52;
}
h4 {
	font-size: 13px;
	color: #494C52;
}
blockquote,p,ol,ul {
	font-size: 11pt;
	color: #000000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}
/* Links */
a {
	color: #42368C;
	text-decoration: underline;
}
a:hover {
	color: #ABD602;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
	font-size: 12px;
}
.style_italic {
	font-style: italic;
}
.bodyText {
	font-size: 13px;
}
.editorNote {
	font-size: 13px;
	color: #FF0000;
}
.tableFont {
	font-size: 12px;
}
.tableFontContact {
	font-size: 14px;
	padding-left: 5px;
}
.puzzleProcesses {
	float: right;
	margin-right: 60px;
}
.bodyTextTestimonials {
	font-size: 12px;
}
