body { 
	text-align:center; 
	background-color: #CCC;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}
	
#container {
	margin: 0 auto;  
	width: 800px;
	text-align:left;
	background-color: #FFF;
}   

/* Hide from IE5 Mac  \*/
* html div#container {
   height: 1%;
}
/* */

div#top {
	width: 800px;
	height: 50px;
	background-image: url(../media/header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CCCCCC;
	position: relative;
}

div#mediaholder {
	width: 800px;
	height: 200px;
	background-image: url(../media/mainimage.jpg);
	background-repeat: no-repeat;
}

div#mediameeting {
	width: 800px;
	height: 200px;
	background-image: url(../media/meeting.jpg);
	background-repeat: no-repeat;
}

div#content {
	width: 470px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div#contentlarge {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div#right {
	width: 280px; 
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

div#banners {
	float: right;
	margin-right: 10px;
}

div#bannermeeting {
	width: 190px;
	height: 100px;
	text-align: left;
	background-image: url(../media/bannermeeting.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	background-position: right bottom;
}

div#banner {
	width: 190px;
	height: 90px;
	text-align: left;
	background-image: url(../media/bannerback.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	background-position: right bottom;
}

#banner h1
	{
	padding: 3px;
	font: bold small/1.1em verdana, sans-serif;
	margin-top: -14px;
	margin-bottom: -4px;
	}

#banner p
	{
	padding: 3px;
	font: bold x-small/1em verdana, sans-serif;
	color: #FFFFFF;
	}

div#footer {
	width: 800px;
	height: 4em;
	background-image: url(../media/Footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	background-color: #CCCCCC;
}

/* NAVIGATION */


div#navigation {
	width: 800px;
	float: right;
	font: 0.8em verdana, sans-serif;
	text-transform: uppercase;
	position: absolute; 
	bottom: 0;
}

/* Commented by Prabhath

#navigation ul li a {
	display: inline;
	}

#navigation li	{
	margin: 0;
	padding: 0;
	float: right;
	font: 0.8em/1.9em verdana, sans-serif;
	text-align: center;
	border-left: 1px solid #CCCCB2;
	height: 1.9em;
	line-height: 1.9em;
}

#navigation a:link, #navigation a:visited	{
	display: block;
	padding: 0px 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#navigation a:hover	{
	background:#CCCCB2;
	color: #333333;
	height: 1.9em;
}

#navigation li.active a{
	background:#CCCCB2;
	color: #333333;
	height: 1.9em;
	}
	
*/

/* MAIN NAVIGATION */

div#mainnavigation {
	width: 800px;
	background-color: #00AF9E;
	float: left;
	font: 0.8em verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1.9em;
}

/* Commented by Prabhath

#mainnavigation ul li a {
	display: inline;
	}
	
#mainnavigation li	{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
	font: 0.8em/1.9em verdana, sans-serif;
	border-right: 1px solid #FFFFFF;
	height: 1.9em;
	line-height: 1.9em;
}

#mainnavigation a:link, #mainnavigation a:visited	{
	display: block;
	padding: 0px 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#mainnavigation a:hover	{
	background:#CCCCB2;
	color: #333333;
	height: 1.9em;
}

#mainnavigation li.active a{
	background:#FFFFFF;
	color: #333333;
	height: 1.9em;
	}
	
*/


/* Start update by Prabhath
----------------------------------------------------------------------------- */

div#navigation ul {
	list-style-type: none;
}

div#navigation li {
	display: block;
	float: right;
	font: 0.8em/1.9em verdana, sans-serif;
}

/* IE double margin bug \*/
* html div#navigation li {
	display: inline;
}
/* */

div#navigation li a {
	padding: 0px 1em;
	height: 1.9em;	
	display: block;
	text-decoration: none;
	color: #333333;
	border-left: 1px solid #CCCCB2;
}

/* Make menu tabs clickable in IE5 \*/
* html div#navigation li a {
	float: left; 	/* Else only the text is clickable in IE */
}
/*  */

div#navigation li a:hover {
	background-color: #CCCCB2;
}

div#navigation li.active a {
	color: #FFF;
	background-color: #CCCCB2;
}

/*  Display the default cursor to give the impression 
	that the current link is not clickable */
div#navigation li.active a:hover {
	cursor: default;
}

div#mainnavigation ul {
	list-style-type: none;
}

div#mainnavigation li {
	display: block;
	float: left;
	font: 0.8em/1.9em verdana, sans-serif;
}

/* IE double margin bug \*/
* html div#mainnavigation li {
	display: inline;
}
/* */

div#mainnavigation li a {
	padding: 0px 1em;
	height: 1.9em;	
	display: block;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #FFFFFF;
}

/* Make menu tabs clickable in IE5 \*/
* html div#mainnavigation li a {
	float: left; 	/* Else only the text is clickable in IE */
}
/*  */

div#mainnavigation li a:hover {
	background-color: #CCCCB2;
}

div#mainnavigation li.active a {
	color: #333333;
	background-color: #FFFFFF;
}

/*  Display the default cursor to give the impression 
	that the current link is not clickable */
div#mainnavigation li.active a:hover {
	cursor: default;
}

/* End update by Prabhath
------------------------------------------------------------------------------ */


/************ RIGHT MENU *********************/
	
#right ul {
	margin-right: 10px;
	}

#right li a {
	height: auto;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 0px 0 0 10px;
	font: 0.8em/1.8em verdana, sans-serif;
	border: 1px solid #999966;
	}	
	
#right li a:link, #right li a:visited {
	color: #333333;
	display: block;
	background: url(../media/menu.gif) no-repeat right;
	}
	
#right li a:hover {
	color: #333333;
	background: url(../media/menuover.gif) no-repeat right;	
	}
	
#right li a:active {
	color: #FFFFFF;
	background: url(../media/menudown.gif) no-repeat right;
	}
	
#right li.active a{
	color: #FFFFFF;
	background: url(../media/menudown.gif) no-repeat right;
	}

#submenu { 
	margin-left: 15px; 
	}

/********* TEXT FORMATTING ************/

h1
{
	font-family: verdana, sans-serif;
	font-size:1.6em;
	color: #333333;
}

h2
{
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}

h3
{
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	color: #333333;
}

h4
{
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: 2px;
}

.smallprint {
	font-family: verdana, sans-serif;
	font-size: 0.7em;
}

#footer p
	{
	font: 0.6em verdana, sans-serif;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	}
	
#content p
	{
	font: 1em/2em verdana, sans-serif;
	margin-top: 1em;
	margin-bottom: 2em;
	}
	
#right p
	{
	padding-right: 10px;
	}
	
#top h1 {
	font: 1em verdana, sans-serif;
	text-indent: -2000px;
	}

/**************  INPUT  *******************/

/********* FORMS *********/ 

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  width: 100%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 20px 0px 0px 0px;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #003366;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
}

label {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	text-align: right;
	padding: 3px 10px 3px 0;
}

select { 
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 0;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.required input, .required textarea, .optional input, .optional textarea {
	width: 200px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 0;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.required input, .required textarea, .required select {
	border: 1px solid #990000;
}

textarea {
  overflow: auto;
}

.optional, .required {
	margin: 10px 0;
}


/* SOLUTIONS */  

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ol
	{
	font: 1em/2em verdana, sans-serif;
	}
	
/****************** LINKS  ******************************/  

a:link, a:visited {
	font-family: verdana, sans-serif;
	font-size: 96%;
	color: #333300; 
	text-decoration: none;
	}
	
a:hover {
	font-family: verdana, sans-serif;
	font-size: 96%;
	color: #999966; 
	text-decoration: underline;}

a:active {
	font-family: verdana, sans-serif;
	font-size: 96%;
	color: #00AF9E; 
	text-decoration: none;
	}

/**************** LINKS: GLOSSARY **********************/  

a.glossary:link, a.glossary:visited {
	color: #000000;
	text-decoration: underline;
}

a.glossary:hover {
	color: #999966;
	text-decoration: none;
}

/**************** LINKS: PDF **********************/  

a.pdf:link, a.pdf:visited {
	padding: 0 0 0 14px;
	background: url(../media/IconPdf.png) no-repeat left center;
}

a.pdf:hover {
	padding: 0 0 0 14px;
	background: url(../media/IconPdf.png) no-repeat left center;
}

/**************** LINKS: EXTERNAL **********************/  

a.external:link, a.external:visited {
	padding: 0 0 0 14px;
	background: url(../media/IconExternal.gif) no-repeat left center;
}

a.external:hover {
	padding: 0 0 0 14px;
	background: url(../media/IconExternalH.gif) no-repeat left center;
}

/**************** LINKS: EXTERNAL **********************/  

a.top:link, a.top:visited {
	padding: 0 0 0 14px;
	background: url(../media/IconTop.gif) no-repeat left center;
}

a.top:hover {
	padding: 0 0 0 14px;
	background: url(../media/IconTopH.gif) no-repeat left center;
}

/**************** LINKS: MORE **********************/  

a.more:link, a.more:visited {
	padding: 0 0 0 14px;
	background:  url(../media/IconMore.gif) no-repeat left center;
}

a.more:hover {
	padding: 0 0 0 14px;
	background:  url(../media/IconMoreH.gif) no-repeat left center;
}

table {
	padding: 4px;
	width: 95%;
	border: 1px solid #999966;
	background-color: #CCCCB2;
}

#content ul {
	font: 1em/2em verdana, sans-serif;
	width: 100%;
	margin: 0;
	padding-left: 20px;
	list-style-type: circle;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}

#content ul li {
	margin-top: 1em;
	margin-bottom: 0.6em;
	list-style-type: circle;
	padding-bottom: 0;
}

/* ----------------- BUTTONS ----------------- */

.buttons a {
    display:block;
	width:780px;
    margin:10px 0 20px -10px;
    background-color:#00AF9E;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:130%;
    line-height:160%;
    text-decoration:none;
	text-align:center;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons a:hover {
    background-color:#89D0C9;
}
