/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */



/* basic elements */
body { 
	font: 8px arial; 
	color: #000000;  
	margin-left: 7px;
	margin: 0px; 
	}
	
h3 { 
	font: normal 20pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	color: #7D775C;
	}
a:link { 
	font: normal 10pt arial;
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font: normal 10pt arial;
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	font: normal 10pt arial;
	text-decoration: none; 
	color: #9685BA;
	}


/* specific divs */
#container { 

	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	}
#banner {
	font: normal 10pt arial;
	margin-bottom: 2px;
	margin-top: 10px;
	margin-left: 15px;
	color: #9685BA;
	}
	
#content {
	font: normal 10pt arial;
	margin-bottom: 20px;
	width: 600px;
	margin-left: 15px;
	}
	
#bodytext {
	font: normal 10pt arial;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 15px;
	color: #000000;
	}

	
#navmain {
	font: normal 10pt arial;
	text-decoration: none; 
	margin-left: 15px;
	color: #000000;
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
	


#extraDiv1 { 
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0DGB4NW3/cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}
