@charset "utf-8";
/* CSS Document */

body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	background: #FFFFFF;
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-image:url(/css/hs-hdr-bk.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
}

#mainmenu {
	background-image: url(/css/hs-menu-bk.png);
	background-color: #cead00;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align:center;
}

#mainmenu a {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#mainmenu a:hover {
	color: #00CC00;
}

#footer { 
	background-image: url(/css/hs-ftr-bk.png);
	background-color: #cead00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
} 

#mainContent {
	background: #FFFFFF;
}

#sidebar1 {
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar2 {
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

.sidebarContent  h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent  h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent  h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent  h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent  h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent  h6 {
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sidebarContent {
	margin-top: 10px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 12px;
}

.sidebarContent p {
	margin: 0 0 10px 0;
	padding-left: 10px;
}

.sidemenu {
	
}

.sidemenu .links {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

.sidebarContent a {
	font-size: 12px;
	text-decoration:none;
	color: blue;
}

.sidebarContent a:hover {
	color: green;
}

#mainContent li {
	font-size: 14px;
}

.sidebarContent li {
	font-size: 12px;
}