@charset "utf-8";

/* CSS Document */



a:link {

	color:#FF9900;

	}

#container {
	background: transparent url(images/bg.jpg) repeat-y;
	margin-right:auto;
	margin-left:auto;
	width:940px;
}	

body {


margin: 0;
font-family:Arial, Helvetica, sans-serif;

font-size:12px;
background-color: #588d3a;

}



h3 {

color:#009900;

font-size:12px;

font-weight:bold;

}


a.menu{text-decoration: none; font-weight:bold; font-size:12px; margin: 2px 8px; }

a.menu:link {color: white; text-decoration: none; font-weight:bold; font-size:12px; padding: 2px 5px; }

a.menu:visited {color: white; text-decoration: none; font-weight:bold; padding: 2px 5px; }

a.menu:hover {color: #8e5408; text-decoration: none; font-weight:bold; padding: 2px 5px; }

a.menu:active {color: white; text-decoration: none; font-weight:bold; padding: 2px 5px; } 


a.submenu{text-decoration: none; font-weight:bold; font-size:12px; }

a.submenu:link {color: #009900; text-decoration: none; font-weight:bold; font-size:12px; }

a.submenu:visited {color:  #009900; text-decoration: none; font-weight:bold; }

a.submenu:hover {color: #000000; text-decoration: none; font-weight:bold; }

a.submenu:active {color:  #009900; text-decoration: none; font-weight:bold; } 

.emphasisedText{

	color:#009900;

	}



.WhiteHeading{

	color:#FFFFFF;

	font-size:16px;

	font-weight:bold;

	}



a:active{

	color:#FF9900;

	}

	

a:hover{

	color:#8e5408;

	}

	

.white{

	color:#FFFFFF;

	}

.footer-tagline {

	font-size: 14px;

	font-weight: bold;

	color: #5E0000;
	font-style:italic;

}

.footer{
	background-color:#FF9900;
	padding: 10px;
	text-align:center;
}

.tiger{
	font-size:18px;
	color:#FF9900;
	font-style:italic;
	font-weight:bold;
	padding: 20px;

}

h1{
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
	padding: 0 2px 2px 50px;
	border-bottom-style:solid;
	border-color:#FF9900;
	border-bottom-width:1px;
	display:inline;
	background:url(../images/eye-icon.jpg) bottom left no-repeat;
	}
	
h2{
	color:#009900;
	font-size:14px;
	font-weight:bold;

	}
	
.h1-container{
	padding-bottom:30px;
	}
	
.side-links{
	padding:7px;
	background-color:#fce2aa;
	width:200px;
	}
	
.side-links ul{
	list-style:none;
	margin-left:5px;
	padding-left: 5px;
	}
	
.side-links li{
	list-style:none;
	margin-left:5px;
	padding-left: 5px;
	padding-bottom: 10px;
	}