/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* Class Styles */

.logo {
	font:35px myriad pro, calibri, tahoma, microsoft sans serif, arial;
	color: #0099CC;
	letter-spacing:.1em;
	}
	
.title {
	font:25px  cambria, georgia, century schoolbook, times new roman;
	color: #CC3300;
	}
	
.titleSmall {
	font:16px  cambria, georgia, century schoolbook, times new roman;
	color: #CC3300;
	}

.sideLogo {
	font:30px myriad pro, calibri, tahoma, microsoft sans serif, arial;
	color: #ffffff;
	}

.sidebarText {
	font:16px myriad pro, calibri, tahoma, microsoft sans serif, arial;
	color: #336633;
	}
	
.nasaText {
	font:12px calibri, tahoma, microsoft sans serif, arial;
	line-height:24px;
	color:#663333;
	}

.contactText {
	font:15px myriad pro, calibri, tahoma, microsoft sans serif, arial;
	line-height:24px;
	color:#333333;
	}
	
.bodyText {
	font:12px myriad pro, calibri, tahoma, microsoft sans serif, arial;
	line-height:24px;
	color:#333333;
	}
		
.specialText {
	font:18px calibri, tahoma, microsoft sans serif, arial;
	line-height:24px;
	font-weight:bold;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:16px cambria, georgia, century schoolbook, times new roman;
	color: #CC3300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
	
	/*Credits: Dynamic Drive CSS Library */
		/*URL: http://www.dynamicdrive.com/style/ */
	
		.glossymenu{
		list-style-type: none;
		margin: 3px 0;
		padding: 0;
		width: 90%;
		border: 0px solid #9A9A9A;
		border-bottom-width: 0;
		}
	
		.glossymenu li a{
		background: white url(sidebar.png) repeat-x bottom left;
		font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: white;
		display: block;
		width: 90%;
		padding: 15px 0;
		padding-left: 10px;
		text-decoration: none;
	
		}
	
	
		* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
		width: 160px;
		}
	
		.glossymenu li a:visited, .glossymenu li a:active{
		color: white;
		}
	
		.glossymenu li a:hover{
		background-image: url(sidebar1.png);
	}