body{
	padding: 10px;
	background: #20558B;
	text-align: center;
    font: 100% "Trebuchet MS",Arial,sans-serif ;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
}
div#container{
	width:748px !important; 
	width /**/:760px;
    margin: 0 auto;
    padding:4px;
    text-align:right;
    background:#FFF;
}

#header {
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background-color: white;
}

#navigation {
	width: 100%;
	text-align: right;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	font-size:15px;
}

#contentFrame {
	margin: 0px auto;
	width: 100%;
	height:500px;
	background-color: white;

}
#careersSubMenu{
		position:absolute;
		width:135px;
		border:1px solid #8C8C8C;
		text-align: left;
		background-color: #E8E8E8;
}
a {
    color: #0B055B;
    font-weight:bold;
    border-style:none;
    text-decoration:none;
}
a:hover {
    color: #5390BF;
}
.mainLinkUnselected {
	text-decoration:none;
}
.mainLinkSelected {
	text-decoration:underline;
}
.subMenuLink {
	font-size:14px;
}


