html{
	min-height: 100%;
   width: 100%;
   height: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	text-align: center;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
}
table{
	min-height: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
td.main{
    height: 100%;
    text-align: center;
	 width: 100%;
}
div.container{
	position: relative;
	background-color: #BFCABA;
	background-image: url(images/contain.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 750px;
	vertical-align: top;
	text-align: center;
}
.content{
	position: relative;
	top: 2.4em;
	padding-left: 10px;
	margin-right: 110px;
	text-align: left;
	margin-bottom: 25px;
	clear: left;
}
.imgbar{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	background-color: #49A231;
	height: 100%;
	z-index: 50;
	display: block;
}
h1{
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: -0.5em;
}
#navbar{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #1C4617;
	width: 650px;
	z-index: 60;
	padding-top: 0.2em;
}
.bottombar{
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	position: relative;
	bottom: -25px;
	left: 0px;
	height: 89px;
	width: 100%;
	text-align: left;
	z-index: 40;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.4em;
}
.footer{
	font-size: 0.8em;
	width: 750px;
	z-index: 50;
}
.nic{
	position: relative;
	float:left;
	margin-left: 60px;	
}
.iso{
	position: relative;
	float:right;
	margin-right: 60px;		
}
a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #336600;
	text-decoration: underline;
}
.topmenuul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.topmenuli{
	position: relative;
	left: -40px;
	list-style-type: none;
	float: left;
}
a.topmenutitle{
	display:block;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	height: 1.8em;
	line-height: 1.3em;
	padding-left: 3px;
}
a.topmenutitle:hover{
	text-decoration: underline;
	color: Yellow;
	
}
.imgleft{
	position: relative;
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
.imgright{
	position: relative;
	float:right;
	margin-left: 10px;
	margin-top: 5px;
}
li:hover ul , li.over ul{ 
	display: block;
}
#dmenu li>ul { 
	top: auto;
	left: auto;
}

#dmenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.submenuul {
	margin-top: -1px;
	background-color: #FFFF99;
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: none;
	width: 13.4em;
	text-align: left;
}

.submenuli a{
	padding:2px;
	text-decoration: none;
	color: #000000;
	display:block;
	width:13.4em;
}
.submenuli a:hover{
	text-decoration: none;
	background-color: #006633;
	color: #FFFFFF;
	width:13.4em;
}
.splashbot{
	background-image: url(images/splashbot.jpg);
	background-repeat: repeat-y;
	position: relative;
	bottom: -10px;
	left: 0px;
	height: 15px;
	width: 100%;
	text-align: left;
	z-index: 40;
	background-position: left;
	background-color: #49A231;
}
li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}