﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	font-size: 11px;
	text-align: center;
	background-color: #04b4fc;
	width: 620px;
}
#navigation {
	background-color: #fcba04;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #ebebeb;
	position: relative;
	height: 100%;
	clip: rect(auto, auto, 100%, auto);
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #04b4fc;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	text-align: center;
	color: #1C1644;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;

}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #1C1644;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #1C1644;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #1C1644;
	text-decoration: underline;
}
#footer a:hover {
	color: #1C1644;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size:large;
}
.style_italic {
	font-style: italic;
}
.style1 {
	text-align: center;
	
}
.style2 {
text-align:left;
	border-width: 0px;
	font-family: Arial;
	color: #003399;
	vertical-align:top; 	
	margin-top:0; 
}

.style3 {
text-align:justify;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	font-style: normal;
}
ul{
	text-align:left;
}
.padd{
	text-align:left;
	padding:2px;
}
a {
	color: #003300;
}
.style4 {
	
	margin-bottom: 0px;
}
.style5 {
	font-size: large;
	margin-left: 47px;
}
.tabspecs {
	border: 0px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-type: square;
	list-style-image: none;
}
.tab2 {
	font-family: Arial, Helvetica, sans-serif;
	border: 1pt white solid;
	background-color:#4F81BD;
	color: white;	
}
.ytab{
	background-color: #FFFF66;
}
.ytab2{
	background-color: #FFCC66;
}
.black_center{
	font-family: Arial, Helvetica, sans-serif;
	border: 1pt white solid;
	color: black;
	text-align: center;
	
}

.h_lt{
	color:white;
}
.lenstablehead{
	background-color:#4F81BD;
}
.midtstill{
vertical-align: middle;
}
h1 
    { 
    font-size: 1.6em;
}

