
#menu
{
	margin-top: 0em;
	float: left;
	width: 28%;
}

#footer
{
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

#welcome
{
	margin-top: 2em;
	float: left;
	width: 100%;
	text-align: center;
	background-color: transparent;
}
#full
{
	float: left;
	width: 100%;
	background-color: transparent;
}

#main
{
	float: left;
	width: 72%;
}	


body 
{
	background-color: black;
    font-family: Lucida Sans Unicode, Georgia, "Times New Roman",
          Times, serif;
    color: silver;
    background-color: black
    
 }
 

a:link	{
	font-family: Lucida Sans Unicode, Georgia, "Times New Roman",
          Times, serif;
	text-decoration: underline;
	color:#666666;
	font-weight: bold;
	font-size: small;
	background-color : transparent;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#666666;
	font-weight: bold;
	font-size: small;
	background-color : transparent;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#666666;
	font-weight: bold;
	font-size: small;
	background-color : transparent;
}

a:hover, a:active, a:focus {
	font-family: Lucida Sans Unicode, Georgia, "Times New Roman",
          Times, serif;
	text-decoration: none;
	color:#FF9900;
	font-weight: bold;
	font-size: small;
	background-color : transparent;
}

p.h3 {
	background-color: transparent;
	font-weight: bold;
	font-size: x-large;
}
p.linkline {
	text-align: center;
	color: #666666;
	background-color: transparent;
	font-size: x-small;
}

p.linkline a {
	font-size: x-small;
}


p.caline {

       text-align: center;
       }
       
*.bordersmall    {
	width: 180px;
	height: 90px;
	padding: 0;
	border: 0;
}       
*.borderlarge    {
	width: 400px;
	height: 200px;
	padding: 0;
	border: 0;
}

table.newScience {
	border-collapse: collapse;
	border: 1px solid black;
}

table.newScience td {
	padding-left: 1em;
}
.nobullet { 
	display: list-item;
	list-style: disc; 
	margin: 1em; 
}
}
.no2bullet { 
	display: list-item;
	padding-left: 4em;
	list-style: circle; 
	margin: 0em; 
}
}
.no3bullet { 
	display: list-item;
	padding-left: 1em;
	list-style: none; 
	margin: 0em; 
}
