﻿@import url('layout.css');
body {
	font-family: Georgia;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #AACBAB;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #AACBAB;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
}
#sidebar a:hover span {
      color: red;
      }
#sidebar a:hover {
      background-position:0% -42px;
      }
#sidebar a:hover span {
      background-position:100% -42px;
      }
#sidebar a:hover span {
      background-position:100% -42px;
      }
#sidebar .current {
      background-position:0% -42px;
            background-color: #dc9;
      }
#sidebar a .current {
      color: red;
      background-color: #dc9;
      }
#sidebar .current span {
      background-position:100% -42px;
      }
#content {
	margin-left: 143px;
	padding: 10px;
	background-color: #fff;
  	overflow: hidden;
	 
/*	background-image:url('../images/worldmap.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
*/	
	
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #C3DDBB;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial;
	color: #000080;
	text-decoration: underline;
}
h3 {
	font-family: Arial Black;
	background-color: #C3DDBB;
}
h2 {
	font-family: Arial Black;
	background-color: #C3DDBB;
	font-size: large;
}
h1 {
	font-family: Arial Black;
	background-color: #C3DDBB;
	font-size: x-large;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #C3DDBB;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:visited { 
    color: #365F91;
    text-decoration:underline; 
    background-color: transparent; 
}
a:hover {
	color: red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_ul{
	text-decoration: underline;	
}
.style_noborder {
	border-width: 0;
}
.style_border3 {
	border: 3px solid #FFFFFF;
}
.style_largecaps {
	text-align: left;
	font-size: x-large;
	font-variant: small-caps;
}
.style_smallcap {
	font-variant: small-caps;
}
.style_xxlarge {
	font-size: xx-large;
}
.style_xsmall {
	font-size: x-small;
}
.style_small {
	font-size: small;
}
.style_center {
	text-align: center;
}
.style_headerpos {
	position: absolute;
	border-width: 0;
}
.style_banner {
	text-align: center;
	font-size: x-large;
	margin-right: 0px;
}
.style_sub {
	vertical-align: sub;
}
.style_notop {
	margin-top: 0px;
}
.style_bluetxtitalic {
	color: #365F91;
	font-style: italic;
	font-weight: bold;
}
.style_bluetxt {
	color: #0000FF;
}
.style_redtxt {
      color: red;
      font-weight: bold;
}
.style_nohighlight {
	border-style: solid;
	border-color: #DBDBDB;
	border-width: 1px;
}
.style_highlight {
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB;
	background-color: #DBDBDB;
}
.style_tbl_dblbrd {
	color: black;
	font-size: 11.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Calibri, sans-serif;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	border: 2.0pt double windowtext;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.style_tbl_nobrd {
	color: black;
	font-size: 11.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Calibri, sans-serif;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.style_indent1 {
	margin-left: 40px;
}
.style_indent2 {
	margin-left: 80px;
}
.style_indent_cntr {
	text-align: center;
	margin-left: 80px;
}
/* This is for no break.  Set style to nobr */
.style_nobr {white-space: nowrap}

/* For conv tables */
.style_bdrt1 {
	border-right-style: solid;
	border-right-width: 1px;
}
.bdcolaps {
	border-collapse: collapse;
}
.style_brrtbt1 {
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style_brrttp1 {
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}
.style_brall1 {
	border-left-style: solid;
	border-left-color: inherit;
	border-left-width: 1px;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-top-style: solid;
	border-top-color: inherit;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
.style_brbt1 {
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-top-color: inherit;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	border-bottom-width: 1px;
}
.style_br1 {
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
}
.style_brtpbtrt1 {
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: solid;
	border-right-color: inherit;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	border-bottom-width: 1px;
}
.style_brtp1 {
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-top-style: solid;
	border-top-color: inherit;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
.style_calc_cell {
	text-align: center;
	border-style: solid;
	background-color: #CCFF99;
}
.style_fixedsys {
	font-family: Fixedsys;
}

