#all {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

marquee {
	background-color: #ff9933;
	font-family: "Arial Black";
	font-size: small;
	color: #003399;
	direction: ltr;
	width: 1000px;
}

#header {
	text-align: center;
	float: left;
	width: 1000px;
	clear: both;
}

#header img {
   display: block; 
   padding: 0;
   margin: 0;
   border: 0;
   position:static;
}

#left {
	float: left;
	width: 800px;
	clear: left;
	font-family: verdana, kalimati;
	font-size: small;
	position: static;
}

#left img {
   display: block; 
   padding: 0;
   margin: 0;
   border: 0;
}
	
#left a {
	border: hidden;
}

#middle {
	float: left;
	width: 1000px;
	clear: both;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
}

#middle a {
	border:hidden;
}

#middle img {
	float:left; 
	clear: none;
	width: 190px;
	height: 190px;
    padding: 5px;
    margin: 0;
	border:none;
	position:static;
}

#right {
	float: left;
	width: 191px; 
	clear: none;
	border-left: 4px #cccccc solid;
	padding-left: 5px;
	font-family: verdana, kalimati;
	font-size: small;
	position: static;
}

#footer {
	border-top: 4px #cccccc solid;
	float: left;
	width: 1000px;
	clear: both;
    text-align: center;
  	font-family: verdana, kalimati;
	font-size: small;
	position:static;
}

#footer img {
	width:auto;
	height:auto;
	float:none;
}

#menu ul {
	margin-left: -2.5em;
}

#menu li {
	list-style-type: none;
	float: left;
	width: 125px;
	text-align: center;
	font-family: verdana, kalimati;
	font-weight: bold;
	font-size: small;
}

#menu li ul {
	display: none;
}

#menu li:hover > ul {
	display: block;
	position: absolute;
	top: inherit;
	z-index: 500;
}

#menu a {
	text-decoration: none;
	color: black;
	display: block;
	border: 3px #003399 outset;
	background-color: #ff9933;
	width: 125px;
}

#menu a:hover {
	background-color: #99cccc;
}	

h1 {
	font-family: arial, "nimbus sans L";
	Text-align: left;
	font-size: x-large;
	color: #003399;
	position: relative;
	clear: both;
}

h2 {
	font-family: arial, "nimbus sans L";
	Text-align: left;
	font-size: large;
	color: #003399;
	position: relative;
	clear: both;
}

h2 a {
	text-decoration: none;
	color: #003399;
}

h2 a:hover {
	background-color: #99cccc;
}

h3 {
	font-family: arial, "nimbus sans L";
	font-size: small;
	color: black;
	position: relative;
	clear: both;
}

hr {
	width: 100%;
	height: 2px;
	color: #003399;
}

h1 a {
	text-decoration: none;
	color: #003399;
}

h1 a:hover {
	background-color: #99cccc;
}

button {
	text-decoration: none;
	background-color: #ff9933;
}

button:hover {
	background-color: #99cccc;
}

.alert {
	color: red;
}

.underline {
	text-decoration:underline;
}

.menu2 ul {
	margin-left: -2.5em;
	float: left;
	clear: right;
	padding-left: 32px;
}

.menu2 li {
	list-style-type: none;
	width: 180px;
	text-align: center;
	font-family: verdana, kalimati;
	font-weight: normal;
	font-size: small;
}

.menu2 a {
	text-decoration: none;
	color: black;
	display: block;
	border: 3px #003399 outset;
	background-color: #ff9933;
	width: 150px;
	height: 18px;
}

.menu2 li ul {
	display: none;
}

.menu2 a:hover {
	background-color: #99cccc;
}

a {
	text-decoration:none;
	color:#003399;
	font-size:small;
}

a:hover {
	background-color:#99cccc
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#003399;
	font-weight: bold;
	text-align:center;
	background:#cccccc;
}	

td {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	vertical-align:top;
	height: 4px;
	color:black;
	background-color:#dddddd;
}

.tabletitle {
	background-color:#FF9933;
}

hr {
	float:left;
	clear:both;
	color:#cccccc
}

.demo img {
	float: left;
	clear: right;
}