html,body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;  /* To keep IE happy */
}

/* Page structure */
#container {
	margin: 0 auto;   /* align for good browsers */
	margin-top: 10px;
	text-align: left; /* counter the body center */	
	width: 1000px;
}

#content_container {
	background-color: rgba(82, 107, 138, 0.7);
}

#content_container2 {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: justify;
	padding: 20px;
	padding-top: 0px;
}

#inset_container {
	margin-right: 15px;
}

#menus_container {
	margin: 20px;
	margin-top: 36px;
}

#content_inner_container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 1000px;
	background: none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
}
.content {
	text-align: left;
}

.menus {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 1000px;
}

.submenuitem {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #00685D;
	line-height: 22px;
}

a.submenuitem-off:link, a.submenuitem-off:visited {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: none;
	border-bottom: none;
}
a.submenuitem-off:hover, a.submenuitem-off:active {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFD000;
	line-height: 22px;
	text-decoration: underline;
	border-bottom: none;
}

a.submenuitem-on:link, a.submenuitem-on:visited {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFD000;
	line-height: 22px;
	text-decoration: none;
	border-bottom: none;
}

a.submenuitem-on:hover, a.submenuitem-on:active {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFD000;
	line-height: 22px;
	text-decoration: underline;
	border-bottom: none;
}

.mainmenuitem {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

a.mainmenuitem-off:link, a.mainmenuitem-off:visited {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	border-bottom: none;
}

a.mainmenuitem-off:hover, a.mainmenuitem-off:active {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFD000;
	line-height: 18px;
	text-decoration: underline;
	border-bottom: none;
}

a.mainmenuitem-on:link, a.mainmenuitem-on:visited {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFD000;
	line-height: 18px;
	text-decoration: none;
	border-bottom: none;
}

a.mainmenuitem-on:hover, a.mainmenuitem-on:active {
	font-family: "Trebuchet MS", Tahoma, "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFD000;
	line-height: 18px;
	text-decoration: underline;
	border-bottom: none;
}

a.front_page {
	text-decoration: none;
}
