/* CSS Document */
body{
	margin:0px;
	background-color:#2f306b;
}

#menu-container{
	width:786px;
	height:23px;
	background-color:#FFFFFF;
	margin:auto; 
}

#menu-child a{
	height:23px;
	width:128px;
	background-color:#dbdcd3;
	text-align:center;
	margin-left:3px;
	float:left;
	FONT-SIZE: 12pt;
    	color: #2f306b;
	font-family:"Trebuchet MS";
    	font-weight: bold;
    	TEXT-DECORATION: none;
}

#menu-child-selected a{
	height:23px;
	width:128px;
	background-color:#5f7082;
	text-align:center;
	margin-left:3px;
	float:left;
	FONT-SIZE: 12pt;
    	color: #ffffff;
	font-family:"Trebuchet MS";
   	font-weight: bold;
    	TEXT-DECORATION: none;
}

#menu-child a:hover{
	background-color:#5f7082;
	color: #ffffff;
}

.minheight{
	min-height:400px;
	height:470px;
	width:700px;
	margin:auto;
	background-color:#FFFFFF;
	padding-left:50px;
	padding-right:36px;
	padding-top: 30px;
}
div[class] .minheight{height:auto;}

#disclaimer{
	width:456px;
	color: #ffffff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	margin-top:5px;
}




