@charset "UTF-8";
/*
@import url("http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/shell/screen.css");
*/
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #EAEAEA;
	margin: 0px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #D95FAE;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h2 {
	font-weight: bold;
	color: #730739;
	font-size: large;
}

.hdr_mainbox {
	background-color: #400112;
	border-right-width: 3px;
	border-right-style: groove;
	border-right-color: #acb5b5;
}

.hdr_box {
	width: 500px;
	margin-left: 10px;
}

.menu_path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
}

.content {
	margin-left: 15px;
	padding-right: 25px;
	text-align: justify;
	font-size: small;
}

.content_box {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #D95FAE;
}

a {
	text-decoration: none;
}

a:visited {
	color: #0000FF;
}

a:link, a:active {
	color: #0000FF;
}

a:hover {
	color: #FFFFFF;
	background-color: #D95FAE;
	padding: 1px;
}

.highlight {
	font-weight: bold;
}
.logo_box {
	border: medium solid #400112;
}

/* Simple Drop Down Menu */
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a {
	display: block;
	background: #400112;
	color: #D95FAE;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#sddm li a:hover {
	background: #730739
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #D95FAE;
	border: 1px solid #A6035D;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEAEA;
	color: #400112;
	font: 11px arial;
}

#sddm div a:hover {
	background: #730739;
	color: #FFFFFF;
}

/* End of Simple Drop Down Menu */

.news_hdr {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	background-color: #400112;
}

.logo_box a:hover {
	background: #EAEAEA;
	padding: 0px;
}

.footer {
	font-size: 10px;
	color:#FFFFFF;
}

.lang_en {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}
.home_link {
	color: #FFFFFF;
	font-weight: bold;
}