body {
	font-family: Arial, Helvetica, sans-serif;
}
#pageContainer
{
 width:800px;
}
#menu
{
padding:0;
margin:0;
text-align:left;
border:solid #2B388F 1px;
background-color:#aedde5;

}


#menuList{
margin:0

}

#menu #menuList li
{

display: inline;
list-style-type: none;
font-weight:bold;
font-size:18px;
padding-right:30px;
padding-left:30px;
  
}

#header
{
	width:800px;
	height:200px;
	background-image:url(orbitbanner.jpg);
	background-repeat:no-repeat;
    padding:0;
    margin:0;
}

.LinkNotSelected
{
	text-decoration:none;
	color:#2B388F;
	
}
.LinkSelected
{
	text-decoration:none;
	color:#2B388F;
	
}

.colorText
{
color:#2B388F;
background-color:#aedde5;
border:solid #2B388F 1px;

	}
	
	.style1 {
	font-size: large;
	font-weight: bold;
}
.style2 {font-size: 46px}
