@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BFBFBF;
	line-height: 16px;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#mainContainer {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 270px;
} 

#main {
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 22px;
} 

#title_line {
	border: 0px;
	height: 40px;
	margin-top: 25px;
	margin-right: 18px;
	margin-bottom: -20px;
}

.title {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 4pt;
	color: #666666;
	line-height: 45px;
	text-transform: uppercase;
}

#header {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 60px;
	background-image: url(../img/lgo_sub.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
} 

#header2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #DEDEDE;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: right;
	letter-spacing: 3px;
}

#header3 {
	float: none;
	background-color: #000000;
}

#headerimg {
	background-color: #FFFFFF;
	height: 200px;
}

#navtop {
	padding: 0 10px 0 20px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	background-color: #ffffff;
} 

#header h1 {
	margin: 0;
	padding: 10px 0; 
}

#sidebar1 {
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	font-size: 9px;
	line-height: 15px;
	margin-bottom: 20px;
}

#footer {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}

#language {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	text-align: right;
	letter-spacing: 1px;
}

.rightpad {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 350px;
}

.rightquote {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 300px;
}

.rightgraph {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 325px;
}

.smgraph {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 260px;
}

.rightdirectors {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 325px;
	background-color: #ffebbb;
	padding: 10px;
}
	
.micetype {
	font-size: 10px;
}

.quote {
	font-weight: bold;
	color: #FFCC00;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.reverseh1 {
	font-size: 18px;
	color: #535353;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #00688F;
	text-decoration: none;
}

a:visited {
	color: #00688F;
}

img {
	text-decoration: none;
	border: 0;
}

h1 {
	font-size: 18px;
	color: #FFCC00;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: normal;
}

sup.small {
	font-size: 8px;
}

h2 {
	font-size: 13px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
	color: #EFB310;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
}

h5	{
	font-size: 17px;
	color: #666666;
	line-height: 20px;
	font-style: italic;
}


#navigation {
	padding:0px;
	text-indent:0px;
	width:260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 281px;
}

#navigation a.head, #navigation a.head_single {
	display:block;
	background-color: #F5F6F6;
	margin-top: 0px;
	text-decoration: none;
	font-weight: regular;
	font-size: 12px;
	color: #006688;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#navigation a.sub {
	color:#006688;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#navigation a.head:hover, #navigation a.head_single:hover {
	background-color: #FFCC00;
}

#navigation a.selected {
/*	background-color: #FFCD1F;*/
	background-color: #FFCD1F;
	color: #006688;
}

#navigation a.current {
	background-color:#c4c6c6;
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size: 11px;
}

#navigation li {
	list-style:none outside none;
	display:inline;
}

#navigation li li a {
	color:#006688;
	display:block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-color: #F5F6F6;
}

#navigation li li a:hover {
	background-color:#FFDB55;
	color:#006688;
}

tr.linethin td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
tr.linethick td {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

tr.linethickthin td {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

td.padding {
	padding-right: .8em;
}

tr.over td {
	background-color: #F0F0F0;
}

cell.over {
	background-color: #FFCC99;
}

.current_year {
	background-color: #ffebbb;
}

.over .current_year {
	background-color: #FFCC33;
}

.current_year_pad {
	background-color: #ffebbb;
	padding-right: 9px;
}

.over .current_year_pad {
	background-color: #FFCC33;
	padding-right: 9px;
}
p.leadin {
	font-style: italic;
	font-size: 17px;
	line-height: 22px;
}

/*
#navigation li ul {
	visibility: hidden;
	display: none;
}

#navigation li ul.open {
	visibility: visible;
	display: block;
}
*/

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
.indent {
	text-indent: 20px;
}
.capitals {
	text-transform: uppercase;
}
