/*MODIFIED*/
/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   


/* css zen garden - "some leafs" - michael tupy - t2 graphic design - http://www.t-2.at/ */

/* this is a basic theme - works with nearly all browsers */
/* all the text is visible and easy to change */
/* the css code is overcoded and long - so its easier for css starters */

/* tested with: */
/* on mac osx: safari 1.2.2, camino 0.8b, mozilla 1.7, firefox 0.9, omniweb 4.5, ie 5.2.3, */
/* on mac os9: ns 7.0.2, ie 5.1.6, */
/* on win98:  ie 6.0.2800, ns 7.0.1, moz 1.6, firefox 0.9, opera 7.03, */


/* ie5 win - grrr - start */
body
{
    font: serif;
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    color: #000;
    font-size: small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: medium;
    text-align: center;
}
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: #444; /*fontcolor*/ 
	background-color: gray;
 	background-image: url(plainbackground.gif); /* 700_28.jpg */
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 12px; 
	line-height: 14px;
	font-family: Georgia, Century, Cochin, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left;
    margin: 0px; 
	padding: 0px;
	}
p {
	font-size: 12px; 
	line-height: 16px;
	font-family: Georgia, Century, Cochin, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3
{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family:  Georgia, Century, "New Century Schoolbook" , "Bitstream Vera Serif" , "Times New Roman" , times, serif;
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #CC0000;
}

h4
{
    text-align: center;
    font-size: 1.8em;
    color: blue;
    line-height: 2.0em;
}

h5{color: blue; }


/*GLOBAL ALINKS REMOVE*/
/*a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #C00
}
a:visited, 
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #900
	}
a:hover, 
a:active { 
	text-decoration: underline; 
	color: #900 
	}*/
	
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

/* Our New Classes, Keep */
/*nstyle.StaticMenuItemStyle
{
    background-image: mid.gif;
    background-repeat: repeat-x;
}*/

a.nstyle:link
{
    font-weight: bold; 
	text-decoration: none; 
	color: gray/* old #6faf30;*/
}


a.nstyle:visited
{
    font-weight: bold; 
	text-decoration: none; 
	color: gray/* old #6faf30;*/
}
a.nstyle:visited:hover
{
    font-weight: bold; 
	text-decoration: none; 
	color: white/* old #6faf30;*/
}
a.nstyle:hover
{
    font-weight: bold; 
	text-decoration: none; 
	color: white/* old #6faf30;*/
}
a.nstyle:active 
{
    font-weight: bold; 
	text-decoration: none; 
	color: white/* old #6faf30;*/
}

/* Our New Classes, Keep */


/* major divs */
#MainMenu
{
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}
	

		
#container { 
	width: 795px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
	
#linkList
{
    position: relative;
    /*top: 255px;*/
    left: 0px;
    width: 275px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /*z-index: -1;*/
}
	
#linkList3
{
    position: relative;
    top: 259px;
    left: 0px;
    width: 175px;
    margin: 0px 0px 0px 600px;
    padding: 0px 0px 0px 0px;
    }
	

/* minor divs */
/* Our new Divs, Keep*/
.AdminList
{
    width: 750px;
    border: 1px solid #aaa;
    background-color: #fff; /*white*/
    margin: 10px 10px 0px 10px;
    padding: 10px 10px 20px 10px;

}
	
.AdminList p {
	padding-bottom: 8px;
	text-align: justify;
	}

.AdminList a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue
}

.AdminList a:visited 
{
    font-weight: bold; 
	text-decoration: none; 
	color: blue
}

.AdminList a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: gray
	}
.AdminList a:hover { 
	text-decoration: underline; 
	color: gray 
	}
.AdminList a:active { 
	text-decoration: underline; 
	color: gray 
	}

	

.AdminDetail {
 	width: 750px;
	border: 1px solid #aaa;    
 	background-color: #fff;/*white*/	
	margin: 10px 10px 0px 10px;
	padding: 10px 10px 20px 10px;
	}
	
.AdminDetail p {
	padding-bottom: 8px;
	text-align: justify;
	}
	
.AdminDetailTable
{
    padding-bottom: 8px;
    text-align: left;
    border-spacing: 2px;
}
	
.SimpleGrayTableRow
{
    color: #000000;
    background-color: #DCDCDC; 
    font-family: Arial;    
    font-size: 8pt;
}

.SimpleGrayTable th
{
    color: #000000;
    background-color: #ABABAB; /*font-family: Verdana;*/
    font-size: 8pt;
    text-align: center;
}

.SimpleGrayTable
{
    /*font-family: Verdana;*/
    font-size: 8pt;
    border-right: gray 1pt solid;
    border-top: gray 1pt solid;
    border-left: gray 1pt solid;
    border-bottom: gray 1pt solid;
    border-collapse: separate;
    background-color: white;
    margin: 1pt;
    width: 740px;
}

.BrochureTableRow
{
    padding: 2px;
    color: black;
    background-color: #FFFFCC;
    font-family: Arial;
    font-size: 10pt;
}

.BrochureTable th
{
    color: white;
    background-color: #0066FF;
    font-family: Arial;
    font-size: 10pt;
    text-transform: capitalize;
    text-align: center;
}

.BrochureTable
{
    padding: 2px;
    font-family: Arial;
    font-size: 10pt;
    border-right: black 1pt solid;
    border-top: black 1pt solid;
    border-left: black 1pt solid;
    border-bottom: black 1pt solid;
    border-collapse: separate;
    background-color: white;
    margin: 2pt;
    width: 740px;
    border-color: #CCCCCC;
}

#login
 {
	background-color: #fff;/*white*/
	border: 1px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}

/* Our new Divs, Keep*/

#pageHeader {
 	width: 798px;
 	height: 220px; /* strange but ie6 needs this */
 	background-image: url(header800px.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
/*USED IN MOST PAGES*/	
#explanation {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-color: #fff;/*white*/	
	margin: 10px 10px 0px 10px;
	padding: 10px 10px 20px 10px;
	}
	
#explanation a:link { 
	
	text-decoration: none; 
	color: blue /*#C00*/
}
#explanation a:visited 
{
    
	text-decoration: none; 
	color: blue/*#900*/
}

#explanation a:visited:hover { 
	
	text-decoration: none; 
	color: gray/*#900*/
	}
#explanation a:hover { 
	text-decoration: underline; 
	color: gray/*#900*/
	}
#explanation a:active { 
	text-decoration: underline; 
	color: gray/*#900*/
	}

#newfooter
{
    border: 0px;
    background-position: center bottom;
    padding: 50px 10px 10px 10px;
    text-align: center;
    position: relative;
    font-size: x-small;
}

#newfooter a:link { 
	
	text-decoration: none; 
	color: blue /*#C00*/
}
#newfooter a:visited 
{
    
	text-decoration: none; 
	color: blue/*#900*/
}

#newfooter a:visited:hover { 
	
	text-decoration: none; 
	color: gray/*#900*/
	}
#newfooter a:hover { 
	text-decoration: underline; 
	color: gray/*#900*/
	}
#newfooter a:active { 
	text-decoration: underline; 
	color: gray/*#900*/
	}

	
	
/*#footer {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-image: url(stone_19.gif);
	background-position: center center;
	background-repeat: repeat;
	background-color: #284C00;	
	margin: 10px -10px 20px -10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}*/
	
#explanation p
{
	padding-bottom: 8px;
	text-align: justify;
	}

	
#linkList ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li
{
    display: block;
    list-style-type: circle;
    color: #0000FF; /*	background-color: #f8f8f8;*/
    font-size: 12px;
    line-height: 14px;
    font-weight: normal; /*font-style: italic;*/
    font-family: Cochin, Georgia, "New Century Schoolbook" , "Bitstream Vera Serif" , "Times New Roman" , times, serif;
    text-align: left; /*border-bottom: 1px dotted #ccc;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 3px 3px;
}
	
#linkList li a:link, #linkList li a:visited
{
    font-style: normal;
    padding-right: 5px;
    color: #0000FF;
    font-weight: bold;
}

#linkList a:visited:hover { 
	
	text-decoration: none; 
	color: gray/*#900*/
	}
#linkList a:hover { 
	text-decoration: underline; 
	color: gray/*#900*/
	}
#linkList a:active { 
	text-decoration: underline; 
	color: gray/*#900*/
	}
	
/*.c { 
	color: #6c9e2d ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}*/

#login h3, #linkList h3, #sponsors h3
{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #CC0000;
    font-family: Cochin, Georgia, "New Century Schoolbook" , "Bitstream Vera Serif" , "Times New Roman" , times, serif; /*text-transform: uppercase;*/
    text-align: left; /*border-bottom: 1px solid #aaa;*/
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 5px;
    }
	
#sponsors 
{
 background-color: #fff; /*white*/
    border: 1px solid #aaa;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;   
    }	
#login, #lselect, #lfavorites, #larchives, #lresources
{
    background-color: #fff; /*white*/
    border: 1px solid #aaa;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    /*z-index: -100;*/
}
	
/* hovers */
	

/*#linkList li:a:hover
{
    text-decoration: underline; 
	color: gray
	
}*/
	
#lresources:hover {
	/*background-image: url(leaf_09b.gif);*/
	}


