body {
	font-family: arial, "lucida console", sans-serif;
	background: #c5d6f0;
	text-align: center;
}

div {
	padding: 0;
	margin: 0;
	border: 0;	
}

#top, #top-l, #top-m, #top-s {
	height: 128px;
	width: 100%;
}

#top-m, #body-m {
	text-align: left;
	width: 900px;
	margin-left: auto; margin-right: auto;
}

#top-l {
	background: transparent url(top-left.jpg) no-repeat top left;
}

#top-m {
	background: transparent url(top-middle.jpg) repeat-x top;
}

#top-s {
	background: transparent url(top-shadow.jpg) no-repeat top right;
}

#top {
	background: #6da1d1 url(top-right.jpg) repeat-x top;
}

#top-container {
	height: 125px;
}

#homelink {
	margin-left: 41px;
	margin-top: 40px;
	height: 42px;
	width: 170px;
	display: block;
	float: left;
}

#homelink {
}

#homelink h1 {
	display: none;
}

#top-right {
}

#top-right #languages {
        margin-top: 30px;
        margin-right: 15px;
        float: right;
}

#top-right #searchbox {
        margin-right: 15px;
        float: right;
        clear: right;
}

#searchbox input.text {
	width: 150px;
	background: #e9f0f7 url(search.gif) no-repeat left;
	border: 1px solid black;
	padding: 0.2em;
	padding-left: 20px;
	font-size: 75%;
}

#searchbox input.submit {
	display: none;
}

#body {
	width: 100%;
	min-height: 128px;
	background: #c5d6f0 url(back-shadow.jpg) repeat-x top;
}

/* Menu */

#menu {
	float: left;
	padding: 1em;
	padding-left: 42px;
	padding-right: 0;
}

#menu ul {
        width: 127px;
}

#menu ul ul {
	width: 100%;
}

#menu li {
	font-weight: bold;
	padding: 0.2em 0 ;
}

#menu li li {
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 75%;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}

#menu a.menu-current, #menu a:hover.menu-current {
	background-color: #dfe7f1;
}


#menu a:hover {
        background-color: #d0e1f1;
}

/* Presentational tags */

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* Content */

#pagetitle {
	padding-top: 100px;
	margin-left: 223px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 1em;
}

#content {
	padding: 1em;
}

#textarea {
	background: #fff url(content-bottom.jpg) repeat-x bottom;
	min-height: 128px;
	margin: 0 15px;
}

#textarea-rb {
	background: transparent url(textarea-rb.jpg) no-repeat bottom right;
	min-height: 128px;
	width: 100%;
}

#shadow-l {
	margin-left: 209px;
	background: transparent url(shadow-l.jpg) repeat-y left;
}

#shadow-lt {
	background: transparent url(shadow-lt.jpg) no-repeat left top;
}

#shadow-r {
	background: transparent url(shadow-r.jpg) repeat-y right;
}

#shadow-rt {
	background: transparent url(shadow-rt.jpg) no-repeat right top;
}

#shadow-b {
	background: transparent url(shadow-b.jpg) repeat-x bottom;
}

#shadow-bl {
	background: transparent url(shadow-lb.jpg) no-repeat left bottom;
}

#shadow-br {
	padding-bottom: 15px;
	background: transparent url(shadow-rb.jpg) no-repeat right bottom;
}

/* Content */

#content p, #content h1, #content h2, #content h3, #content ul {
	margin-bottom: 1em;
}

#content {
	font-size: 90%;
	padding-bottom: 2em;
}

#content h2 {
	font-size: 105%;
	font-weight: bold;
}

#content h3 {
        font-size: 102%;
	font-weight: bold;
}

#content p {
	margin-left: 4ex;
}

#content strong, #content b {
	font-weight: bold;
}

#content li {
	list-style: disc outside;
	margin-left: 8ex;
}

#content em, #content i {
	font-style: italic;
}

#content a {
	color: #496e8f;
	text-decoration: none;
}

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

#content a:visited {
	color: #5783aa;
}

#content hr {
	border: 0px;
	height: 1px;
	background-color: #5783aa;
}

#content {
	line-height: 1.2em;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 128px;
	margin-left: 12px;
}

* html #menu li {
	width: 160px;
}
/**/
