html, body {
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(../images/layout/bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #5c8413;
	font-family: Arial, verdana;
}

a {
	color: #100063;
}

h1 {
	font-size: 20px;
	color: #100063;
}

#main_table {
	 height: 100%;
	 width: 971px;
}

#leftBar {
	background-image: url(../images/layout/shadow_left.png);
	background-repeat: repeat-y;
	width: 24px;
}

#mainContentCell {
	width: 750px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#rightBar {
	background-image: url(../images/layout/shadow_right.png);
	background-repeat: repeat-y;
	width: 197px;
	vertical-align: top;
}

#topMenu {
	background-image: url(../images/layout/bg_top_menu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 710px;
	text-align: right;
	vertical-align: top;
	padding: 8px 40px 0px 0px;
}

.topMenuLinks {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	float: right;
}

.topMenuLinks a {
	text-decoration: none;
	color: #100063;
}

.topMenuLinks a:hover {
	text-decoration: underline;
	color: #a5022f;
}

/* Menus */
#menu {
	background-image: url(../images/layout/menu_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
	text-align: center;	
}

#menu span {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 13px;
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: #100063;
}

#menu a:hover {
	text-decoration: underline;
	color: #a5022f;
}

/* Sub Menus */
#submenus {
	height: 28px;
	background-image: url(../images/layout/menu_shadow_bg.gif);
	background-repeat: repeat-x;
}

/*div.emptymenu {
	background-image: url(../images/layout/menu_shadow_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 750px;
}*/

div.submenu {
	background-image: url(../images/layout/submenu_bg.gif);
	height: 28px;
	text-align: center;
}

div.submenu span {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 11px;
	font-weight: bold;
}

div.submenu a {
	text-decoration: none;
	color: #100063;
}

div.submenu a:hover {
	text-decoration: underline;
	color: #a5022f;
}

/* Content */
#contentHolder {
	margin: 30px 0px 40px 40px;
	height: auto;
}

.itemalinea a, a:hover {
	text-decoration: underline;
	color: #a5022f;
}

/* Page index */
div.pageindex {
	margin: 0 0 26px 0;
	font-size: 14px;
	font-weight: bold;
}

div.pageindex a {
	color: #100063;
	text-decoration: none;
}

div.pageindex a:before {content: "- "}

div.pageindex a:hover {
	color: #a5022f;
	text-decoration: underline;
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: left;
}

.itemtext {
	font-size: 12px;
	line-height: 16px;
}

.itemtitle {
	margin-bottom: 2px;
}

.alineatext {
	font-size: 12px;
}

.portfolioItemName {
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}

.portfolioItemName a {
	text-decoration: none;
	color: #100063;
}

.portfolioItemName a:hover {
	text-decoration: none;
	color: #a5022f;
}

/* Sitemap */
#sitemap {
	font-size: 14px;
	font-weight: bold;
	color: #100063;
	line-height: 18px;
}

.sitemapItem a {
	text-decoration: none;
	color: #100063;
}

.sitemapItem a:hover {
	text-decoration: underline;
	color: #a5022f;
}
.sitemapSubItem {
	margin-left: 20px;
}

.sitemapSubItem a {
	text-decoration: none;
	color: #a5022f;
}

.sitemapSubItem a:hover {
	text-decoration: underline;
	color: #100063;
}

.MenuItemActive {
	text-decoration: underline;
}
