/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #CCCC8F;
		background-color: #f5f5f5;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	margin: 10px;
	text-align: left;
	}
	div#header-wrap {
		margin: 3 px 0;
		}
		div#header-in {
			padding: 3 px;
			color: #666600;
			background-color: #CCCC8F;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 0 0 210px;
			color: inherit;
			background-color: #fff;
			height= 100%;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #CCCC8F;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#left-in {
				padding: 1px;
				}
				
	div#centerfullwidth {
		
		}
		div#centerfw {
			margin: 0 0 0 25px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#center-infw {
				padding: 20px;
				}
				
				
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}






																/* >>> SUB CONTAINERS <<< */
* { }





																/* >>> LISTS <<< */
ul#nav-left {
	margin: 20px;
	list-style: none;
	}
	ul#nav-left li {
		
		}
		ul#nav-left li a {
			display: block;
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-left li a:hover {
			color: #666;
			background-color: #C2C299;
			border-bottom: 1px solid #E3EFFF;
			}
ul#nav-top {
	float: right;
	padding: 2px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 108px;
			color: #888;
			background-color: #CCCC8F;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #663300;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
	p a:visited, ul.list a:visited {
	  	color: #C2C299;	
	background-color: inherit;
		border-bottom: 1px solid #eee;
		}
div#slideshowlink
	a:visited, a:hover, a {
	color: #808059;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 0px solid #FFF;
	}
div#search_label {
 	position:absolute;
 	top:155;
 	left:650;
 	width:100px;
	border: 2px solid #CCCC8F;
	color: #66672C;
        text-decoration: bold;
	<!--color: #663300;-->
	background-color: inherit;
	text-decoration: none;
	
	
}


																/* >>> FORMS <<< */
* { }

/*>>> RSS Feed for  Index Pages <<< */
/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 480px;

	 background-color: #ffffff;

}



.rss_title, rss_title a {

	margin: 0px 0;

	padding: 0;

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {
}

.rss_item a:link {
	color: #663300;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
 .rss_item a:active {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
 .rss_item a:visited {
	  	color: #C2C299;	
	background-color: inherit;
		border-bottom: 1px solid #eee;
		}


.rss_item a:hover { 



	}

	

.rss_date {

	font-size: xx-small;

	}





																/* >>> END <<< */


