/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}

a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


p {
	padding: 10px;		
	margin: 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0px; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 70px; left: 47px;		
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
}

#main li {
	list-style-type: decimal ;
	padding: 5px 0 5px 0px;
}

#main li a{
	padding: 5px 0 5px 0px;
}

#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
.sidebar_title {
	margin-top: 20px;
	padding: 3px 5px; 
	font: bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	border-top :dotted;
	border-bottom :dotted;
	border-width: 3px;
	color: #728D26;	
}
#sidebar li {
	list-style: none;
	padding: 5px 0 1px 10px;
	margin: 0 2px;	
	color: #666666;	
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul li a:hover {	
	color: #1773BC;	
}
#sidebar ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul li { background: none; }


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #C6DDEE;
	text-decoration: none; 
}


.footer_link{
	text-align : left ;
	display: none;
}

.footer_link a{
	color : black ;
	font-size : 64% ;
	text-decoration : none ;
	text-align : left ;
	display: none;
}

