/**
 * Top-level layout
 */

:root {
  min-width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* FIXME: remove the following rule once IE recognizes :root */
html {
  min-width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	background-image: url(images/logic_bkg.gif);
}

/**
 * Header
 */

/**
 * Main menu
 */

/**
 * Outer layout
 */

/**
 * Main content
 */

/**
 * Footer
 */

#copyrightMessage {
  display: inline-block;
  float: right;
  font-size: 0.85em;
}

#footer {
  padding: 0.5em;
}

#footerContent {
  overflow: hidden;
  margin: 0.5em auto;
}

#footerSeparator {
  width: 100%;
  height: 1em;
  background-image: url( '/images/bg.jpg' );
}

#webmasterMessage {
  display: inline-block;
  float: left;
  font-size: 0.85em;
}

/**
 * General appearance
 */

.clear {
  clear: both;
}

.floatLeft {
  float: left !important;
}

.floatLeftInText {
  float: left !important;
  padding: 0.5em 0.75em 0.5em 0 !important;
}

.floatRight {
  float: right !important;
}

.floatRightInText {
  float: right !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-left: 0.75em !important;
}

.hidden {
  display: none;
}

hr {
  width: 95%;
  margin: 1.25em auto;
  border-width: 1px 0 0 0;
  border-top-style: dotted;
}

img {
  border: none;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noScrollbars {
  overflow: hidden;
}

/**
 * Layouts
 */

/**
 * Content blocks
 */

.blockInText {
  display: block !important;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.centerContents {
  text-align: center !important;
}

.centeredBlock {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.centeredBlockInText {
  display: block !important;
  margin: 0.75em auto !important;
}

.heading,
h1, h2, h3, h4, h5, h6,
th,
dt,
legend {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

iframe {
  margin: 0;
  border: none;
  padding: 0;
}

p {
  margin: 0.75em 0;
}

.unindent {
  position: relative;
  left: -3em;
}

/**
 * Text formats
 */

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

.alignCenter,
.defaultAlignCenter p,
.defaultAlignCenter .article {
  text-align: center;
}

.alignJustify,
.defaultAlignJustify p,
.defaultAlignJustify .article,
p,
.article {

}

.alignLeft,
.defaultAlignLeft p,
.defaultAlignLeft .article {
  text-align: left;
}

.alignRight,
.defaultAlignRight p,
.defaultAlignRight .article {
  text-align: right;
}

body {
  font-size: 77%;
}

.mono,
input, select, textarea {
  font-size: 0.85em;
  font-family: "Consolas", "Lucida Mono", "Andale Mono", monospace;
}

.sansSerif,
body,
.heading,
h1, h2, h3, h4, h5, h6,
th,
dt,
legend {
  font-family: "Arial", "Helvetica", "Verdana", sans-serif;
}

.heading,
h1, h2, h3, h4, h5, h6,
th,
dt,
legend {
  text-align: left;
  font-weight: 600;
}


h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.08em;
}

h5 {
  font-size: 1.0em;
}

h6 {
  font-size: 0.9em;
}

small {
  font-size: 0.9em;
}

.small {
  font-size: 0.9em;
}

.small2 {
  font-size: 0.8em;
}

.small3 {
  font-size: 0.7em;
}

.small4 {
  font-size: 0.6em;
}

.small5 {
  font-size: 0.5em;
}

.small6 {
  font-size: 0.4em;
}

.small7 {
  font-size: 0.3em;
}

.small8 {
  font-size: 0.2em;
}

.small9 {
  font-size: 0.1em;
}

.small10 {
  font-size: 0.05em;
}

.large {
  font-size: 1.1em;
}

.large2 {
  font-size: 1.2em;
}

.large3 {
  font-size: 1.3em;
}

.large4 {
  font-size: 1.4em;
}

.large5 {
  font-size: 1.5em;
}

.large6 {
  font-size: 1.6em;
}

.large7 {
  font-size: 1.7em;
}

.large8 {
  font-size: 1.8em;
}

.large9 {
  font-size: 1.9em;
}

.large10 {
  font-size: 2.0em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normalWeight {
  font-weight: normal;
}

.smallCaps {
  font-variant: small-caps;
}

.strikeThrough {
  text-decoration: line-through;
}

sub,
.subscript {
  vertical-align: sub;
  line-height: 0.75em;
  font-size: 0.75em;
}

sup,
.superscript {
  vertical-align: super;
  line-height: 0.75em;
  font-size: 0.75em;
}

.underline {
  text-decoration: underline;
}

/**
 * Fonts
 */

/**
 * Colors
 */

.heading,
h1, h2, h3, h4, h5, h6,
th,
dt,
legend {
  color: #4A73D1;
}

/**
 * Miscellaneous
 */

.bigandcurly {font-size:36px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}

.bigger {font:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold;}

.style1 {

	color: #888888;

	padding-right:5px;

	padding-left:5px;

	font-size: 11px;

}

.t {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: normal;

	color: #002142;

}

.greent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #A8E40F;

}

.nav {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #555555;

	padding-right: 0px;

	padding-left: 0px;

}

.nav a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #555555;

	text-decoration: none;

	padding: 0px 5px;

}

.nav a:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #042244;

	text-decoration: none;

	padding: 0px 5px;

}

.nav a:visited{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #555555;

	text-decoration: none;

	padding: 0px 5px;

}

.nav a:visited:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #042244;

	text-decoration: none;

	padding: 0px 5px;

}

.botbord {

	border-bottom-width: 3px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

}

.serv {

	padding-left: 15px;

	padding-right: 5px;

}

.white {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

}

.white a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: underline;

}

.white a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

}

.white a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: underline;

}

.white a:visited:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

}

.greentCopy {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #A8E40F;

}

.blue {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 19px;

	font-weight: bold;

	color: #4A73D1;

}

.headline {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #4A73D1;

	text-decoration: none;
}

.headline a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #4A73D1;

	text-decoration: none;

}

.headline a:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #333333;

	text-decoration: none;

}

.headline a:visited{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #4A73D1;

	text-decoration: none;

}

.headline a:visited:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #333333;

	text-decoration: none;

}

td {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

	padding-right: 0px;

	padding-left: 0px;

}

.normal {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #444444;

	text-decoration: none;

	padding-right: 5px;

	padding-left: 5px;

}

.subhead {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #333333;

	text-decoration: none;

}

.dbord {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #333333;

}

.address {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #A8E40F;

}

a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #23396d;

	text-decoration: none;

}

a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #222222;

	text-decoration: none;

}

a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #23396d;

	text-decoration: none;

}

a:visited:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #222222;

	text-decoration: none;

}

.reda {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

}

.reda a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

	text-decoration: underline;

}

.reda a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

	text-decoration: none;

}

.reda a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

	text-decoration: underline;

}

.reda a:visited:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

	text-decoration: none;

}

.blua a{



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #2F58B9;

	text-decoration: underline;

}

.blua a:hover{



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #2F58B9;

	text-decoration: none;

}

.blua a:visited{



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #2F58B9;

	text-decoration: underline;

}

.blua a:visited:hover{



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #2F58B9;

	text-decoration: none;

}

.leftnav {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

	background-color: #414141;

	display: block;

	height: auto;

	width: 208px;

}

.leftnav a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

	background-color: #414141;

	display: block;

	height: auto;

	width: 190px;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #FFFFFF;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #94CB00;

}

.leftnav a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

	background-color: #CCCCCC;

	display: block;

	height: auto;

	width: 190px;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #FFFFFF;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #94CB00;

}

.leftnav a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

	background-color: #414141;

	display: block;

	height: auto;

	width: 190px;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #FFFFFF;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #94CB00;

}

.leftnav a:visited:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

	background-color: #CCCCCC;

	display: block;

	height: auto;

	width: 190px;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #FFFFFF;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #94CB00;

}

.bluehead {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #2F58B9;

	text-decoration: none;

}

.bluehead a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #2F58B9;

	text-decoration: none;

}

.bluehead a:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #94cf03;

	text-decoration: none;

}

.bluehead a:visited{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #2F58B9;

	text-decoration: none;

}

.bluehead a:visited:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #94cf03;

	text-decoration: none;

}

.blua {





	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #2F58B9;

	text-decoration: none;

}

.pad {

	padding-bottom: 9px;

	padding-left: 9px;

}

.dotbord {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	padding-left: 7px;

}

.small {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #666666;

	text-decoration: none;

}

.small a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #666666;

	text-decoration: underline;

}

.small a:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #4A73D1;

	text-decoration: none;

}

.small a:visited{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #666666;

	text-decoration: underline;

}

.small a:visited:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #4A73D1;

	text-decoration: none;

}



ul ul li {list-style-type:disc;}



.center {margin: 0px auto; text-align: center;}
