/* CSS Document */

body { 
	background:white; 
	font-family:georgia;
	font-size:10pt;
	color:black;
} 

.topOfPage{
	font-family:georgia;
	font-size:9pt;
	color:black;
}    

div#container { 
width:336px; 
position:absolute; 
top:100px; 
left:50%; 
margin-left:-168px; 
} 
img#random { 
width:324px; 
height:200px; 
border:double 6px #000000; 
} 


/*images*/
.mainImages {
		border-style:solid;
		border-color:#000066;
		border-width:2px;
}

/*text changes*/
.readingroom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 10pt;
	font-size: 10px;
}

.readingroom A:link {text-decoration: none; color: #000066;}
.readingroom A:visited {text-decoration: none; color: #000066;}
.readingroom A:active {text-decoration: underline color: #FF0000;}
.readingroom A:hover {text-decoration: underline; color: #FF0000;}

.footer{
	font-family:georgia;
	font-size:7pt;
	color:white;
}

.contentNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color:blue;
}

.supportNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:8pt;
	color:blue;
}

.videoRoom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: blue;
}

.programHdrs A:link {text-decoration: none; color: #000066;}
.programHdrs A:visited {text-decoration: none; color: #000066;}
.programHdrs A:active {text-decoration: underline color: #FF0000;}
.programHdrs A:hover {text-decoration: underline; color: #FF0000;}
