body
{
	background-color: #676767;
	scrollbar-base-color: #676767;
	font-family: Helvetica, Trebuchet MS, Verdana, Arial, sans-serif;
	/*font-size: 0.75em;*/
	font-size: 9pt;
	color: #000000;
/*	text-align: center;*/
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.6em;
	overflow-y: scroll;
}

.navigation {
	background-color: #C1CDE3;
}

body.video {
	background-color: #C1CDE3;
}

img
{
    border:0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-color: #C1CDE3;
	min-height: 100%;
	position: relative;
}

#wrapper.video {
	margin-left: auto;
/*	margin-left: 230px;*/
	margin-right: auto;
	width: auto;
}

#contentWrapper{
	background-color: #C1CDE3;
	border: 1px solid #0a246a; /*    border-left:1px solid #0a246a;
    border-right:1px solid #0a246a;*/
	min-height: 100%;
	position: relative;
}

#contentWrapper.video {
	/*border-left:1px solid #0a246a;*/
	border: 0px;
/*	border-bottom: 0px;*/
 }
 
.warning
{
    border:1px solid rgb(216,0,34);
    text-align:left;
    padding:0.3em;
    background-color:rgb(255,228,228);
    margin-top:10px;
    margin-bottom:10px;
    display:none;
}

#headerBottom
{
    border:1px solid #9dabc6;
    border-bottom:0;
    margin-bottom:0px;
    text-align:left;
    height:122px;
    text-align:right;
}

#header
{
	background-image: url('/images/layout/header_background.gif');
	border-left: 1px solid #0a246a;
	border-right: 1px solid #0a246a;
	border-bottom: #9DABC6;
	background-repeat: repeat-x;
	background-color: #0064AD;
}

#menu
{
    margin:0;
	 font-size: 1.9em;
}

#menuBottom
{
	background-color: #000186;
	padding: 0; /*    border-top:1px solid #BCDAFC; 
    border-bottom: 1px solid #BCDAFC; */
	border-right: 1px solid #0a246a;
	border-left: 1px solid #0a246a;
	font-weight: bold;
	height: 1%;
	text-align: center;
}

#menuBottom .slogan
{
	float:left;
	margin: 2;
	padding: 0;
	margin-top:3px;
	margin-right:5px;
	margin-left:5px;
	width: 300px;
}

#menuBottom fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

ul
{
    margin:0;
}

#menuTop
{
	background-color: #C7D5EC;
	font-size: 11px;
	padding-left: 10px;
	border: 0;
	border-bottom: 1px solid #9DABC6;
	border-top: 1px solid white;
	height: 1%;
}

#menuTop .menu
{
    float:right;
    font-weight:bold;
    margin:0;
    padding:0;
}

#menuTop .date
{
    margin-top: 4px;
    line-height: 23px;
}

#menuTop .menu a
{
  color: Black;
	/*color: Red;
	text-decoration: none;*/
}

#menuTop .menu a:hover
{
	color: Red;
	text-decoration: none;
}

#menuTop ul
{
    margin:0;
    padding:0;
}

#menuTop .menu li
{
    list-style: none;
    float: left;
    margin:0;
    padding:0;
    border-left: 1px solid white;
    border-right: 1px solid #9DABC6;
    padding-top: 4px;
    padding-left:11px;
    padding-right:11px;
    height: 23px;
    line-height: 23px;
    display: block;
}

#menuTop .menu li a
{
    display: block;
}

#menuProducts
{
	background-color: #9DABC6;
	font-size: 11px;
	padding-left: 10px;
	border: 0;
	border-bottom: 1px solid #9DABC6;
	border-top: 1px solid white;
	height: 1%;
}

#menuProducts .menu
{
    float:right;
    font-weight:bold;
    margin:0;
    padding:0;
}

#menuProducts .date
{
    margin-top: 4px;
    line-height: 23px;
}

#menuProducts .menu a
{
  color: White;
	/*color: Red;
	text-decoration: none;*/
}

#menuProducts .menu a:hover
{
	color: Red;
	text-decoration: none;
}

#menuProducts ul
{
    margin:0;
    padding:0;
}

#menuProducts .menu li
{
    list-style: none;
    float: left;
    margin:0;
    padding:0;
    border-left: 1px solid white;
    border-right: 1px solid #9DABC6;
    padding-top: 4px;
    padding-left:11px;
    padding-right:11px;
    height: 23px;
    line-height: 23px;
    display: block;
}

#menuProducts .menu li a
{
    display: block;
}

p
{
    margin:0;
}

h3
{
    margin:0;
    font-size:13px;
}

h1,h3
{
    margin-top:4px;
    margin-bottom:4px;
    margin-left:0px;
    margin-right:0px;
    line-height:normal;
}

h1
{
    font-size:1.2em;
}

.fRight
{
    float:right;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	/*    border-top:1px solid #9DABC6;*/
	padding: 2px 5px 3px 0px;
	margin: 0;
	margin-bottom: 2px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin: 0;
	margin-bottom: 2px;
}

.spacer
{
    clear:both;
    width:1px;
    height:1px;
    line-height:1px;
    font-size:1px;
    border:0;
    background-color: transparent;
}

#content
{
   background-color: #C1CDE3;
   padding-left:10px;
   padding-right:10px;
   margin-left:auto;
   margin-right:auto;
   text-align: left;
   margin-top:10px;
   margin-bottom:10px;
   min-height: 500px;
}

#content.video {
    /*text-align: center;*/
	padding-left:190px;
	padding-top:10px;
}

a
{
    color:#0064AD;
    text-decoration: none;
}

a.hyperlink {
    cursor: pointer;
}

a:hover {
    color: Red;
    text-decoration: none;
}

table
{
    font-size:1em;
    margin: 0;
}

td
{
    padding-top:1px;
}

li
{
	margin: 0;
	list-style-type: disc;
	padding: 0;
}

.blueLines
{
    border-top:1px solid #9DABC6;
    border-bottom:1px solid #9DABC6;
    padding:2px 0 2px 0;
}

#left .blueLines
{
    margin-top: 6px;
}

th
{
    text-align:left;
}

.section
{
	font-size:11px;
    width: 40%;
}

.comments
{
    font-size: 11px;
    text-align: right;
    width: 15%;
}

.subject
{
	font-size:11px;
	width: 40%;
}

.bullet
{
    color:#0001AE;
    margin-right:4px;
}

.update
{
    color: red;
    font-style: italic;
}

#tags img
{
    vertical-align: middle;
    margin-right: 5px;
}

#tags span
{
    font-weight: bold;
}

#tags
{
	margin-top: 10px;
}

#wrapper-footer { text-align: center; }

#footer {
    position: relative;
	margin-top: -7.5em;
	margin: 0 20px;
	background-color: #C1CDE3;
	border: 0px;
	border-bottom: 0;
	clear: both;
	line-height: 2.2em;
	height: 80px;
}

#nonFooter {
	position: relative;
	min-height: 100%;'
}

* html #nonFooter {
	height: 100%
	}

#wrapper-footer {
	position: relative;
	margin-top: -2.3em;
}

