﻿html, body
	{
  margin: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	}
	
a img
	{
	border: 0px;
	}
	
#bodyWrapper
   	{
	width: 100%
	}
	
#headerBar
	{
	width: 800px;
	height: 120px; /* For IE */
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
	
#logo 
	{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	}
	
#topLinks, #toplinks a:link, #toplinks a:visited
	{
	position: relative;
	float: right;
	top: 5px;
	right: -80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C3D77; /* Blue */
	}
	
#topLinks a
    {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C3D77; /* Blue */
  text-decoration: none;
  }
  
#ILMLogo
	{
	position: relative;
	float: right;
	top: 27px;
	right: 0px;
	text-align:right;
	}
	
#ILMLogo img
	{
	width: 80px;
	}
	
#menuWrapper
	{
	width: 100%;
	height: 120px; /* For IE */
	background-color: #a0e1b5; /*#b6d835;  Green */
	border-top-width: 2px;
	border-top-color: #339967; /* Dark Green */
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #339967;
	border-bottom-style: solid;
	}
	
#menuBar
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
#menuBar #menu
	{
	width: 175px;
	height: 120px; /* For IE */
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	}
	
#menuBar #image
	{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	}

ul#mainnav
	{ 
	width: 175px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	}
	
ul#mainnav li a
	{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 17px;
	margin-left: 1px;
	}
	
ul#mainnav li a:link, ul#mainnav li a:visited
	{
	width: 175px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #494d8b;
	}
	
ul#mainnav li.link 
	{
	border-top: 2px solid #339967;
	margin-top: 2px;
	}
	
ul#mainnav li a:hover
	{
	color: #5f7f00;
	}
	
#contentWrapper
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-image: url(images/contentBG.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#sideBar
	{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 155px;
	background-color: #494d8b;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	}
	
#NewslettersHeader
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}
	
.NewslettersLine
	{
    border: 0;
    width: 155px;
	color: #ffffff;
    background-color: #ffffff;
    height: 2px;
	}
	
#sideBarContent
	{
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}
	
#sideBarContent a:link, #sideBarContent a:visited
    {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
    }
	
#content
	{
	position: relative;
	float: left;
	padding-top: 20px;
	margin-bottom: 10px;
	top: 0px;
	left: 25px;
	width: 600px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}
	
#footerWrapper
	{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #339967;
	}
	
#footer
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C3D77; 
	}
	
#footer #copyright
	{
	position: relative;
	float: left;
	top: 3px;
	left: 0px;
	}
	
#footer #opcs
	{
	position: relative;
	float: right;
	top: 3px;
	right: 0px;
	}
	
#footer #opcs a
	{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C3D77; 
	}

.clear
	{
	clear: both;
	}
	
/* Login Page */

.LoginTitle
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C3D77;
	padding-bottom: 20px;  
	}

.LoginLabel
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px; 
	    
	}

.LoginError
	{
	    
	}

.LoginButton
	{
	    
	}