	html,body {
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	a:link {color: #135487; }     /* unvisited link */
	a:visited {color: #135487; }  /* visited link */
	a:hover {color: #5CA2BE; }   /* mouse over link */
	a:active {color: #135487; }   /* selected link */
	table {
		width: 100%;
		height: 100%;
		border: 0px;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	td {
		text-align: center;
		margin: 0px;
		padding: 0px;
		border: 0px solid blue;
	}
	tr {
		margin: 0px;
		padding: 0px;
	}
	div.container {
		position: relative;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		height: 1250px;
		border: 0px solid blue;
		width: 1024px;
	}
	h3 {
		font-size: 1.5em;
		margin: 0px;
		padding: 5px 0px 7px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #b9b09d;
	}
	div.main {
		position: relative;
		top: 0px;
		left: 0px;
		width: 1024px;
		height: 100%;
	}


/* NAVIGATION START */

	#educationsublinks	{
		margin:0;
		padding:0;
		font-size:0.75em;
		border:0px solid red;
		font-weight:normal;
	}
	
	#educationsublinks ul {
		margin:0;
		padding:0;
		display: inline;
		vertical-align: middle;
	} 
	
	#educationsublinks ul li {
		margin:0;
		padding: 1px 7px;
		border-left: 0px solid #ccc;
		list-style: none;
		display: inline;
	}
	
	#educationsublinks ul li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
		
	#educationsublinks a:link { 
		font-weight:bold; 
		text-decoration: none; 
		color: #575742;
	}

	#educationsublinks a:visited { 
		font-weight:bold; 
		text-decoration: none; 
		color: #575742;
	}

	#educationsublinks a:hover { 
		text-decoration:none; 
		color: #333226;
	}

/* NAVIGATION END */

	#satellites {
		font-size: 1em;
		color: #666666;
		list-style: circle inside;
		border: 0px dotted #FF0000;
		margin:20px 0 0 3px;
		padding:0;
	}
/* TEXT FORMATTING */
	.bold {
		font-weight: bold;
	}
	
	.news {
		font-size: .75em;
	}
