/* CSS Document */

/* body */
body {
	background-color: #99CCFF;
	background-image: url(../images/grad1.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}


/* text classes */
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	font-weight: normal;
	color: #000000;
/*	margin-left:10px;
	margin-top:10px;*/
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center; 
}

.reds {
	font-style:italic;
	color : #D50F03;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:hover, a:active{
	color: #990066; /*#E2144A*/
	text-decoration: none;
}

a:link, a:visited{
	color: #000000; /*#990066*/
	text-decoration: none;
}
/* other link classes */

a.largetext:link, a.largetext:visited  {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;

}

a.largetext:hover, a.largetext:active{
	color: #E2144A;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;

}

a.normtext:link, a.normtext:visited  {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;

}

a.normtext:hover, a.normtext:active{
	color: #E2144A;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}
/* table classes */

.main_table {
	border: 0px;
	width: 600px; !important;
	vertical-align: top;
	text-align: left;
	padding-left:20px;
	padding-right:80px;
	padding-top:10px;
	background-image:url(../images/grad_600.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.gen_content {
	width: 600px;
	border: 0px;
	vertical-align: top;
/*	text-align: left;
	padding-left:20px;
	padding-right:100px;
	padding-top:10px;*/
}

.cen_content {
	width: 600px;
	border: none;
	vertical-align: top;
	text-align: center;
}

.sidemenu {
	width: 140px;
	border: none;
	vertical-align: top;
	text-align: right;
	background-image:url(../images/grad_90.jpg);
	background-repeat:repeat-y;
	background-position:right;
/*	background-color:#0099CC;*/
}

.arch {
	border: 1px solid #000000;
}

.arch:hover {
	border: 1px solid #E2144A;
}
}


/* image classes */

.flag {
border: 1px solid #000000;;
}

.flag:hover {
border: 1px solid #990000;
}

/*more!*/
.button {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 1px;
	border: 1px solid #003333;
	border-bottom: 1;
}

/* Styles for Menu Items */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 8px solid #003333;
	z-index:5;
/*	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;*/


	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #003333;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul li:hover ul, li.over ul { display: block; background: #fff;} /* The magic */


