body {
	margin: 0;
	padding: 0;
	background: #e6e6e6 none;
	color: #444460;
	font-size: 12px;
}

body, body * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

div, p, ul, h1, h2, h4, img, form, label{
	padding: 0;
	margin: 0;
}

p:hover, li:hover, dd:hover {
	background-color: #f3f3f3;
}

p {
	text-indent: 0;
}

h1 {
	/* logo displayed as background to holder div.
	 * h1 is is displayed only in the absence of main css.
	 */
	display:none;
	visibility: hidden;
}

h2 {
	font-size: 16px;
	line-height: 36px;
	color: #e6e6e6;
	margin: 0 auto;
	padding-left: 45px;
	overflow: hidden;
	background: transparent url(../images/h2_bg.png) left center no-repeat;
}

h3 {
	font-size: 13px;
	display: block;
	margin: 15px 0 10px;
	padding: 5px;
	background: #cfe2ff none;
	border: 1px dashed #999999;
}

h3:hover {
	background-color: #ddeeff;
}

h4{
	font-size: 10pt !important; 
	letter-spacing: 1px;
}
h4:hover {
	color: #333399;
	background-color: #f3f3f3;
}

dt {
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
	text-align: justify;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}

ul li {
	text-align: justify;
}

a {
	letter-spacing: 1px;
	color: #3333ff;
}

a:hover {
	color: #0000ff;
}
a img {
	border: 0;
}

div.clearer {
	clear: both !important;
	line-height: 0;
}
/********************************************************************/
/** Special classes to be used where desired a different behaviour **/
.center {
	text-align: center;
}

.nobullets {
	list-style-type: none;
}

.fakelink {
	text-decoration: underline;
	cursor: pointer;
}

.external {
	padding-right: 15px;
	cursor:pointer;
	background: transparent url(../images/external_link.gif) center right no-repeat;
}
/********************************************************************/
form {
	width: 190px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto 15px;
	background: transparent none;
	letter-spacing: 1px;
}

fieldset {
	border: 1px solid #99aacc;
	background: transparent none; /*#e6e6e6 url(../images/box_bg.png) 0 0 repeat-x;*/
	padding-bottom: 15px;
}

fieldset legend {
	padding: 5px 10px;
	background: #e6e6e6;
}

fieldset legend,
fieldset label {
	font-weight: bold;
}

form input{
	width: 120px;
	margin: 3px 0 2px 25px;
}

form input.button {
	width: auto;
	font-size: 11px;
}

form div.register {
	text-align: right;
}
/********************************************************************/
#logo img {
	display: none;
}

#container {
	position: relative;
	padding: 0 2% 50px;
	margin: 0;
	background: #e6e6e6 url(../images/body_bg.png) top left repeat-x;
}

#leftedge {
	position: absolute;
	left: 2%;
	width: 45px;
	height: 355px;
	background: #e6e6e6 url(../images/ledge_bg.png) top left no-repeat;
	z-index: 2;
}

#rightedge {
	position: absolute;
	right: 2%;
	width: 45px;
	height: 355px;
	background: #e6e6e6 url(../images/redge_bg.png) top left no-repeat;
	z-index: 2;
}

#backwrapper {
	border-left: 1px dashed #c6c6c6;
	border-right: 1px dashed #c6c6c6;
	margin: 0 34px;
}

#top {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 150px;
	background: #e6e6e6 url(../images/center_bg.png) top left repeat-x;
}

#logo {
	float: left;
	height: 150px;
	width: 1587px;
	overflow: hidden;
	background: transparent url(../images/logo_bg.png) top left no-repeat;
}

#logo h1,
#logo img {
	 display: none;
}
/**********************************************************************/

#contentpanel {
	position: relative;
	min-height: 200px;
	background: #e6e6e6 url(../images/contentpanel_bg.png) top left repeat-x;
	padding: 0 10px;
}

#contentpanel p {
	padding: 0.5em 0 !important;
	text-align: justify;
}

#languages {
	text-align: right;
	padding: 2px 2px 5px;
}

#language a{
	font-size: 10px;
	color: #444455;
}

#leftpanel {
	float: left;
	width: 190px;
	background: #e6e6e6 none;
}

#leftpanel ul{
	display:block;
	padding: 0 0 15px 0;
	margin: 10px 0;
	list-style: none;
}
#leftpanel ul.menu {
	margin: 15px 0 0;
}
#leftpanel h2.menu {
	background-image: url(../images/menuh_bg.png);
	padding: 0;
	text-align: center;
}
#leftpanel ul li{
	width: auto;
	position:relative;
	margin: 0 auto;
	padding: 0;
}
#leftpanel ul li a{	
	display:block;
	background: #e6e6e6 url(../images/arrow-normal.gif) left center no-repeat;
	color:#444460;
	line-height: 18px;
	font-weight:bold;
	padding:0 0 0 20px;
	text-decoration:none;
}
#leftpanel ul li a:hover{
	background: transparent url(../images/arrow-normal.gif) 0 50% no-repeat;
	color: #3366dd;
	text-indent:4px;
	text-decoration:none;
}
#leftpanel ul li.topic{
	margin: 10px 0 5px;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
	display:block;
	background: transparent url(../images/topic_bg.png) bottom left no-repeat;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	font-style: italic;
}
#leftpanel ul li.subitem a {
	margin-left: 15px;
	letter-spacing: 1px;
}

#rightpanel {
	float: right;
	width: 205px;
}
#rightpanel ul li {
	text-align: left;
}

#innerpanel {
	position: relative;
	margin: 0 215px 0 200px;
	padding: 0 10px;
	border-left: 1px dashed #c6c6c6;
	border-right: 1px dashed #c6c6c6;
}

#innerpanel p{
	padding: 5px 0 0 5px;
}

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

#footer {
	width: 750px;
	margin: 0 auto;
	border-top: 2px solid #3355ff;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}

#footer p:hover {
	background: transparent none;
}

#footer a {
	color: #0011ff;
}

#footer a:hover {
	color: #5577ff;
}
