html {
	height: 100%;
}

body {
	padding: 0;
	margin: 2 2 10 2px;
	text-align: center;
	background-color: /*#F0F8FF white */ #346FB2;
	background-image: url(../images/bg-body.JPG);
}

.container
{
	width: 90%;
	margin: auto;
	padding: 0px;
	color: #333;
	border: solid 1px #036;
	line-height: 130%;
	padding: 0;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: smaller;
	text-align: left;
	background-color: #D2DFF7;
}

.menu {
	float: left;
	background-image: url(/images/HCLogo-Web.gif);
	background-repeat: no-repeat;
	background-color: #D2DFF7;
	width: 200px;
	margin: 0px;
	padding-top: 131px;
	text-align: right;
	line-height: 200%;
	border-bottom: solid 1px #036;
}

.topmenu {
	padding-right: 10px;
	background: #F0F2FF;
	border-top: solid 1px #036;
}

.menu .topmenu a {
   font-size: 13pt;
	font-weight: bold;
   color: #036;
	text-align: right;
   text-decoration: none;
	width: 100%;
	padding-right: 10px;
}

.menu .topmenu a:hover {
	color: #96285A;
}

.menu .submenu a {
   font-size: 10pt;
	font-style: normal;
	font-weight: bold;
   color: #668FC6;
   text-decoration: none;
}

.menu .submenu a:hover {
   color: #036;
}

.header {
	font-size: 14pt;
	line-height: 110%;
	padding: 4 0 10 0px;
   color: #036;
	font-style: italic;
}

.flags {
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 2px;
	float: right;
	background-color: #F0F2FF;
	border: solid 1px #6495ED;
}

.flags img {
	height: 30px;
	margin: 2px;
}

.content {
	margin: 2 14 0 200px;
	border-top: 1px solid  #96285A;
	border-left: 1px solid  #96285A;
	border-right: 1px solid  #96285A;
	padding: 10 10 4 10px;
	background-color: White;
/*	background-image: url(../images/logo-bg.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
}

.comment {
	float: right;
	width: 180px; 
	padding: 10px; 
	background-color: #F0F2FF; 
	color: black; 
/*	border: 1px solid #036;*/
	clear: right;
	margin-bottom: 20px; 
}

.content h1 { 
	margin: 0 0 1em 0;
	line-height: 110%;
}

h1 {
	font-size: large;
	font-weight: normal;
   color: #036;
}

.content h2 { margin: 1em 0 .5em 0; }

h2 {
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	color: #036;
}

h3 {
	font-size: x-small;
	font-weight: bold;
	}

h4 {
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

ul, table, p, li {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: inherit;
}

li {
	padding-top: 3px;
}

table caption {
	font-style: italic;
	font-weight: bold;
}

img {
	padding: 4px;
	margin: 2px;
	border: 0px solid;
}

td, th {
	padding-right: 10px;
}

.footer {
	clear: both;
	border-top: 1px solid gray;
	padding: .5em;
	color: #333;
	background-color: #F0F2FF;
	text-align: center;
}

