@charset "UTF-8";
/* CSS Document */
/* Generic Selectors */   
body {    font-family: Georgia, "Times New Roman", Times, serif;    font-size: 14px;    color:rgb(79,68,19);    background-color:rgb(207,187,93); }   p 
{
	width: 80%;
	font-size: large;
	text-align: left;
}   
li {    list-style-type: none;    line-height: 150%;    list-style-image: url(../../Downloads/images/arrowSmall.gif); }   
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: rgb(79,68,19);
}   
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(79,68,19);
	border-bottom: 0px solid #C6EC8C;
	text-align: left;
}   
/**************** Pseudo classes ****************/  
#navigation a:link {    color: rgb(207,187,93);    text-decoration: underline;    font-weight: bold; }   
#navigation li :link {    color: rgb(207,187,93);    text-decoration: none;    font-weight: bold; }   
#navigation a:visited {    color: rgb(207,187,93);    text-decoration: underline;    font-weight: bold; }   
#navigation li a:visited {    color: rgb(207,187,93);    text-decoration: none;    font-weight: bold; }   
#navigation a:hover {    color: #000;    padding-bottom: 5px;    font-weight: bold;    text-decoration: underline; }   
#navigation li a:hover {    display: block;    color: #000;    padding-bottom: 5px;    font-weight: bold;    border-bottom-width: 1px;    border-bottom-style: solid;    border-bottom-color: #C6EC8C; }   
#navigation a:active {
	color: rgb(79,68,19);
	font-weight: bold;}
	
#centerDoc a:link {    color: rgb(79,68,19);    text-decoration: underline;    font-weight: bold; }   
#centerDoc li :link {    color: rgb(79,68,19);    text-decoration: none;    font-weight: bold; }   
#centerDoc a:visited {    color: rgb(79,68,19);    text-decoration: underline;    font-weight: bold; }   
#centerDoc li a:visited {    color: rgb(79,68,19);    text-decoration: none;    font-weight: bold; }   
#centerDoc a:hover {    color: #000;    padding-bottom: 5px;    font-weight: bold;    text-decoration: underline; }   
#centerDoc li a:hover {    display: block;    color: #000;    padding-bottom: 5px;    font-weight: bold;    border-bottom-width: 1px;    border-bottom-style: solid;    border-bottom-color: #C6EC8C; }   
#centerDoc a:active {
	color: rgb(79,68,19);
	font-weight: bold;}
   /************************* ID's *************************/ 
#header { position: absolute; width: 1000; margin: 0; margin top: 0px; border right: 1px solid; font-weight: normal; background-image: url(ReneHeaderAll.jpg); width:1075px; height: 331px;}

#navigation {
	position: absolute;
	width: 210px;
	height: 600px;
	margin: 0;
	margin-top: 335px;
	border-right: 1px solid #rgb(207,187,93);
	border-left: 1px solid #rgb(207,187,93);
	p style=line-height: 1.5;
	font-weight: normal;
	background-color: rgb(79,68,19);
	color: rgb(207,187,93);
	left: 9px;
	top: 14px;
	padding: 10px 10px 10px 10px;
}   
#centerDoc {
	position: absolute;
	padding: 0 0 20px 0; /*top right bottom left*/
	margin-top: 335px;
	margin-left: 255px;
	color: rgb(79,68,19);
	background-color: rgb(207,187,93);
	left: -3px;
	top: 8px;
	width: 825px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#centerDoc h1 font a {
	color: rgb(79,68,19);
}
