
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: #DDDDDD;
}

h6 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	font-size: 120%;
	border-bottom: 1px solid black;
}


.grid {
	text-align: left;
}

.site {
	background: white;
	border: 1px solid white;
	margin-top: 5px;
	text-align: left;
}

.top {
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid white;
	background: #F4DE26; /* yellow */
}
.top-left {
	height: 18px;
	line-height: 18px;
	background: #04A8DF;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}
.top-middle {
	background: #F4DE26; /* yellow */
	background: white;
	text-align: center;
	width: 496px;
}
.top-right {
	background: #007cc4;
	float: right;
	width: 200px;
	border-left: 1px solid white;
	text-align: center;
}

.top-left a,
.top a {
	color: white;
	text-decoration: none;
	display: block;
}
.top-middle a {
	color: black;
}

.logo {
	height: 100px;
}

.header {
	height: 100px;
	width: 700px;
	vertical-align: top;
	background: #007cc4;
	color: white;
}
.header a {
	color: white;
}
.header-text {
	padding: 10px;
	line-height: 16px;
}


#portlet-language-switcher {
	float: right;
	margin: 0px;
	padding: 76px 10px 10px 10px;
	text-align: right;
}
#portlet-language-switcher h1 {
	display: none;
}


.body {
	padding: 0px;
	text-align: left;
	border-top: 1px solid white;
}

.information {
	background: #db251c;
	color: white;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

.content {
	padding: 0px 20px 10px 10px;
	line-height: 17px;
}
.content a:hover {
	color: #db251c;
}

.introduction {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}


.body h1 {
	font-weight: normal;
	font-size: 200%;
	color: #db251c;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	height: 30px;
}
h2 {
	font-weight: bolder;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 4px;
	color: red;
}


.left {
	background: #007cc4;
	padding-top: 70px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}

.footer {
	text-align: right;
	padding: 5px 0px 0px 0px;
}
.footer a {
	text-decoration: none;
	color: #888888;
}




/**** navigation ***/
.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	padding: 0px;
	margin: 0px;
	display: block;
	color: white;
	font-weight: normal;
}

.navigation li.current a {
	color: white;
	font-weight: bolder;
	border-bottom: 1px solid white;
}

.navigation li a:hover {
	color: white;
}

.navigation li.level0 a {
	margin-top: 3px;
	padding-left: 5px;
}


.navigation li.level0 a:hover {
	color: white;
	font-weight: bolder;
}


li.current li.level0,
.navigation li.level0.current a {
	color: white;
	font-weight: bolder;
	border-bottom: 1px solid white;
	background: transparent;
}



.navigation li.level1 a:hover {
	color: white;
	background: #104D8E;
	border: none;
}
.navigation li.level1.current a {
	color: white;
	background: #104D8E;
	border: none;
}




.navigation li.level1 a {
	margin-left: 0px;
	padding-left: 25px;
}

.navigation li.level2 a,
.navigation li.level3 a {
	padding-left: 10px;
}







/*** other stuff ***/
.picture-right {
	margin: 1px 0px 0px 1px;
}

.general_settings input {
	width: 160px;
}



* html li a  {
	height: 100%;
} 


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

