html,body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFDF6;
}

.heading {
	left: 0px;
	top: 0px;
	position:absolute;
	width:100%;
	height:129px;
	z-index:1;
	/*background-color: #291F20;*/
	background-image: url(../images/heading_bkg.gif);
}

.sidebar {
	left: 0px;
	top: 129px;
	position:absolute;
	width:150px;
	height: 100%;
	z-index:1;
	background-color: #D2EAE5;
}

.sidebar_menu {
	left: 0px;
	top: 144px;
	position:absolute;
	width:150px;
	height: 100%;
	z-index:2;
}

.emblem {
	left: 38px;
	bottom: 38px;
	position:absolute;
	width:74px;
	height:74px;
	z-index:3;
}

.picturebar {
	right: 0px;
	top: 137px;
	position:absolute;
	width:150px;
	z-index:3;
	background-color: #7A7989;
}

.addressbar {
	left: 150px;
	right: 0px;
	top: 129px;
	position:absolute;
	height:20px;
	z-index:1;
	background-color: #DEBC25;
}

.submenu {
	left: 400px;
	right: 0px;
	top: 113px;
	position:absolute;
	height:24px;
	z-index:1;
	background-color: #D2EAE5; 
}

.content {
	left: 150px;
	right: 170px;
	top: 139px;
	position:absolute;
	z-index:1;
	background-color: #FFFDF6;
	margin: 12px;
}

.submenuitem {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00685D;
	line-height: 22px;
}

a.submenuitem-off:link {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00685D;
	line-height: 22px;
	text-decoration: none;
}

a.submenuitem-off:visited {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00685D;
	line-height: 22px;
	text-decoration: none;
}

a.submenuitem-off:hover {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

a.submenuitem-off:active {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

a.submenuitem-on:link {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

a.submenuitem-on:visited {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

a.submenuitem-on:hover {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

a.submenuitem-on:active {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009182;
	line-height: 22px;
	text-decoration: underline;
}

.mainmenuitem {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00685D;
	line-height: 18px;
}

a.mainmenuitem-off:link {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00685D;
	line-height: 18px;
	text-decoration: none;
}

a.mainmenuitem-off:visited {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00685D;
	line-height: 18px;
	text-decoration: none;
}

a.mainmenuitem-off:hover {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}

a.mainmenuitem-off:active {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}

a.mainmenuitem-on:link {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}

a.mainmenuitem-on:visited {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}

a.mainmenuitem-on:hover {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}

a.mainmenuitem-on:active {
	font-family: "Arial", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009182;
	line-height: 18px;
	text-decoration: underline;
}
