html, body	{margin:0;
		padding:0;
		direction:ltr
		}

body		{font-family: arial, sans-serif; 
		color:black;
		font-size: 14;
 		}

/* Hides hack from IE-mac \*/
* html .holyhack {height: 1%;}
/* End hack hide from IE-mac */


a:link {color: green;}
a:visited {color: green;}
a:hover {color: blue;}
a:active {color: blue;}

a.sidebar:link {color: #FFFFFF;text-decoration: none;}
a.sidebar:visited {color: #FFFFFF;text-decoration: none;}
a.sidebar:hover {color: #FFFFFF;text-decoration: underline; }
a.sidebar:active {color: #FFFFFF;}

blockquote 	{ width: 400px; 
		  padding-left: 145px;
		} 
		
p.ctrheading	{text-align: center;
		 font-weight: bold;
		}


p.center	{text-align: center;
		}
p.heading	{font-weight: bold;
		}

#container 	{display:block;
		margin:0;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
 		padding:10px;background:#254117;}
		

#header 	{display:block;
		padding:0;
		width:100%; 		height:100px;
		background:#254117;
		color:white;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
				}

#content 	{display:block;
		padding:5px;
		margin-left:170px; 
		background:#D4D4D4;
		height:100%;
		 }

#sidebar 	{display:block;
		position: absolute;
		top: 105px;
		left: 10px;
		margin: 25px;
		color:white;
		font-weight:bold;
		height:100%;
	
		padding:5px; 
		background:#254117;
		text-align: center;}

img 		{margin:0;border:0;
		align: center;
		}



