/* Stylesheet by: http://www.yourwebdesignpro.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #7d7e7d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin: 10px 50px 0px 50px;
	padding: 0px;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #cc0000;
	padding: 0px 0px 10px;
}
h2 {
	font-family: Tahoma;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	color: #CC0000;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
h5 {
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
.highlighttext {
	background-color: #FF0
}
.footbold {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #00F;
}
.animation {
	background: url(../images/animation.gif) no-repeat;
	margin: 0px 0px 0px 240px;
	
}

/* Menu */

#menu {
	float: none;
	margin: auto;
	width: 100%;
	line-height: normal;
	height: 35px;
	display: inline;
	padding: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
	display: inline;
}

#menu li {
	float: right;
	list-style-image: none;
	margin: 0px 35px 0px 1px;
	padding: 0px;
	display: inline;
	clear: none;
}
#menu a {
	display: inline;
	width: auto;
	height: 20px;
	padding: 5px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover {
	background: url(../images/img02.png) repeat-x 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#menu .active {
	background: url(../images/img02b.jpg) repeat-x 0px 0px;
}
/* Menu 3 starts here */
#menu3 {
	width: 165px;
	float:left;
	margin-bottom: 15px;
}

#menu3 ul
{
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: circle;
	list-style-position:inside;
	margin:0px;
	padding:0px;
	font-weight: bold;
}
#menu3 li
{
	display: inline;
/* for IE5 and IE6 */
}

#menu3 a
{
	color: #000;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 15px 0px 15px 10px;
	width: 160px;
	background-color: #EDC863;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#menu3 a:link, #menu3 a:visited
{
	color: #C00;
	text-decoration: none;
}

#menu3 a:hover
{
	border-left: 5px solid #CC0000;
	color: #000;
	background: #EDC863;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#menu3 li a#current
{
	border-left: 5px solid #CC0000;
	background: #000;
	color: #FFF;
}
/* Menu 3 ends here */
