/* IMPORT BLUEPRINT FRAMEWORK */@import 'screen.css';/* IMPORT MENUS */@import 'menus.css';/* CHANGE BLUEPRINT'S DEFAULT BACKGROUND COLOR & WIDTH */.container {	width : 800px;}/* ELEMENTS */body {	background-color : #1A75BB;	font-family : arial,helvetica,verdana,sans-serif;	margin-top : 12px;	}body          { font-size: 60%; }   /* IE */html > body   { font-size: 11px; }  /*style for IE*/p,ul,ol,dl,h1,h2,h3,h4,h5,h6,caption,pre,blockquote,input,textarea {  padding : 0;}div, table {  margin : 0;  padding : 0;}table { border-collapse : collapse; border : 0; }th, td { padding : 0; border : 0;  }/* NAMED DIVS */#header {}#searchBar {	font-size: 11px;	color : #fff;	text-align: right;}#searchBar a {	font-size: 11px;	text-decoration : none;	color : #fff;	text-align: right;}#searchBar a:hover {	text-decoration : underline;	text-align: right;}#topMenu {	font-size: 11px;	padding-top : 135px;	padding-right : 10px;}#topMenu a {	font-size: 11px;	text-decoration : none;	color : #fff;}#topMenu a:hover {	text-decoration : underline;}
