/* CSS Document */

body
{
	padding: 0px;
	margin: 0px;
	background: rgb(255,255,255) url("../img/bcg.gif");
	background-repeat: repeat-y;
	background-position: center;
	font: 11px/14px Verdana, Tahoma, Geneva, Arial, Helvetica;
	color: rgb(24,24,24);
}


div#main
{
	width: 980px;
	position: relative;
	height: 100%;
	min-height: 100%;
	margin-left: -490px;
	left: 50%;
	/* background: rgb(255,255,255) url("../img/bcg.gif");
	background-repeat: repeat-y; */
	z-index: 50;
}


div#headbar
{
	width: 954px;
	/* height: 332px;
	position: absolute; */
	margin-left: 13px;
	background: rgb(160,33,46);
}

div#language
{
	width: 182px;
	/* position: absolute;
	margin-left: 734px;
	padding-top: 13px; */
	font: 10px/14px Verdana, Tahoma, Geneva, Arial, Helvetica;
	color: rgb(255,255,255);
}

#language a
{
	padding-left: 9px;
	font: 10px/14px Verdana, Tahoma, Geneva, Arial, Helvetica;
	color: rgb(233,233,233);
	text-decoration: none;
}

#language a:hover
{
	color: rgb(255,255,255);
	text-decoration: underline;
}

div#menubar
{
	width: 954px;
	/* height: 120px;
	top: 95px;
	position: absolute; */
	margin-left: 13px;
	background: rgb(160,33,46);
	z-index: 1;
}

#menubar a
{
	font: 7pt/15px Arial, Helvetica, sans-serif;
	color: rgb(194,196,198);
	text-decoration: none;
}

#menubar a:hover
{
	font-weight: bold;
	color: rgb(255,255,255);
}

#menubar .menu
{
	font-weight: bold;
	color: rgb(255,255,255);
}

#menubar .menu a
{
	font: 7pt/15px;
	color: rgb(194,196,198);
	text-decoration: none;
}

#menubar .menu a:hover
{
	font-weight: bold;
	color: rgb(255,255,255);
}

div#window
{
	width: 954px;
	height: 100%;
	min-height: 100%;
	margin-left: 13px;
	z-index: 1;
}

div#bottombar
{
	/* width: 100%; */
	width: 954px;
	position: relative;
	font: 7pt/11pt Verdana, Tahoma, Geneva, Arial, Helvetica;
	text-align: center;
	color: rgb(24,24,24);
}


div#content
{
	width: 954px;
	background: rgb(255,255,255);
}

div#content a
{
	color: rgb(218,141,0);
	text-decoration: underline;
}

div#content a:hover
{
	color: rgb(207,47,49);
	text-decoration: none;
}

#content p
{
	font: 11px/16px Verdana, Tahoma, Geneva, Arial, Helvetica;
	color: rgb(97,97,97);
}


div#auspices
{
	width: 150px;
	position: absolute;
	text-align: left;
	margin-left: 758px;
	margin-top: 20px;
}


.orange
{
	color: rgb(207,47,49);
}

.red
{
	color: rgb(148,54,52);
}
