﻿/* CSS Document for Excel */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Segoe UI, Verdana, Arial, Times New Roman;
}
a
{
	outline: none;
}
.clear
{
	clear: both;
	height: 10px;
}

/* Backgorund image loading */

#loader
{
	width:985px;
	position:absolute;
	z-index:-1;
}
#loader .loading
{
	background: url("../images/spiner.gif") no-repeat center center;
}

/* Page style begin */

#parentcontent
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}
#maincontent
{
	padding-top:40px;
	width:985px;
}


/* Page style end */

/* Header style begin */

#header
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Header style end */

/* Content style begin */

#content
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}
.contentdet
{
	width:660px;
	float:right;
	margin-top:165px;
}
ul.bottomlink
{
	margin:0;
	padding:0;
	margin-top:350px;
	float:right;
}
ul.bottomlink li
{
	list-style:none;
	display:block;
	float:left;
}
ul.bottomlink li a
{
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	text-decoration:none;
	color:#73a646;
	padding-left:25px;
	padding-right:30px;
}
ul.bottomlink li a:hover
{
	color:Black;
}
ul.bottomlink li.homelink
{
	background:url("../images/homeimg.gif") no-repeat;
}
ul.bottomlink li.sitemap
{
	background:url("../images/sitemapimg.gif") no-repeat;
}



/* Content style end */

#clearfooter
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height:60px;
	clear: both;
}

/* Footer style begin */

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	font-size:11px;
	color:#a6a6a6;
}

/* Footer style end */

