/* Container */
#container 	{ z-index:0; margin:0 auto; text-align:left; background:#FFFDD0; width:844px; height:auto; }
body { background-color: #FFFDD0; }

/* Main page Menu navigation / Header */
#header 	{ 	z-index: 1; 
				width: 844px; height: 250px;
				background-image:url(images/header_temp.png);
				background-repeat:no-repeat; }
p.nav 		{ 	text-align: center; 
				letter-spacing: 1px;
				padding-top: 220px;
				font-family:"Trebuchet MS", Tahoma;
				font-size: 22px;
				color: #c6db45; }
a			{ 	text-decoration:none; color: #c6db45; }
a:link		{ 	text-decoration:none; color: #c6db45; }
a:visited   { 	text-decoration:none; color: #c6db45; }
a:hover     { 	text-decoration:none; color: #fbfbfb; }

/* Sidebar */
#sidebar 	{ 	z-index: 1;
				float: left; 
				background: #c6db45;
				padding-top: 1px;
				height: 469px;
				width: 39px; }
			
/* Main page Content */
#content 	{ 	z-index: 1;
				background: #c6db45; 
				width: auto; height: 468px;
				background-image: url(images/footprint.png);
				background-position: right;
				background-repeat: no-repeat;
				padding-top: 2px; 
				overflow: auto; }

p.normal 	{ 	text-align: justify; 
				font-family: "Trebuchet MS", Tahoma;
				font-size: 14px;
				color: #191919; 
				padding-right: 60px; }
				
td  		{   text-align: justify; font-family: "Trebuchet MS", Tahoma; font-size: 14px; }

img 		{ border: none; padding-top: 20px; margin-left: 3px;}			
img.normal 	{ border: none; padding-left: 15px; padding-right: 35px; padding-top: 7px; }
img.leftnav { border: none; padding-left: 15px; padding-top: 25px; }

a.email			{ 	text-decoration:underline; color: #fbfbfb; }
a:link.email	{ 	text-decoration:underline; color: #fbfbfb; }
a:visited.email	{ 	text-decoration:underline; color: #fbfbfb; }
a:hover.email   { 	text-decoration:underline; color: #191919; }

h4 { text-align: left; font-family: "Trebuchet MS", Tahoma; font-size: 14px; color: #191919; padding: 0px; }

ul { text-align: left; font-family: "Trebuchet MS", Tahoma; font-size: 14px; color: #191919; padding: 0px; list-style-type:none; }

body {
scrollbar-3dlight-color: #191919;
scrollbar-arrow-color: #999999;
scrollbar-base-color: #999999;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #c6db45;
scrollbar-highlight-color: #191919;
scrollbar-shadow-color: #191919;
}

/* Footer */
#footer 	{ 	z-index: 1; 
				background: #FFFDD0; 
				width: auto; height: 25px;
				text-align:left;
				color:#CCCCCC;
				padding-top: 3px;
				padding-left: 5px;
				font-family: "Trebuchet MS", Tahoma; 
				font-size:11px; }
				
a.footer			{ 	text-decoration:none; color: #CCCCCC; border:none; }
a:link.footer		{ 	text-decoration:none; color: #CCCCCC; border:none; }
a:visited.footer   	{ 	text-decoration:none; color: #CCCCCC; border:none; }
a:hover.footer     	{ 	text-decoration:none; color: #CCCCCC; border:none; }
