/* --------------------------------------- */
#menupanel {
	width: 157px;
	vertical-align: top;
	position: relative;
	font-style: normal;
	background-color: #fbc22d;
	background-image: url(menubg.jpg);
}
#menupanel A {
	text-decoration: none;
	color: #000000;
}
#menu {
	text-align: left;
}
#menu DIV.menuitem A {
	display: block;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	padding: 1px;
	padding-bottom: 2px;
	padding-right: 8px;
	width: 135px;
	cursor: pointer;
	-moz-user-select: none;
}
#menu DIV.menuitem A:hover {	
	background-color: #cd1d46;
	background-image: url(menuitembg.jpg);
	color: #ffffff;
}
#menu DIV.selectedmenuitem A{
	display: block;
	font-variant: small-caps;
	background-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	padding: 1px;
	padding-bottom: 2px;
	padding-right: 8px;
	width: 135px;
	cursor: pointer;
	-moz-user-select: none;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
#menu DIV.selectedmenuitem A:hover {	
	background-color: #cd1d46;
	background-image: url(menuitembg.jpg);
	color: #ffffff;
}
#langmenu {
	text-align: left;
	margin-top: 20px;
}
#langmenu DIV.langmenuitem A {
	color: #a31535;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	letter-spacing: 1px;
	margin: 0px;
	padding: 1px;
	padding-bottom: 2px;
	padding-right: 8px;
	width: 135px;
	cursor: pointer;
	-moz-user-select: none;
}
#langmenu DIV.langmenuitem A:hover {	
	background-color: #cd1d46;
	background-image: url(menuitembg.jpg);
	color: #ffffff;
}
/* --------------------------------------- */
IMG {
	border: 0px;
}
DIV {
	margin: 0px;
	padding: 0px;
}
TR {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TD {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
BODY {
	background-color: #000000;
	font-family: verdana;	
	font-style: italic;
	font-size: 11px;
	text-align: center;
	margin: 0px
}
/* --------------------------------------- */
#bodytable {
	width: 780px;
	margin: 10px;
	margin-right: auto;
	margin-left: auto;
}
/* --------------------------------------- */
#contentcell {
	background-color: #ffffff;
	width: 610px;
	margin: 0px;
	padding: 10px;
	padding-top: 30px;	
	padding-bottom: 30px;
	vertical-align: top;
	font-size: 12px;	
	color: #6a6a6a;
	text-align: justify;
	font-style: normal;
}
#title {
	color: #982c63;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	left: -2px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#content A {
	color: #cd1d46;
	font-weight: bold;
	text-decoration: none;
}
#content A:hover {
	color: #ff9d1c;
}
#content H1 {
	color: #982c63;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	left: -2px;
}
#content H2 {
	color: #cd1d46;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	position: relative;
	left: -2px;
}
#content H3 {
	color: #fbc22d;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	position: relative;
	left: -2px;
}
#content UL {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	list-style-image: url(bullet_magenta.gif);
	list-style-position: outside;
}
#content UL LI {
	padding: 0px;
	margin: 0px;
}
/* --------------------------------------- */
#content TABLE.contenttable {
	font-size: 10px;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}
#content TABLE.contenttable TH {
	background-color: #cd1d46;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
#content TABLE.contenttable TD {
	background-color: #fbc22d;
	padding: 4px;
}
#content TABLE.contenttable TD.align-right {
	text-align: right;
}
#content TABLE.contenttable TD.align-center {
	text-align: center;
}
#content P.align-center {
	text-align: center;
}
/* --------------------------------------- */
#rightmargin {
	background-color: #ffffff;
	width: 13px;
}


#search_block > DIV {
	float: left;
}
#search_button {
	float: right;
}
IFRAME#templates_thumbnails {
	border: 0px;
}
