body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: rgb(255,0,0);
	background-image: url(./images/bg.gif);
	background-repeat: repeat-x;
	color: black;
	display: block;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
p.header {
	font-size: 20px; 
	color: red; 
	margin-bottom: 7px;
	margin-top: 12px;
}
p.subheader {
	color: orange;
	font-size: 16px;
	margin-top: 7px;
	font-weight: bold;
}
p.language {
	color: white;
	font-size: 11px;
	float: right;
	padding-right: 50px;
}
li {
	margin-bottom: 3px;
}
#main {
	margin-top: 5px;
	width: 950px; 
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(./images/header.jpg);
	width: 100%;
	height:174px;
	vertical-align: middle;
}
h1 {
	background-color: white;
	/* for IE */
	filter:alpha(opacity=80);
	-mox-opacity:.80;
	/* CSS3 standard */
	opacity:0.8;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	margin-left: 100px;
	margin-top: 80px;
	padding: 5px;
}
#content {
	width: 736px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	background-color: white;
	padding: 5px;
	margin: 0px;
	background-image: url(./images/bleached-bg_logo.gif);	
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left: 1px black solid;
	border-top: 3px solid;
	border-top-color: rgb(255,49,16);
	
}

#middle {
	margin-bottom: 12px;
}

#menubar {
	float: right;
	width: 190px;
	background-color: black;
	background-image: url(./images/right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	margin: 0px;
	color: white;
}
a.language {
	color: white;
	text-decoration: none;
}
a.language:link {
}
a.language:hover {
	text-decoration: underline;
	color: white;
}
a.menubar {
	color: white;
	text-decoration: none;
}
a.menubar:link {
}
a.menubar:hover {
	background-color: rgb(255,147,61);	
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 1px;
	text-decoration: none;
}
a.menubar:active {
	background-color: red;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 1px;
}
.overlineLink {
	color: rgb(255,147,61);
}
a.overlineLink:hover {
	color: rgb(255,147,61);
	text-decoration: none;
}
.footer { 
	float: center;
	bottom: -2px;
	left: -1px;
	width: 950px;
	background-color: black; 
	color: white;
	vertical-align: bottom;
}
.valid {
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.profile { 
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}

a {
	color: rgb(255,0,51);
	text-decoration: none;
	margin-bottom: 7px;
}
a:link {
}
a:hover {
	text-decoration: underline;
	color: rgb(255,0,51);
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: red;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: orange;
}