/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;		
	background-color: #FFFFFF;
	/*margin: 0 0 0 0; top right bottom left*/	
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    font-weight: bold;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
h8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
h9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: normal;
}

/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #6666FF;
	text-decoration: underline;
	font-weight: bold;
}
li :link {
	color: #6666FF;
	text-decoration: none;
	font-weight: bold;
}

:visited { 
color: #CC3366;
text-decoration: underline;
font-weight: bold;
}

li :visited { 
color: #CC3366;
text-decoration: none;
font-weight: bold;
}

:hover {
color: #9900CC;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}
li :hover {
	display: block;
	color: #9900CC;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
  
:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


/*************************  ID's *************************/

#Page_Header {
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border: 1px solid #0000FF;
	background: #FFCC00;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 88px;
	}
html>body #Page_Header {
	height: 88px; /* ie5win fudge ends */
	}
#Page_Full_Navigate {
	position: absolute;
	top: 150px;
	left: 10px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #0000FF;
	background: #FFCC00;
	width: 19%;
	}
#Page_Body {
	position: absolute;
	top: 150px;
	right: 10px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 5px;
	padding: 5px;
	border: 1px solid #0000FF;
	background: #FFFFFF;
	width: 75%;
	}
