@charset "UTF-8";
/* CSS Document */
body {
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
*/
/*	background-color:#FFFFFF;	white */
/*	margin-left:20px; margin-right:20px;
margin-top:20px; margin-bottom:20;	*/




}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}





a:link, a:visited, a:active {
	color: #CC0000; 	/*	#666666		*/
	font-weight: bold; 
	text-decoration: none; 
	}
	
a:hover {
	color: #3333FF; 	/*	#cc0000		*/
	font-weight: bold; 
	text-decoration: underline; 
	}
	
h1 { 
	font-family: Tahoma; 
	font-size: 2.5em; 
	}

h2 {
	color: #666666; 
	}
	
h2 a:link, h2 a:visited, h2 a:active  {
	color: #CC0000; 
	}

h2 a:hover  {
	color:#3333FF; 
	}

h3.widgettitle {
	color: #555555; 
	font-size: 1.3em; 
	}
		
a.header:link, a.header:visited, a.header:active {
	color: #666666; 
	}
	
a.header:hover {
	color: #000000; 
	}

p.header { 
	color: #666666; 
	}
	
	
	
	
			
#page-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 800px;
	font-size: 80%;
	margin: 0 10px; 
	}
	
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:	center;	
	width:800px;
	/* 
	min-width: 800px;
	font-size: 80%;	*/
	margin: 0 10px; 
	}
	
#bodyblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	width:800px;
	/* 
	text-align:	center;	
	
	min-width: 800px;
	font-size: 80%;
	margin: 0 10px; 	*/
	}	
	
	
	
	

#outer-column-container {
	border-left: solid 15em #fff; 
	border-right: solid 15em #fff;
	}
	
#left-column {
	margin-left: -15em; 
	width: 15em; 
	}
	
#right-column {
	margin-right: -15em; 
	width: 15em; 
	}
	
.searchbox {
	width: 15em; 
	}

#left-column .inside .searchfield {
	width: 80%;
	}

#right-column .inside .searchfield {
	width: 80%;
	}

#left-column .inside ul li a, 
#right-column .inside ul li a {
	color: #666666; 
	border-left: solid 7px #dddddd; 
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	color: #000000; 
	border-left: solid 7px #000000; 
	}



