html { 
	font-size: 100%; 
}

body {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .9em; 
	background-color: #9999cc; 
	text-align: center;
	color: #333333;
	
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	color: #333333;
	/*border: 1px solid #666666;*/
	background-color: #ffffff;
}

th{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
}

td{

	
}


h1{
	color: #CCCCCC;
	visibility:hidden;
	font-size: 1em; 
	background-color: #9999cc;
}

h2{
	color: #339933;
	font-size: 1.1em; 
	margin:0px 0px 0px 0px;
	font-weight: 600; 
	background-color: #ffffff;
}

h3{
	color: #000000;
	font-size: 1em; 
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}

h4{
	color: #666666;
	font-size: 1em; 
	font-weight: 800; 
	background-color: #ffffff;
}

h5{
	color: #666666;
	font-size: 1em; 
	background-color: #ffffff;
}



/*@media screen
{
	p.test {font-family:verdana,sans-serif; font-size:14px}
}

@media print
{
	body {position: absolute; left: 0px;}
}*/




/*strong{
	color: #666666;
}*/




/* This is for the a links to be dark blue & no underline */
a:link {
	color: #993399;
	text-decoration:none;
	font-weight: 600; 
	font-size: 1em; 
	background-color: #ffffff;
		
}

a:visited, a:active {  
	color: #993399;
	text-decoration:none;
	font-weight: 600;
	font-size: 1em; 
	background-color: #ffffff;
}

/* This is for the a links to be blue on mouse over & no underline */
a:hover {  
	color: #CC00CC;
	text-decoration:underline;
	font-weight: 600;  
	font-size: 1em; 
	background-color: #ffffff;
}


img{
	border: 0;
	
}


li{
	list-style-position:outside;
	
}



/* This is for the main outside border, creates the rectangle shape that hold the info */
#container { 
	width: 740px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	/*border: 5px solid rgb(102,102,153);*/
	background-color: #9999CC;
}

#containerB{
	width: 721px;	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
	/*border-bottom: 1px solid rgb(102,102,102);*/
	background-color: #FFFFFF;
}

#header{
	width: 740px;
	height: 160px;
	/*background: url(banner.gif) no-repeat;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	background-image: url(images/banner.jpg);
	
	/*border-bottom: 5px dotted rgb(102,102,153);*/
}


/* This is for the a menu section linking to the webpages*/
#subMenu{
	position:absolute;
	left:8px;
	width: 195px;
	/*height: 350px;*/
	/*background-color: #ffffff;*/
	text-align: left;
	padding-top: 20px;
	padding-right: 5px;
	/*border-top: 5px dotted rgb(102,102,153);
	border-right: 5px dotted rgb(102,102,153);*/
}

/* This is for the main content  */
#mainArea{
	position:relative;
	width:490px;
	left:200px;
	color: #333333;
	/*border-right: 1px solid rgb(153,153,153);*/
	text-align: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 3px;
	/*border-left: 1px dotted #cccccc;*/
}

#mainArea a {
	text-decoration: underline;
	color: #993399;
}

#mainArea a:hover {
	/*background-color: #FFCCFF;*/
	color: #cc00cc;
}

#indexSelection {
	position: relative;
	width: 200px;
	padding: 5px;
	text-align: center;
	background-color: #ccccff;
	border: 2px dotted #666666;
}

#indexSelection a{
	background-color: #ccccff;

}

.imagesRight{
	float: right;
	margin: 0px 0px 0px 5px;
	border: 0;
}

.imagesleft{
	float: left;
	margin: 0px 5px 0px 0px;
	border: 0;
}

.mainTop {
	position: relative;
	width:490px;
	height: 100%;
	color: #333333;
	text-align: left;	
}

.speech{
	position: relative;
	border: 1px solid #999999;
	padding: 10px;
}

#quote{
	color: #000000;
	text-decoration:none;
	font-style:italic;
	/*padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;*/
}

/* This is for the bottom  section reference */
#bottom {
	position:relative;
	left:8px;
	text-align: center;
	width: 721px;
	border-right: 1px solid rgb(102,102,102);
	border-left: 1px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(102,102,102);
	border-top: 1px solid rgb(102,102,102);
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	font-size:0.9em;
}


#bottom a {
	background-color: #CCCCCC;
}


/* This is for the bottom  section of INTERACTIVE Section
the left and width needed to be differenet to line up with the spaceship interface */
#bottomInteractive {
	position:relative;
	left: 10px;
	text-align: center;
	width: 730px;
	border-right: 1px solid rgb(102,102,102);
	border-left: 1px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(102,102,102);
	border-top: 1px solid rgb(102,102,102);
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	font-size:0.9em;
}

#bottomInteractive a {
	background-color: #CCCCCC;
}

/*this is for the coopyright section at the end*/
#copy{
	position:relative;
	left:8px;
	text-align: center;
	width: 721px;
	font-size:0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
}

#copy a{
	color: #000000;
	text-decoration: none;
	background-color: #9999cc;
	font-weight: 100;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
	background-color: #9999cc;
	font-weight: 100;
}


#interactiveLink a:link, #interactiveLink a:visited, #interactiveLink a:active {
	color:#9900FF;
	text-decoration: none;
	font-weight: 700;
}

#interactiveLink a:hover{
	color:#9900FF;
	text-decoration: underline;
	font-weight: 700;
}
/*#menu{
	position:relative;
	width: 740px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 5px dotted rgb(102,102,153);
}*/

/*
#Menuline{
	width:200px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}*/

/*
.btndesign {
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	cursor: hand;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

.flddesign{
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	width:100px;
}

.inputdesign{
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	width:75px;
}

.highlight{
	color: #FF9933;
	font-weight: bold;
}*/

/*




/*
#outer {
	position:relative;
	border-left: 2px solid rgb(153,153,153);
	border-right: 2px solid rgb(153,153,153);
	width: 740px; 
	height: 100%;
	background-color: #FFFFFF; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}*/

