#leftnav {
	float: left;
	width: 150px;
	height: auto;
	position: relative;
	padding: 0px;
	top: 0px;
	left: -40px;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}

#leftnav .inner {
	padding-left: 20px;
}

#leftnav ul {
	width: 135px;
}

#leftnav li {
	list-style-type: none;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E17100;
	font-size: 12px;
}

#leftnav a:link {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

#leftnav a:visited {
	color: #000066;
}

#leftnav a:hover {
	color:#0066CC;
}

body
{
	margin:0;
}
body.lightblue
{
	background-color:#d4dced;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC);	
}
.error
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Maroon;
}
a
{
	text-decoration: underline;
	color: navy;
	font-size: 10pt;
}
a:hover
{
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.label
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}
.searchlabel
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color:#16429a;
}
.description
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color:#16429a;
	font-style:italic;
}
.headerbg
{
	background-color:white ;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC);	
}
.header
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #003663;
}
.footer
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #003663;
}
.button
{
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003663;
	border-color: #C3C0A1;
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#7296AA,endColorStr=#07476A);	
}
.normal
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: black;
}
.required
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color:black;
	background-color:#FAF5C0;
}
.bold
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}
.menubar
{
	background-color:#E39D40;	
}
.tableheader
{
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.tableheaderbold
{
	background-color: #FFFDE0;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #002853;
}
.tabledata
{
	background-color: White;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tabledataselected
{
	background-color: Yellow;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tableborder
{
	background-color:#808080;	
}
.tablefillerftr
{
	background-color:white ;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC);	
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tablefillerindex
{
	background-color:#FFCD80;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
table.regtable
{
	background-color: Silver;
	padding: 1,1,1,1;
	border: 1;
}
.datagrid
{
	border-color: silver;
	background-color: white;
	font-family: Arial;
	font-size: 9pt;
	color: black;
	padding: 1,1,1,1;
}
.datagrid2
{
	border-color: silver;
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	color: black;
	padding: 1,1,1,1;
}
.datagridpager
{
	background-color: silver;
	font-family: Arial;
	font-size: 9pt;
	color: #002853;
}
.datagridheader
{
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
a.datagridheader
{
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
	text-decoration: underline;
}
.datagridfooter
{
	background-color: gainsboro;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.datagridselected
{
	background-color: yellow;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.calimage
{
	cursor:hand;	
}
.fieldnote
{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color:#16429a;
	font-style:italic;
}
.carttable
{
	width: 80%;
	background-color:  Gray;
	border-width: medium;
	border: 1;
	border-color:Gray;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.cartheader
{
	background-color: #354F8A;
	
	color: White;
	text-decoration: none;
	font-family: Arial;
	font-size: 11pt;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B7C2E0,endColorStr=#354F8A);
}
.cartitema
{
	background-color: #FFFFFF;
    border-bottom: 1;
    border: 1;
    border-color: Gray;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
}
.cartitemb
{
	background-color: #E8E8E8;
    border-bottom: 1;
    border: 1;
    border-color: Gray;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
}
.VideoPlayer
{
	background-color:#F5DDBC ;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC);	
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.meetresults
{
	text-align:center;
	background-color: #FFFFFF;
}
.docsresults
{
	text-align:left;
	background-color: #FFFFFF;
}

#wrapper {
	height: auto;
	width: 760px;
	text-align: left;
	margin: auto;
}
body {
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000066;
}
h6 a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}

#header {
	background-image: url(images/limsheader.jpg);
	height: 100px;
	width: 740px;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#nav {
	height: 60px;
	width: 760px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#nav li {
	list-style-type: none;
	float: left;
	padding-right: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	padding-left: 0px;
}
#nav ul {
	background-color: #000033;
	margin-top: 5px;
}

.link {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000033;
}
#content {
	width: 760px;
	height:auto;
	margin-top: 10px;
}
#footer .right {
	float: left;
	width: 160px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
}

#footer {
	clear: both;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9C7B4;
	border-bottom-color: #C9C7B4;
	width: 760px;
	height: 25px;
}

#footer .left {
	float: left;
	width: 195px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer .center {
	float: left;
	width: 190px;
	text-align: center;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}