@charset "utf-8";
/* CSS Document */
/*
This is the top-level css document.
Basic dimensions for page layout using div id's, fonts. this will be later developed into a config document as a php include. This is for preliminary design purposes only.
*/
body {
	/*background-color:#647CB7;
	background-color:#003366;*/
	background-image:url(../images/backgrounds/base2.gif)
	}
	
#pageSkin {
	background-image:url(../images/logos/enb_e_b_trans.gif);
	background-repeat:repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.2;
	filter:alpha(opacity = 20);
	z-index:0;
	}
	
div {
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	color:#666666;
	
	z-index:1;
	}

#mainBody {
	position: absolute;
	left: 15%;
	top: 10px;
	width: 66%;
	background-image:url(../images/backgrounds/base_blue.gif);
	border: solid 0.02em silver;
	padding: 10px;
	opacity: 1;
	filter:alpha(opacity = 100);
	z-index:1;
	}

#headStrap {
	background-color:#00CC33;
	text-align:center;
	height: 68px;
	padding:0px;
	opacity: 0.8;
	filter:alpha(opacity = 80);
	z-index:1;
	}

#banner {
	border-top:outset #00CC33;
	border-left:outset #00CC33;
	border-right:outset #00CC33;
	}
	
#slogan {
	border-bottom:outset #00CC33;
	border-left:outset #00CC33;
	border-right:outset #00CC33;
	position:relative;
	top:0px
	left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bolder;
	letter-spacing:0.1em;
	color:#003366;
	background-color:#003366;
	padding:2px;
	opacity: 1;
	filter:alpha(opacity = 100); /* internet explorer done in % */
	z-index:1;
	}

#bodyContent {
	border:0.01em solid silver;
	background-color: #00CC00;
	padding:5px;
	height:100%;
	opacity: 1;
	filter:alpha(opacity = 100);
	z-index:1;
	}
	
#iFrame {
	background-image:url(../images/backgrounds/base.gif);
	position:relative;
	left:0px;
	top:0px;
	height:100%;
	border:0.01em solid silver;
	padding:5px;
	opacity: 1;
	filter:alpha(opacity = 100);
	z-index:1;
	}

#iFrameContent {
	background-color:#FFFFFF;
	height:100%;
	padding:10px;
	text-align:justify;
	opacity:0.8;
	filter:alpha(opacity = 70);
	z-index:2;
	}
	
#iFrameContent h1 {
	font-weight:700;
	font-size:14px;
	}
			
#spacer {
	height:20px;
	background-image:url(../images/backgrounds/base_blue.gif);
	z-index:1;
	}

#footer {
	background-image:url(../images/backgrounds/base_blue.gif);
	position:relative;
	top:0px;
	left:0px;
	height:100%;
	opacity:1;
	filter:alpha(opacity = 100);
	z-index:1;
	}

#footerContent {
	background-color:silver;
	font-family:Arial;
	color:black;
	text-align:center;
	letter-spacing:2px;
	height:100%; /* this has to be set to allow IE opacity */
	padding:4px;
	border: 0.01em solid black;
	opacity:0.6;
	filter:alpha(opacity = 70);
	z-index:2;
	}
			
a.strap {
	font-size:12px;
	font-weight:bold;
	color:#FFFFCC;
	text-decoration: none;
	}
	
a.strap:hover {
	text-decoration:none;
	color:#00CC00;
	}

a.iFrameContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	color:#000000;
	}
	
a.iFrameContent:hover {
	font-weight:bold;
	text-decoration:none;
	}
	
/* classes */
p.iFrameContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	text-indent:1em;
	color:#000000;
	}	
	
p.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	padding:0px;
	opacity:1;
	filter:alpha(opacity = 100);
	}

p.footer1 {
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	}
	
p.footer2 {
	font-size:10px;
	line-height:10px;	
	}
	
p.footer3 {
	font-size:9px;
	font-style:italic;
	line-height:9px;
	}
	
p.footer4 {
	font-size:10px;
	line-height:10px;
	}

p.headstrap {
	font-family:"Bitstream Vera Serif", "Bodoni MT", "Bookman Old Style", Calibri;
	font-size:16px;
	font-weight:300;
	color:#003366;
	}
		
.caption {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align:right;
	line-height:9px;
	}
	
ul	{
	text-align:left;
	list-style-type:armenian;
	}