﻿
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 3px; 
	font:76%/140% Verdana,Arial,Helvetica,sans-serif;
	background: url(images/bg.gif);
}


.header
{
   border : 1px solid Blue;
   /*padding: .2em 0em .2em 1em;*/
   padding: 20px 0px 0px 10px;
   color: Navy;
   background: #87CEEB;
   width: 988px;
	margin-left: auto;
	margin-right: auto;
   /*overflow: hidden;*/
}

/* used for site name */
.header h1  {
 	font: bold 40px/60px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

.header h1.sponsor {
 	font: bold 30px/40px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style : italic;
}

.header h2  {
 	font: bold 30px/20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: white;
	float: left;
	padding: 0px 0px 2px 0px;
	margin : 10px;
}

.header h3 {
  font: bold 30px/20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  color: white;
  padding: 0 0 0 10px;
 /*text-align : right;*/
  /*float: right;*/
  }
  
/*.outer {
  padding: 0.5ex .5em 1em 1em;
  border : 1px solid #FF8C00;
  background-color : #FFFACD;
  color : Black;
}*/

/* Navigation Styles */
#navigation {
	width: 670px;
	/*margin-right: auto;
	margin-left: auto;*/
	padding-top: 20px;
	clear: both;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* content */
#content {
  /*padding: 0.5ex .5em 1em 1em;*/
  padding: 0.5ex 5px 1em 10px;
  border : 1px solid #FF8C00;
  background-color : #FFFACD;
  color : Black;
  overflow: hidden;
  width: 706px;
}

#content p {
	margin: 1em;
}

#content h1 {
	color:#94b3c5;
	letter-spacing:-1px;
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	clear : both;
	margin : 0.5em 0 0.5em 0;
}

#content h2 {
	color:#94b3c5;
	letter-spacing:-1px;
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	clear : both;
}

#content h3 {
  font-size: 90%;
  font-weight: bold;
  font-style : italic;
}

#content ul {
	margin-bottom : 2em;
}
#content ul li {
	color: Blue;
	margin-left : 30px;
	margin-right : 10px;
	font: bold 16px/24px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

img.imageright {
	 float: right;
	 margin: 5px;
}
img.imageleft {
	 float: left;
	 margin: 5px 10px 5px 0;
}

/* right */
#rightSideBar {
  float: right;
  width: 260px;      /* = $rhswidth */
  font-size: 100%;
  margin: 0 0 0 0;
  padding: 0em 0 0 1em;
  background: #CDEBEF;
  border-left: 1px solid Blue;
  border-right: 1px solid Blue;
  border-bottom : 1px solid Blue;
}

#rightSideBar h2 {
  font-weight: bold;
  padding: 0.25ex 1ex;
  margin : 3ex 0 0 0;
  font-size: 100%;
  background: Navy;
  color: white;
}
#rightSideBar h2:first {
  margin: 0;
}

#rightSideBar p {
  padding : 0 1ex 0ex 1ex;
  margin: 5px 0 5px 0;
  font-size: 90%;
}

.email  {
   /*display : inline;*/
   font-style : normal;
   font-size: 90%;
  unicode-bidi:bidi-override;
   direction: rtl;
} /* IWS - reversed email address */

#rightSideBar ul {
  font-size: 75%;
  list-style-type : none;
  margin-left: 1em;
  padding-left: 0;
}


/* class to handle header menu */
.menuBar {
  text-align: right;
  background : #F0E68C;
  margin : 0 0 0 0;
}
.menuBar * {
   color : 	Black;
  text-decoration: none;
}

/*#header ul, .menuBar ul {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  display: inline;
}*/

.menuBar ul li {
   color : 	Black;
  padding: .02em 0 0 5px;
  border-left: 1px solid;
  list-style: none;
  display: inline;
  margin : 0 0 0 0;
 	font: 100%,Verdana,Arial,Helvetica,sans-serif;
   }

/* First menu item has no left border */
/* firebird ok, 2nd one for ie */
.menuBar li.first  {
  border-left: none;
  }

.menuBar ul li:first-child  {
  border-left: none;
  }

#mytable {
	/*width: 99%;*/
	padding: 0;
	margin: 0;
	/*clear: right;*/
}

caption {
	padding: 0 0 5px 0;
	width: 95%;	 
	font: italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
/*	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;*/
	border-style: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background: none;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#footer {
clear : both;
margin : 2em 0 2em 0;
color : #777;
background : url(images/rlline.gif) no-repeat top right;
 font-size : 75%;
}
#footer .right {
float : right;
text-align : right;
background : inherit;
padding-top : 10px;
}
#footer .centre {
text-align : 	center;
background : inherit;
padding-top : 10px;
}
#footer a {
text-decoration : none;
}
.emphasis {
	color: #990033;
	font-weight: bold;
	font-style: italic;
}
.highlight {
	border-style: dotted;
	background-color: #FFCC66;
}
