/*change the apearence of links */
A:link { text-decoration: none ; color :black }
A:active { text-decoration: none; color :yellow }
A:visited { text-decoration: none;color :black  } 

H1 	{ 
	color       : green; 
    font-family: impact 	  	
	}
H2.table {
	 color      : #0066CC ; 
	 font-size  : +4 ;
	 font-family: "Times New Roman", Times, serif;
	 }
/* general paragraph style */
P {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	text-indent: 15pt;
	font-style: normal;
	line-height: normal;
	list-style-image: url(images/bulletsmall.gif);
	list-style-position: inside;
	list-style-type: disc;
	} 

/* green for the first paragraph of every page */
BODY 
{

	background: #0066CC ; 
	color: black 
}
/* yellow cell in the table for main text*/
.tableYellow {
	background: #FFFFCC;
	color : black;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	list-style-position: inside;
	list-style-image: url(images/bulletsmall.gif);
	list-style-type: disc;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}

.tableYellow a:link { text-decoration:underline ; color :Blue }
.tableYellow a:active { text-decoration: underline; color :Blue }
.tableYellow a:visited { text-decoration: underline;color :Blue  } 
/*  used for the copyright message -- q: how do we make the link not blue*/
.copyright {
	color: black;
	background: #0066CC;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

/* green for the first paragraph of every page */
P.first { color: green } 
P.second { color: purple }
P.third { color: gray } 


.MainTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0066CC;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
.basic {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.frameSelect {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #DAC2A3;
}
.bluecell {
	background-color: #0066CC;
}
.unindentedP {
	font-size: 18px;
	text-align: center;
	text-indent: 0pt;
}

/* text based navigation */
.navigation 
{
	padding: 0;
	text-align: center;	
	margin: auto;
	white-space: nowrap;
	height:26px;
}
/* content pane in main page*/
.contents
{
	border-spacing: 2px;
	padding: 0px; 
	height: 364px;
	border:1px;
	text-align:center;
	margin: auto;
	border-color:#CCCCCC; 
	background-color:#000000;
	
}

.frameLinkDiv 
{
	
	
	margin:auto;
	border-color:#FFFFFF; 
	background-color:#FFFFFF;
	text-align:center; 
	color: #993300; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-style:italic
}

.PageTitle
{
	color:#0066CC; 
	text-align:center;
	width:51%;
	font-size:xx-large;
}

.logoLink
{
	text-decoration: none ; 
	border-width:0px;
	
	color :white;
}

.logoLink a img 
{	
	border:0px
}

.flashnav
{
	text-align: center;	
	margin:auto;
	display:none;
	display:block;
/*	visibility:hidden;	*/
}

.textnav
{
	display:block;
	display:none;
	
/*	visibility:visible; */
}