body
{
    margin: 0;
    width: 100%;
    background-color: #ECEDE6;
    background-image: url('../images/Graphics/netbkgnd.gif');
    background-repeat: repeat-y;
}
	
	
a:link { color: #C69500 }
a:visited { color: #808080 }
a:hover { color: #8C96F1 }
a:active { color: #808080 }

h1
{
    color: Black;
    font-family: Times New Roman;
    font-size: x-large;
    font-weight: bold;
    font-style: oblique;
}
	
h6{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size:2px;
    text-align:center;	
	}	
	

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px}	
	
#mainContent {
	border: 2;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #FFFFFF}
	
#pageContent {
	margin-top: 0px;
	width: 600px;	
	float: left;}			
		
#topBanner {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-align:center;
	height: 140px
	}
	
	
	
#textShadow{
    font-family: Times New Roman;
	font-size: 28px; /* optional. just to increase the font size. */	
	display: block;
	line-height: 1em;
	color: #ccc; /* shadow color */
	font-weight:bold;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#textShadow:before,
#textShadow:after{
	
	display: block;
}

#textShadow:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	font-weight:bold;
	background-color: transparent;
}

#textShadow:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #000000; /* text color */
	font-weight:bold;
	background-color: transparent;
}	
	
.txtPageHead{
    font-family: Times New Roman; 
    font-size: 28px;  
    font-weight: bold;
    font-style:italic;
    color: #000000;
    vertical-align:top;      
}
 
.txtPageContent { 
    color: black; 
    font: 16px Arial, Verdana, Helvetica }
    	
.txtLinksContent
{
    border: 3px solid #000000;
    padding: 10px 9px 9px 9px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: small;
}

.clickPic{
    color: #000000;
    font-family: Times New Roman;
    font-size: x-small;          
    text-align: center;
}