
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
        color: black;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}


/******************************** Additional styles ****************************/
.my-body {
	background: #EEEEEE url(img/background.gif);
}

.grid {
	text-align: left;
}

.site {
	margin-top: 10px;
	border: 5px solid white;
}

.header {
	height: 150px;
	width: 760px;
	vertical-align: top;
	text-align: right;
}


#portlet-language-switcher {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	text-align: right;
}
#portlet-language-switcher h1 {
	display: none;
}


/***** Site *****/
.site {
	background: white;
	margin: 0px
	text-align: left;
}

.body {
	padding: 0px;
	text-align: left;
	height: 320px;
	width: 700px;
	background: #EDEDED;
	border-top: 2px solid white;
}

.content {
	padding: 0px 15px 15px 15px;
	line-height: 17px;
	width: 92%;
}

.content li {
	padding-left: 0px;
	margin-left: 0px;
}
.content ul {
	padding-left: 13px;
}

.body h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 250%;
	color: #E10916;
	padding: 15px 15px 15px 15px;
	margin: 0px;
	height: 37px;
}
h2 {
	font-weight: bolder;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 4px;
}


.left {
	background: #DDDDDD;
	padding-top: 68px;
}

.footer {
	height: 25px;
	background: #DDDDDD;
	border-top: 2px solid white;
}

.footer-text {
	padding: 5px 5px 5px 15px;
}

.main-navigation {
	background: #CCCCCC;
	width: 750px;
}


.navigation {
	padding: 0px;
	margin: 0px;
}
.navigation a {
	height: 25px;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	display: block;
	float: left;
}

.navigation.level1 a:hover,
.navigation.level1.current a,
.navigation.level2.current a,
.navigation.level3.current a {
	background: #BBBBBB;
}

.navigation a:hover,
.navigation.current a,
.navigation.level0.current a {
	background: #BBBBBB;
	color: white;
}

.navigation.level0 {
	display: none;
}
.navigation.level1,
.navigation.level2,
.navigation.level3,
.navigation.level4 {
	margin-left: 0px;
}



.root-navigation {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.root-navigation a {
	display: block;
	float: left;
	width: 375px;
	text-align: center;
	text-decoration: none;
	background: #FDEE66;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}

.root-navigation a.current {
	background: #A8457C;
	color: white;
	padding: 0px;
	margin: 0px;
}

/*******************************************************************************/
