/** BASIS */body {	margin: 0px;	padding: 0px;	background-color: #21397d;}#container {	width: 900px;	margin-left : auto;	margin-right : auto;	padding : 0;	background-color: #FFFFFF;}h1, h2, h3, h4, h5, h6 {	font-family: Georgia, "Times New Roman", Times, serif;	font-weight: bold;	font-style: normal;	letter-spacing: 0.05em;	color: #21397d;}a {	text-decoration: none;	color: #221477;	font-weight: bold;}a:hover {color: #3b54e8;	text-decoration: none;}/** HEADER */#header {	padding: 0em;	height: 136px;	background: #FFFFFF url(images/topbar_900.jpg) no-repeat center;	border-width: 3px;	border-style: solid;	border-color: #FFFFFF;	}/** MENU */#menu {	height: 25px;	padding-top: 5px;	background: #21397d;	text-align: center;	border-right-width: 3px;	border-bottom-width: 3px;	border-left-width: 3px;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #FFFFFF;	border-right-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;		}#menu ul {	margin: 0px;	padding: 0px;	list-style: none;}#menu li {	display: inline;}#menu a {	padding: 0em 1.5em;	text-decoration: none;	font-weight: normal;	color: #ffffff;	font-family: Georgia, "Times New Roman", Times, serif;;	font-size: 0.9em;	font-style: normal;}#menu a:hover {	color: #FFFFFF;}/** CONTENT */#leftmenu {	float: left;	width: 150px;	padding: 10px;	}#columnA {	float: left;	width: 425px;	padding: 10px;	margin-right: 35px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-style: normal;	}#columnB {	float: right;	padding: 3px 10px 10px;	width: 206px;	margin-right: 20px;	margin-top: 20px;	background-color:#fff7d8;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 0.9em;	font-style: normal;	color: #000000;	border: 1px dotted #326fa8;}/** FOOTER */#footer {	clear: both;	height: 39px;	background: #21397d;	text-align: center;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 0.9em;	font-style: normal;	color: #ffffff;	border-right-width: 3px;	border-bottom-width: 3px;	border-left-width: 3px;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #FFFFFF;	border-right-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;}#footer p {	margin: 0px;	padding: 10px;}