h1 {
	color: #006bac;
}

h2,h2 a,h2 a:hover {
	color: #008ce1 !important;
	text-decoration: none !important;
}

hr {
	border-color: #008ce1;
	border-style: solid;
	border-width: 1px;
	height: 1px;
}

#my-body {
	background-color: #ffffff;
}

/*******************************************************************************//************************************ Basic ************************************/#container {
	text-align: left;
	width: 100%;
}

#header {
	background-color: #ff8000;
	height: 100px;
	vertical-align: bottom;
	width: 900px;
}

#header-title {
	color: white;
	font-size: 450%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

#header-subtitle {
	color: white;
	font-size: 200%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

.header-left {
	background-color: #ff8000;
	background-image: none;
	background-position: right;
	background-repeat: repeat-y;
}

.header-right {
	background-color: #ff8000;
	background-image: none;
	background-repeat: repeat-y;
}

.document-left {
	background-color: #ffffff;
	background-image: none;
	background-position: right;
	background-repeat: repeat-y;
}

.document-right {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-y;
}

#header-breadcrumb {
	background-color: #c0c0c0;
	font-weight: bolder;
	height: 22px;
	text-align: center;
}

#footer {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-x;
	color: white;
	font-size: 10px;
	height: 22px;
	padding-bottom: 0px;
	padding-left: 170px;
	padding-right: 5px;
	padding-top: 0px;
}

.footer-left {
	background-color: #ffffff;
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
}

.footer-right {
	background-color: #ffffff;
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
}

#left-column {
	background-color: #ffffff;
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	margin-right: 1px;
	margin-top: 1px;
	vertical-align: top;
	width: 240px;
	overflow: scroll;
}

#document-column {
	background-color: #ffffff;
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	vertical-align: top;
	width: 540px;
	overflow: scroll
}

.content {
	overflow: scroll;
}


#right-column {
	background-color: #ffffff;
	border-color: #ff0080;
	color: #000000;
	outline-color: #ff0000;
	vertical-align: top;
	width: 180px;
	overflow: scroll;
}

/*******************************************************************************//*********************************** Navigation ********************************/.navigation {
	line-height: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 55px;
	padding: 0px;

}

.navigation li a {
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;	
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
}

.navigation li.current a {
	color: orange;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 900;
	text-decoration: underline;
}

.navigation li a:hover {
	color: orange;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
}

.navigation li.level0 a {
	color: #006bac;
	font-size: 12pt;
	font-weight: 700;
	margin-left: 0px;
}

.navigation li.level1 a {
	font-size: 10pt;
	font-weight: 300;
	margin-left: 15px;
	margin-top: 12px;
}

.navigation li.level2 a {
	font-size: 10pt;
	font-weight: 300;
	margin-left: 25px;
}

.navigation li.level3 a {
	font-size: 10pt;
	font-weight: 300;
	margin-left: 35px;
}

.navigation li.level4 a {
	font-size: 10pt;
	font-weight: 300;
	margin-left: 45px;
}

.edit-navigation-entry {
	height: 24px;
	line-height: 24px;
}

.edit-navigation-control {
	float: right;
}

* html li a {
	height: 100%;
}

/*******************************************************************************//************************************ Content **********************************/#content {
	line-height: 16px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

#content h1 {
	margin-top: 5px;
}

#content a {
	color: black;
	text-decoration: underline;
}

#content a:hover {
	color: #008ce1;
	text-decoration: underline;
}

/*#content {
	height: 400px;
}*/

/*******************************************************************************//************************************ Portlets *********************************/.portlet {
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.portlet h1 {
	background-color: #ffffff;
	border-color: #ffffff;
	border-style: hidden;
	color: #c0c0c0;
	outline-color: #ffffff;
	outline-style: hidden;
	outline-width: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

.portlet a {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 25px;
	color: #808080;
	cursor: auto;
	display: none;
	line-height: 16px;
	margin: 20px;
	outline-color: #ffffff;
	text-decoration: none;
}

.portlet-content {
	background-color: #ffffff;
	border-color: #ffffff;
	border-style: hidden;
	outline-color: #ffffff;
	padding: 0px;
}

#portlet-language-switcher a {
	display: none;
	text-transform: uppercase;
}

/*******************************************************************************//******************************** Additional stuff *****************************/.breadcrumb,.breadcrumb a {
	color: gray;
}

#info {
	background-color: #ffffff;
	color: #ff8040;
	margin-bottom: 5px;
	text-align: center;
}

#info a {
	background-color: #ffffff;
	color: gray;
	text-decoration: none;
}