/*  Cork Creek Studio */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: White;
	color:#008;
}


a:link {
  	font-weight: bold; 
  	text-decoration : none; 
  	color:  Blue;
  	background-color: transparent; 
	font-size: 18px;
}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color:  Blue;
	background-color: transparent;
	font-size: 18px;
}


a:hover {
   font-weight: bold;
   color :  Blue;
   background-color : yellow;  
   text-decoration : underline; 
   font-size: 18px;
}

a:active {
   font-weight: bold; 
   text-decoration : none; 
   color:  Blue;
   background-color: transparent; 
   	font-size: 18px;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: Blue;
	text-align: center;
	/* Be kind to Netscape 4 */
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}


h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: Blue;
	/* Be kind to Netscape 4 */
	text-align: center;
	font-size: 26px;
	font-style: italic;
}


h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: Blue;
	/* Be kind to Netscape 4 */
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
}


h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: Blue;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}



.blue
 {
	font-family: Helvetica, Serif, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
	
}

ul
{
list-style-type: disc;
list-style-image: url("../images/favicon.png");
}

li 
{	
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1em;
	background-color: #FF0;
	border: 1px solid #00F;
	color: #00F;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
}

P 
{
	text-indent: 22px;
	text-align: left;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-right: 10px;
}


P .initcap
{
	font-size: 1.2em;
	background-color: black;
	color: white;
}





P.copyright
{
/*font-style: italic;*/
margin-left: 10px;
margin-right: 10px;
font-size: 11px;
text-align: left;
}

hr
{
	border: 3px double Blue;
	width: 95%;
}

/* ~~~~~~~ Navagational ~~~~~~~~~~~ */

#globalNav{
position: relative;
width: 90%;
min-width: 740px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 740px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


