body {
	padding: 0px;
	margin-top:5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px;
	color: #ffffff;
	background-color: #000000;
	font-family: Cambria;
	font-size: 100%;
}

td.hrs, ul.hrs, li.hrs {
	font-size: 1em;
	font-family: Cambria;
	color:#ffffff;
	font-weight: normal;
	margin-left; 0px;
	padding-left: 0px;
}

.description {
	font-size:1em;
	font-family: Cambria;
	color:#ffffff;
	font-weight: normal;
	font-size: 1.2em;
}

p.description {
	font-size:1em;
	font-family: Cambria;
	color:#ffffff;
	font-weight: normal;
	font-size: 1.2em;
}

	
a {
	color: #ffffff;
	text-decoration:underline;
	font-family: Cambria;
	font-size: 1em;
	font-weight: bold;
	outline: none;
}
	
a:hover {
	color: #FFCC66; 	/*This color is a shade of gold */
	text-decoration:underline;
	font-size: 1em;
	font-weight: bold;
	outline: none;
}
	
a.email {
	color: #ffffff;
	text-decoration:none;
	outline: none;
}
	
a.email:hover {
	color: #FFCC66; 	/*This color is a shade of gold */
	text-decoration:underline;
	outline: none;
}

a.blue {  	/* All blue classes are now actually gold in color  */
	color: #FFCC66; 	/*This color is a shade of gold */
	text-decoration:underline;
	font-family: Cambria;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	outline: none;
}
	
a.blue:hover {  	/* All blue classes are now actually gold in color  */
	color: white;
	font-family: Cambria;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	outline: none;
}

h1 { font-family: Constantia; letter-spacing:.1em; font-size: 2.7em;}
h2 { font-family: Constantia; letter-spacing:.1em; font-size: 1.8em;}
h3 { font-family: Constantia; letter-spacing:.1em; font-size: 1.6em;}
h4 { font-family: Constantia; font-size: 1.4em; }
h5 { font-family: Constantia; font-size: 1.3em;}
h6 { font-family: Constantia; font-size: 1.2em;}

.red { color: #cc3300; text-decoration: underline; }
.blue { color: blue;}
.green { color: green;}
.white { color: white; } 
.gold { #FFCC66 }

#sidebarHeader { padding: 0px 4px 14px 4px; }

#heading h1 {
	font-family: Constantia;
	font-size:2.7em; 
	letter-spacing:.2em;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px
}

#heading2 {
	font-family: Cambria;
	font-size: 1.3em; 
	font-weight: bold;
	color: red;
	margin: 0px;
	letter-spacing:.1em;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
}

#footer{padding-top: 10px;}

#copyright {font-size: 0.7em;  color: #808080;}

#resources ul { list-style-type:none; }

.thumbs {padding-bottom: 10px;}
.bordered { border: 1px solid #999999; }
.blkbordered { border: 1px solid #000000; }


a:link.thumbs {color: #ffffff; text-decoration: none; font-family: Cambria; }
a:visited.thumbs {color: #ffffff; text-decoration: none; font-family: Cambria; }
a:active.thumbs  {color: #ffffff; text-decoration: none; font-family: Cambria; }
a:hover.thumbs {color: #FFCC66; text-decoration: none; font-family: Cambria; } 	/*This color is a shade of gold */

.menulines{
border:1px solid #202020;

}

.menulines a{
text-decoration:none;
outline: none;
color:ffffff;
width: 225px;
min-width:225px;
display: block;
background-image: url(link.jpg);
padding-left: 5px;
Padding-right: 5px;
}
.menulines a:hover{
text-decoration:none;
border-style: ridge;
border-top:1px solid #404040;
border-right:1px solid #404040;
border-bottom:1px solid #404040;
border-left:1px solid #404040;
outline: none;
color:white;
width: 225px;
min-width:225px;
background-color: #404040;
background-image: url(link.jpg);
background-repeat: repeat-x;
display: block;
}

.hideme { visibility : hidden; }
