html,	body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
.inner{
	background-color: transparent;
	padding:0;
	margin:0;
	width: 720px;
}
.inner1{
	background-color: transparent;
	padding:0;
	margin:0;
}
#page {
	background-color: #e9eef2;
	height: 100%;
}
#topRow {
	background-color: #FFF;
	height: 10%;
}
#midRow {
	height: 595px;
	background: url('images/bg.gif') repeat-x;
}
#bottomRow {
	height: 10%;
}
#mainHolder {
	margin:0 auto;
	background: url('images/main.jpg');
	width: 940px;
	height: 595px;
}
#header {
	height: 77px;
}
#header #symbol {
	float: left;
	padding: 18px 0 0 18px;
}
#menu {
	padding: 26px 0 0 119px;
	margin: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 7px 11px;
	height: 16px;
	border-right: 1px solid #FFF;
	float: left;
	display:block;
}
#header #menu a:hover {
	background: url('images/over.gif') repeat-x;
}
#header #menu a.selected, #header #menu a.selected:hover {
	color: #3b6500;
	background: url('images/on.gif') top repeat-x;
}
#content {
	height: 493px;
}
#content #contentFrame {
	position: absolute;
	margin-left: 13px;
}

#footer {
	padding: 8px 0 0 18px;
	text-align: left;
	color: #0073b5;
	font-size: 11px;
	direction: rtl;
}
#footer a{
	color: #0073b5;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#innerContent {
	padding: 10px;
	direction: rtl;
	line-height: 19px;
}
ul.greenSquares {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.greenSquares li {
	background: url('images/greenBullet.gif') right 7px no-repeat;
	padding: 0 10px;
}
ul.greenSquares li a {
	color: #005c9f;
	text-decoration:none;
	font-weight: bold;
}
ul.greenSquares li a:hover {
	color: #029de5;
}
ul.greenSquares2 {
	padding: 0;
	margin: 0 25px;
	list-style-type: none;
}
ul.greenSquares2 li {
	background: url('images/greenBullet.gif') right 11px no-repeat ;
	padding: 5px 10px;
}
ul.greenSquares2 li a {
	color: #005c9f;
	text-decoration:underline;
}
ul.greenSquares2 li a:hover {
	color: #029de5;
}
ul.greenSquares3 {
	padding: 0;
	margin: 0 25px;
	list-style-type: none;
	line-height: 23px;
}
ul.greenSquares3 li {
	background: url('images/greenBullet.gif') right 12px no-repeat ;
	padding: 3px 10px;
}
h1 {
	padding:0;
	color: #005c9f;
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0;
}
h2 {
	padding:0;
	margin:0;
	color: #029de5;
	font-weight: bold;
	font-size: 16px;
}
.bigphoto {
	float:left;
	padding: 0 10px 10px 5px;
}

.table1, .table2 {
	border: 1px solid #b4b4b4;
}

.table1 td {
	border: 1px solid #b4b4b4;
	padding: 5px 10px;
}
.table1 tr.bluetd {
	background-color: #e9eef2;
}
.table1 th {
	border: 1px solid #b4b4b4;
	padding: 5px 10px;
	background-color: #0078ba;
	font-weight: bold;
	color:#fff;
}
ol.numbers {
	padding: 0;
	margin: 0 25px;
	list-style-type: decimal;
	font-weight: bold;
}
ol.numbers li {
	padding: 5px 2px;
}
ol.numbers li span {
	font-weight: normal;
}
ul.greenDiscs {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.greenDiscs li {
	background: url('images/greenBullet2.gif') right 12px no-repeat ;
	padding: 5px 12px;
}
.coloredSpan {
	border: 1px solid #b4b4b4;
	border-left: none;
	background-color: #e9eef2;
	padding: 3px 5px;
}
.borderSpan {
	border: 1px solid #b4b4b4;
	background-color: #fff;
	padding: 3px 5px;
}
.link {
	color: #005c9f;
}
.link:hover {
	color: #029de5;
}
hr {
  color: #fff; background-color: none; border: 1px dotted #a2a2a2; border-style: none none dotted;
  height: 5px;
}
.table2 {
	background-color: #fff;
}
.table2 td {
	border: 1px solid #b4b4b4;
	padding: 0 5px;
}
.table2 td.coloredTd {
	background-color: #e9eef2;
}